woonwoon
woonwoon
my terminal : >python main.py --mode sample --num_domains 2 --resume_iter 100000 --w_hpf 1 \ > --checkpoint_dir expr/checkpoints/celeba_hq \ > --result_dir expr/results/celeba_hq \ > --src_dir assets/representative/celeba_hq/src \ > --ref_dir assets/representative/celeba_hq/ref Namespace(batch_size=8,...
https://github.com/rmccorm4/tensorrt-utils/blob/master/int8/calibration/ImagenetCalibrator.py ImagenetCalibrator.py was used well when quantizing of the ResNet50 learned by the ImageNet, but ImagenetCalibrator.py was not used well when quantizing of the ResNet32 learned by the Cifar100 (The...
I get this error when i run the main.py file Parameters : --base configs/stable-diffusion/v1-inference.yaml --train --gpus=1 I want to train model ` Global seed set to 23 Running on GPUs...
I have successfully executed txt2img.py with reference to README.md, but what I want is a train code not just inference, Where is the code for training? Do you have a...