yhydhx / AugGPT

Leveraging ChatGPT for Text Data Augmentation
28 stars 3 forks source link

ImportError: cannot import name 'config_params' from 'config' (unknown location) #2

Open jmueducn opened 3 weeks ago

jmueducn commented 3 weeks ago

There is no config_params.py file ,how to solve it?

yhydhx commented 1 week ago

Hi, could you provide more detail?

jmueducn commented 4 days ago

when I run: python AugGPT.py --task pretrain --cuda 1 --dataset PubMed20k Traceback (most recent call last): File "AugGPT.py", line 11, in from methods import * File "/data2/cpy/AugGPT-main/methods.py", line 20, in from config import config_params ImportError: cannot import name 'config_params' from 'config' (unknown location)

It seems there is no file name config_params.py in the folder

jmueducn commented 4 days ago

OK I now see the file updated, thanks