apple / corenet

CoreNet: A library for training deep neural networks
Other
6.94k stars 540 forks source link

NameError: name 'corenet' is not defined OpenELM Parameter-Efficient Finetuning (PEFT) #32

Closed elliotthwang closed 4 months ago

elliotthwang commented 4 months ago

Adopting OpenELM Parameter-Efficient Finetuning (PEFT). the training encounters "NameError: name 'corenet' is not defined"

How to deal with? Thanks!

antmikinka commented 4 months ago

I believe you may need to activate your python virtual environment. cd corenet source venv/bin/activate

then you should be good to go. I believe it was this error I encountered this error trying to do some PEFT.

elliotthwang commented 4 months ago

@antmikinka Thank you for your comments! I took finetune on the Colab, I will try to copy with.