How to use Packnet model #1576
Unanswered
lukmanulhakeem97
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am new to Avalanche. I am trying to implement Packnet CL method. I found model file in "...Avalanche/models/", but I am not able to import the packnet from model module.
Tried:
from avalanche.models import PackNet
Shows:
ImportError Traceback (most recent call last)
in <cell line: 1>()
----> 1 from avalanche.models import PackNet
ImportError: cannot import name 'PackNet' from 'avalanche.models' (/usr/local/lib/python3.10/dist-packages/avalanche/models/init.py)
It is not listed in __init__py? Is Packnet not ready to use?
Beta Was this translation helpful? Give feedback.
All reactions