Shreejal Trivedi
Shreejal Trivedi
@ljjcoder I tried on the officehome dataset with the same hyperparameters on 64x64 using the pytorch dassl repo for adamatch. I was not able to get good accuracy. Did you...
Good point. @jiangzhengkai I am also confused with the same. Did you figured it out?
Yes, I have the same doubt. My data contains variable-length sequences. But how to incorporate the packed padded sequence and pad_packed_Sequence in the decoder part, as in this code, it...
@zsyzzsoft Exactly. For representation learning augmentation might help in the architectures like BiGANs. Because to my knowledge, Encoder were able to learn the features through normal discriminator training using RandomScaling,...
Hi @zsyzzsoft I had one doubt regarding the implementation of DiffAugment with BiGAN if you can help me out. When we pass the real image through encoder and discriminator, it...
Hi, Thanks. I did the implementation of the diff aug in BiGAN like architecture. But I observed a generation leak in the Generator network. Many artifacts are coming in the...
@tenglike1997 Yeah same doubt, Did you figured it out?
Hi, I want to implement this centernet algorithm for pose estimation in YOLOv3. Can you provide me the training code which includes the loss implementation of centernet for human pose...
Hi @JeremyXSC , Thanks for your response. Tentatively when will it be possible for you to release the dataset?
Hi @KaiyangZhou Yes correct, but there are some algorithms that do forward pass differently on labeled source and labeled target. But yes, it can be implemented in the dataset class....