cbert_aug icon indicating copy to clipboard operation
cbert_aug copied to clipboard

global.config not being used everywhere

Open mmmjung opened this issue 6 years ago • 2 comments

Line that copies which dataset (task) we use is commented: https://github.com/1024er/cbert_aug/blob/edf62dbd2917ad4c83c846a46b1ce55651b6749c/finetune_dataset.py#L274

It means that if you clone the repo and run:

python finetune_dataset.py
python aug_dataset.py

you will get an error, because one of the commands runs for rt-polarity and the other for subj dataset.

Besides this, maybe some of the other parameters should be copied from global.config?

mmmjung avatar Nov 23 '19 10:11 mmmjung

Sorry for not being able to respond in time due to busy work.

I have switch the code to a new branch, which is more neat and easy to follow.

1024er avatar Mar 23 '20 01:03 1024er

Thank you

mmmjung avatar Mar 23 '20 07:03 mmmjung