multi-class-text-classification-cnn icon indicating copy to clipboard operation
multi-class-text-classification-cnn copied to clipboard

Getting error: list index out of range in train.py

Open saurabhzuve opened this issue 8 years ago • 1 comments

I downloaded the project and ran train.py but I got the following error:

line 17, in train_cnn train_file = sys.argv[1] IndexError: list index out of range

Please help :)

saurabhzuve avatar Aug 03 '17 07:08 saurabhzuve

python3 train.py ./data/consumer_complaints.csv.zip ./parameters.json

jiegzhan avatar Nov 01 '17 22:11 jiegzhan