Puneet Mangla

Results 6 issues of Puneet Mangla

Hi @huangzh13 I am trying to train styleGAN (fixed generator) on person's faces with just 50 training images at 64x64 resolution. However, the GAN is not training at all and...

Hi @IISCAditayTripathi, where can i find the file ``label2idx_draw.pkl`` used in ``get_common_classes.py``?

Hi, I am observing Nan losses just after 1st or 2nd iteration. I am running following command ```python3 tools/run_train.py --config-file configs/coco-experiments/mask_rcnn_R_50_FPN_fc_fullclsag_base.yaml``` Following is the error that I am getting: ```ERROR...

Getting around 80.78 (85.17 in paper) % accuracy on 5 shot , ResNet10 baseline++ with augmentation on. **Command used to train** : ```python train.py --dataset CUB --model ResNet10 --method baseline++...

I m running the CW2 attack on a model. The logs show that num_failures =0 but when I test the generated adversarial image the model is somewhat robust. Is it...

Hi, I want to load a pre-trained, biggan128 discriminator. However, I am not able to do so from the config file mentioned in setup_model.py. The generator is loading fine. I...