-
Notifications
You must be signed in to change notification settings - Fork 47
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
Can you elease a checkpoint of Open the mouth tag? #23
Comments
Hi! Have you tried to train this tag by yourself? It wouldn't cost much for either time and GPU for a single-tag HiSD model. (maybe several hours on a single 1080Ti.) |
F:\ProgramData\Anaconda3\python.exe F:/work/mingxingshipin/HiSD-main/core/train.py Process finished with exit code 1 |
Could you show me which config file you used in you reproduction? |
Copyright (C) 2018 NVIDIA Corporation. All rights reserved.Licensed under the CC BY-NC-SA 4.0 license (https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).logger optionsimage_save_iter: 1000 # How often do you want to save output images during training optimization optionstotal_iterations: 600000 adv_w: 1 style_dim: 256 discriminators: No normalization (Attribute-specific)channels: [32, 64, 128, 256, 512, 512, 512] No normalization (Tag-specific)channels: [32, 64, 128, 256, 512, 512, 512] Instance Normalization (Shared)channels: [64, 128, 256] Adaptive Instance Normalization (Tag-specific)channels: [64, 64, 64, 64, 64, 64, 64, 64] Instance Normalization (Shared)channels: [256, 128, 64] No normalization (Attribute-specific)Last num of pre_channels should be equal to the first num of post_channelspre_channels: [256, 256, 256] tags:
data optionsinput_dim: 3 # number of image channels |
The config file you used need 2x1080Ti. |
arguments are located on different GPUs |
3090 is not ok??? |
3090 has 24GB GPU memory, which is enough for the config file you used. But as you comment: |
Can you elease a checkpoint of Open the mouth tag?
The text was updated successfully, but these errors were encountered: