segmentation_keras
segmentation_keras copied to clipboard
Training freezes
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
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.