SourceChangeWarning errors: What specific versions of python, torch, torchvision and torchtext were used? #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm trying to test the trained model using test_one_image.py as instructed in the README, but am running into the following errors. I'm using Python 3.7.10, Pytorch 1.8.1+cu101 , torchvision 0.9.1+cu101, and torchtext 0.9.1. What versions of all the libraries were used to train the model? And how do I forward port the model?
Sorry for the late reply, I tried to use the same environment as yours for testing, but currently I cannot find the pytorch 1.8.1 and cuda10.1 versions on the pytorch official website, so I used the pytorch1.8.0 and cuda10.2 versions, I used the following command to install the environment:
I use the default command line for inference and no bug was reported.
Can you share your test command line? Many thanks~
I have the same problems. Did you solve them? @leestar