-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hyperparams for training on 1200 labels #5
Comments
I have the similar problem , have you find the proper params yet? |
Not yet. |
Hello, I'm also trying to train with 1200 identities,but I have a few problems: |
|
Thanks for your reply.
I use batch size 16 and learning rate 1e-5 here. Could you provide a pre-trained model?
…________________________________
From: Ismail Elezi <[email protected]>
Sent: Wednesday, December 16, 2020 22:38
To: dvl-tum/ciagan <[email protected]>
Cc: fengtingl <[email protected]>; Author <[email protected]>
Subject: Re: [dvl-tum/ciagan] hyperparams for training on 1200 labels (#5)
What batch size you are using? We used batch size of 8 and 16 for the results in the paper.
We'll try to put the configuration and an example for the generation before the holiday, but slightly busy with current work.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#5 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIQR347PS4KLQVDYA43LGMLSVDA7NANCNFSM4SRYQYTA>.
|
Thanks for your reply. I don't understand how to change the forward conditional information into a random one-hot vector. I have tried many times to load the trained model to generate new images, but all reported errors. Could you provide an example or share your code? Thanks. |
Hi, I enjoyed the paper and was able to run the training example.
I set up the CelebA dataset with 1200 identities provided in legit_indices.npy. However, I am not sure about the hyper-parameter setting:
Could you give me the detailed hyper-parameters for training on the dataset with 1200 identities? Thanks!
The current hyper-parameters I'm using, which yield an unsatisfactory result:
'TRAIN_PARAMS': {
'ARCH_NUM': 'unet_flex',
'ARCH_SIAM': 'resnet_siam',
'EPOCH_START': 0,
'EPOCHS_NUM': 120,
'LEARNING_RATE': 0.00001,
'FILTER_NUM': 32,
'ITER_CRITIC': 1,
'ITER_GENERATOR': 3,
'ITER_SIAMESE': 1,
'GAN_TYPE': 'lsgan',
'FLAG_SIAM_MASK': False,
},
'DATA_PARAMS':{
'LABEL_NUM': 1200,
'WORKERS_NUM': 4,
'BATCH_SIZE': 32,
'IMG_SIZE': 128,
'FLAG_DATA_AUGM': True,
},
'OUTPUT_PARAMS': {
'SAVE_EPOCH': 1,
'SAVE_CHECKPOINT': 60,
'LOG_ITER': 2,
'COMMENT': "Something here",
'EXP_TRY': 'check',
}
The text was updated successfully, but these errors were encountered: