Closed duda1202 closed 2 years ago
Thanks for your interest! Unfortunately we have not met such a issue. I guess the metric refers to metrics.py
in our released code. Maybe you could reference it in your code, as we have done in main.py
?
Yes, i forgot to close the issue. That was it, when I imported your own script metrics.py I was able to torch load it. Thank you!
Hi,
I am trying to load the e.pth.tar model and I am not able to do it. All I am doing is
and it gives me this error:
Would you know what could be the issue? I did
pip3 install metrics
just in case but it did not work.