cmaron / CS-7641-assignments

CS 7641 - All the code
MIT License
158 stars 124 forks source link

Assignment 4 generates empty output #21

Closed joey-huang2 closed 5 years ago

joey-huang2 commented 5 years ago

after running $python run_experiment.py --plot only output/report directory has params.csv, other subdirectories - output/images, output/PI, output/Q, output/VI are empty...

kuthalam commented 5 years ago

Same here. I am running "python run_experiment.py --plot" with Python 3.7.2 on Windows 10.

rushx1 commented 5 years ago

There are other '--' options you can specify for command line. You may look more closely at run_experiment.py

kuthalam commented 5 years ago

Yes, after some digging, I found that the '--all' flag needed to be run first.

joey-huang2 commented 5 years ago

Thanks. My bad.