You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present the default is set for a single argument. If there are two arguments, ex:
objax.Vectorize(augment, objax.VarCollection())
batch_axis=(0) as a default leads to an error.
The default batch_axis must be set to , batch_axis=(0, 0) for two arguments, and in general have one 0 for each argument.
The text was updated successfully, but these errors were encountered:
At present the default is set for a single argument. If there are two arguments, ex:
objax.Vectorize(augment, objax.VarCollection())
batch_axis=(0) as a default leads to an error.
The default batch_axis must be set to , batch_axis=(0, 0) for two arguments, and in general have one 0 for each argument.
The text was updated successfully, but these errors were encountered: