Confusezius/Deep-Metric-Learning-Baselines

is the file 'pretrainedmodels.py' missing?

zhweiGuo opened this issue · 2 comments

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.

Hey there! If you look at

Install.sh

you'll see that

pretrainedmodels

Is a pip-installable library for PyTorch network weights :).

@Confusezius Thank you very much.