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
Present code requires pytorch0.3 and CUDA<=8.0. The code needs to be updated to support pytorch>1.0. The main reason for using pytorch0.3 is compatibility with trained CheXNet model.
The text was updated successfully, but these errors were encountered:
@bartmch
Yes keeping num_batches_tracked as the default value of zero tensors is the best which could be done imo.
Further the keys not only differ in a module. string, but are also renamed like one has ...conv1, while other version has ...conv.1. Print the keys and compare to see all such variations.
Present code requires
pytorch0.3
andCUDA<=8.0
. The code needs to be updated to supportpytorch>1.0
. The main reason for usingpytorch0.3
is compatibility with trained CheXNet model.The text was updated successfully, but these errors were encountered: