avalanche icon indicating copy to clipboard operation
avalanche copied to clipboard

ModuleNotFoundError: No module named 'avalanche.benchmarks.generators'

Open nasreenresearch opened this issue 1 year ago • 3 comments

#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!

nasreenresearch avatar Mar 17 '24 12:03 nasreenresearch

same issue

Navya-sree-yellina avatar Jun 04 '24 06:06 Navya-sree-yellina

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

jih0-kim avatar Jun 19 '24 06:06 jih0-kim

pip install avalanche-lib==0.1.0

guchenghan avatar Jun 26 '24 12:06 guchenghan