Fido

Results 25 comments of Fido

same happened to me.

when I trained on BigGANdeep model, things come normal, and you can try this model. But I still don't know what's the reason of the collapse of BigGAN.

many thanks!

it's ok for other program

Is it normal that NaN occurs at intervals? when NaN appears, "decrease lg_loss_scale" will be operated. After a period of normal training, NaN appears again, and "decrease lg_loss_scale" is again...

> Hi, @unixpickle > > Thanks for your help. > > My command: > > ``` > MODEL_FLAGS="--attention_resolutions 32,16,8 --class_cond True --diffusion_steps 1000 --image_size 128 --learn_sigma True --num_channels 256 --num_heads...

what affects the sample-ability and expressiveness? I am a beginner on neural network.

> Yes, exactly, you need to modify the code in `normalization.py` for it to work with more labels. I'll try to make a pull request to fix it. How to...

> As you can see in: > > https://github.com/ZPdesu/SEAN/blob/04c7536ff3fecd2d1a09c9ae046a1144636033a5/models/networks/normalization.py#L209-L227 > > There are only 19 `fc_muXX`, if you want more classes you need to add more, if not it will...