You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I face the same issue. I have same dependencies as described in the repo and decreased the batch size to 8 but still fails. Does the code actually fit on 2 A 100 GPUs?
``@baofff
你好,我按照readme的说明训练,但是发生错误:
subprocess.CalledProcessError: Command '['torchrun', '--nproc_per_node', '2', 'train.py', '--config=configs/celeba64_uvit_small.py']' returned non-zero exit status 1.
我的配置文件:
`import ml_collections
def d(**kwargs):
"""Helper of creating a config dict."""
return ml_collections.ConfigDict(initial_dictionary=kwargs)
def get_config():
config = ml_collections.ConfigDict()
`
The text was updated successfully, but these errors were encountered: