is the file 'pretrainedmodels.py' missing?
zhweiGuo opened this issue · 2 comments
zhweiGuo commented
File "Deep-Metric-Learning-Baselines/netlib.py", line 21, in <module> import pretrainedmodels as ptm ModuleNotFoundError: No module named 'pretrainedmodels'
I run the code then get the problem, Thank you very much for your help.
Confusezius commented
Hey there! If you look at
Install.sh
you'll see that
pretrainedmodels
Is a pip-installable library for PyTorch network weights :).
zhweiGuo commented
@Confusezius Thank you very much.