We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#from avalanche.benchmarks.generators import nc_benchmark, ni_benchmark ModuleNotFoundError: No module named 'avalanche.benchmarks.generators'
#from avalanche.training.strategies import Replay ModuleNotFoundError: No module named 'avalanche.training.strategies'
All other packages are working for me except the above two! What would be the issue? please help!
The text was updated successfully, but these errors were encountered:
same issue
Sorry, something went wrong.
I encountered the same error, so I changed it to the following and it worked for me: from avalanche.benchmarks import nc_benchmark, ni_benchmark
from avalanche.benchmarks import nc_benchmark, ni_benchmark
pip install avalanche-lib==0.1.0
No branches or pull requests
#from avalanche.benchmarks.generators import nc_benchmark, ni_benchmark
ModuleNotFoundError: No module named 'avalanche.benchmarks.generators'
#from avalanche.training.strategies import Replay
ModuleNotFoundError: No module named 'avalanche.training.strategies'
All other packages are working for me except the above two! What would be the issue? please help!
The text was updated successfully, but these errors were encountered: