Spaces:
Build error
Build error
File size: 697 Bytes
94ada0b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
defaults:
- _self_
- model: default
- spec: paper512
# general options
outdir: ~
dry_run: False
debug: False
resume_run: ~
snap: 50 # Snapshot interval [default: 50 ticks]
imgsnap: 10
metrics: [ "fid50k_full" ]
seed: 2
num_fp16_res: 4
auto: False
# dataset
data: ~
resolution: ~
cond: False
subset: ~ # Train with only N images: <int>, default = all
mirror: False
# discriminator augmentation
aug: noaug
p: ~
target: ~
augpipe: ~
# transfer learning
resume: ~
freezed: ~
# performance options
fp32: False
nhwc: False
allow_tf32: False
nobench: False
workers: 3
launcher: "spawn"
partition: ~
comment: ~
gpus: ~ # Number of GPUs to use [default: 1]
port: ~
nodes: ~
timeout: ~ |