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
a quick performance monitoring indicated that the bottleneck was concentrated on 1 of my CPU
by profiling the go2_train.py example i get that the 2 slowest functions are torch.as_tensor and _validate_2D_io_variables()
which seem to be called at every step, is it intended ? thanks
a quick performance monitoring indicated that the bottleneck was concentrated on 1 of my CPU
by profiling the
go2_train.py
example i get that the 2 slowest functions aretorch.as_tensor
and_validate_2D_io_variables()
which seem to be called at every step, is it intended ? thanks
the log :
The text was updated successfully, but these errors were encountered: