Errors with Train.py
See original GitHub issueI’ve extracted image patches successfully, however I get the following error when running train.py. Any ideas?
File "train.py", line 184, in run_once logger.set_logger_dir(save_dir) File "../tensorpack/utils/logger.py", line 131, in set_logger_dir action = input("Select Action: k (keep) / d (delete) / q (quit):").lower().strip()EOFError: EOF when reading a line
Any idea here? This is inside my log file:
^[[32m[0303 01:56:20 @logger.py:90]^[[0m Argv: train.py --gpu=0,1^[[32m[0303 01:56:39 @training.py:50]^[[0m [DataParallel] Training a model of 2 towers.^[[32m[0303 01:56:39 @interface.py:31]^[[0m Automatically applying QueueInput on the DataFlow.^[[32m[0303 01:56:39 @interface.py:43]^[[0m Automatically applying StagingInput on the DataFlow.
Issue Analytics
- State:
- Created 4 years ago
- Comments:18 (3 by maintainers)
Top GitHub Comments
I mean the virtual environment is fully set up with python 3.6… however it seems to be initialising with 2.7 as you said. I’ll try see how I can fix this.
Yeah - it seems one of the packages i installed manually through conda has simultaneously downgraded python. Will update.
Right, thanks a lot for the help I appreciate it, I’ve successfully trained the data after changing the Python Version!