Closed doulemint closed 3 years ago
Does anyone try to run tools/nearest_neighbor_test.py?
Hi @doulemint , this is coming due to classy vision, can you pip uninstall classy_vision
and install using the steps https://github.com/facebookresearch/vissl/blob/main/INSTALL.md#step-4-install-vissl ? the change is that master branch was renamed to main recently.
Ok. It's finally able to run. Save my life, thank you.
1.run command
full log:
Expected behavior:
I add sys.path.insert(0,'/content/vissl') in order to import from vissl.config import AttrDict but using vissl library from the current github code rather than visssl library from pip install leads to this TypeError happen. it seems has inconsistency issue between the current github code and pip-installed version
Environment: