-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Description
I trained my faceaging model with cyclegan untill 30 epochs on colab before my runtime disconnect. After that when i try to continue my training it stucks with the output
create web directory /content/face_aging_checkpoints_backup/face_aging_cyclegan/web... . My train command is
!python train.py
--dataroot /content/veri_seti/face_aging
--name face_aging_cyclegan
--model cycle_gan
--netG resnet_9blocks
--direction both
--n_epochs 100
--n_epochs_decay 100
--preprocess none
--load_size 256
--crop_size 256
--batch_size 2
--lambda_identity 0.5
--lambda_A 10
--lambda_B 10
--save_epoch_freq 5
--num_threads 8
--epoch_count 31
--continue_train
--checkpoints_dir /content/drive/MyDrive/faceaging_checkpoints
Can anybody help please. Thank you.