11 lines
202 B
Bash
Executable file
11 lines
202 B
Bash
Executable file
#! /bin/bash
|
|
|
|
python test.py \
|
|
--cates airplane \
|
|
--resume_checkpoint pretrained_models/gen/airplane/checkpoint.pt \
|
|
--dims 512-512-512 \
|
|
--latent_dims 256-256 \
|
|
--use_latent_flow
|
|
|
|
|