Jiang Liu
Jiang Liu
I am trying JSMA on CIFAR10. I guess the issue is due to JSMA is a targeted attack, so when you input true_label in `adv_untargeted = adversary.perturb(cln_data, true_label)`, the attacker...
Paper title: PolyFormer: Referring Image Segmentation as Sequential Polygon Generation" Paper link: https://arxiv.org/abs/2302.07387 [update May 12th 2023] @amusi Could you please add the code link as well? https://github.com/amazon-science/polygon-transformer Thank you!
@dumitrac Thank you so much for the reply! That answers my question! I am also curious if you have tried/ implemented any techniques to increase the throughput in multi-node distributed...
@dumitrac Thanks for the reply! Can you elaborate more on how you avoid host-device syncs and other stalls? Thank you!
Thank you so much!
Hi, we retrained the patch segmenter for APRICOT mask dataset.
> Have you looked at https://github.com/allenai/open-instruct? It might have what you're looking for. @2015aroras Thanks for your reply! It seems the open-instruct repo is mainly for DPO. I wonder if...