segmentation_keras icon indicating copy to clipboard operation
segmentation_keras copied to clipboard

Training freezes

Open ghost opened this issue 4 years ago • 1 comments

On executing command: python train.py --batch-size 2 ,training freezes at last step of first epoch.

All the libraries are according to the requirement.txt file

ghost avatar Sep 30 '21 05:09 ghost

Sorry to hear that. Do you have enough memory, etc... Maybe try using top or similar tools to see if the CPU is still being utilized by the python process when the code hangs.

nicolov avatar Oct 07 '21 18:10 nicolov