Tamilarasan Sabapathy

Results 1 comments of Tamilarasan Sabapathy

create a new sh file with the following flags ''' #!/bin/bash MODEL_FLAGS="--image_size 64 --num_channels 128 --num_res_blocks 3" DIFFUSION_FLAGS="--diffusion_steps 100 --noise_schedule linear" TRAIN_FLAGS="--lr 1e-4 --batch_size 128" ''' Save it as a...