TRN-pytorch
TRN-pytorch copied to clipboard
AttributeError: module 'model_zoo' has no attribute 'InceptionV3'
Hi, I am getting module model_zoo has no attribute InceptionV3 when I am running the test_video.py as mentioned. How can I resolve this? Thanks
Hi, I am getting module model_zoo has no attribute InceptionV3 when I am running the test_video.py as mentioned. How can I resolve this? Thanks
Hi,I am currently getting the same problem. Have you solve it ? Thank you !
Hi, I am getting module model_zoo has no attribute InceptionV3 when I am running the test_video.py as mentioned. How can I resolve this? Thanks
Hi,I am currently getting the same problem. Have you solve it ? Thank you !
you need to use git clone --recursive https://github.com/metalbubble/TRN-pytorch instead of git clone this repo, the --recursive arg will add the model zoo repo with this repo.
model_zoo only includes InceptionV4 now...