h3lio5 / episodic-lifelong-learning

Implementation of "Episodic Memory in Lifelong Language Learning"(NeurIPS 2019) in Pytorch
MIT License
56 stars 8 forks source link

error: argument --epochs: invalid int value: 'any_number' #5

Open deosiree opened 3 years ago

deosiree commented 3 years ago

Hi,

I am trying to run this model. While at the Training stage, I received the following error: usage: main.py [-h] [--batch_size BATCH_SIZE] [--mode MODE] [--order ORDER] [--epochs EPOCHS] [--model_path MODEL_PATH] [--memory_path MEMORY_PATH] main.py: error: argument --epochs: invalid int value: 'any_number'

I am wondering if anyone has the same issue like this. Or, any thoughts? Thank you!

deosiree commented 3 years ago

During "python main.py --mode train --epochs "any_number" --order "1/2/3/4" " what does " --epochs "any_number" --order "1/2/3/4" " mean?

Swati17293 commented 2 years ago

"any_number" refers to the no. of epochs while "order" refers to the the order of the datasets.