I am new to Python and I am trying to use the function 'one_hot_to_label_batch
' which can be found on line 115 from this website.
However, directly above this function there is a '@expand_dims
'. This is the first time I have encountered this. I know 'expand_dims
' is within Numpy
but I do not know why it is defined as '@expand_dims
' here. Any clarification would be appreciated.