Where to place inceptionresnetv2-520b38e4.pth in windows - anaconda?
erichnewie opened this issue · 0 comments
erichnewie commented
I am a total Python beginner and want to run predict.py in anaconda/spider environment on Windows10.
I have downloaded with firefox from "https://drive.google.com/uc?export=view&id=1UXcsRVW-6KF23_TNzxw-xC0SzaMfXOaR" and renamed it to inceptionresnetv2-520b38e4.pth, as indicated in some issue-comments.
But where shall I move it to?
Error message:
File "D:\Programme\anaconda3\lib\site-packages\torch\serialization.py", line 211, in init
super(_open_file, self).init(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: 'best_fpn.h5'
Please help me.