Liam Li
Liam Li
I have a couple questions about how the valid accuracy after 100 epochs reported for CIFAR-10 for four runs of DARTS shown in Figure 3 is calculated: 1. What is...
## Description Add example for contrastive learning using pytorch. Supports both unsupervised (SIMCLR) and supervised contrastive learning. Implementation based on the [SupContrast library](https://github.com/HobbitLong/SupContrast) released by Yonglong TIan, an author of...
## Description Add huggingface transformer's translation example to our model-hub. ## Test Plan - [x] Train each experiment configuration and confirm performance is as expected ## Commentary (optional) The upstream...
## Description Interpretability example using pytorch captum's implementation of integrated gradient on a visual question answering task. ## Test Plan ## Commentary (optional) ## Checklist - [ ] User-facing API...
## Description Supports NAS via adaptive search over [OFA](https://github.com/mit-han-lab/once-for-all/tree/master) MobileNetV3 based search space. ## Test Plan ## Commentary (optional) ## Checklist - [ ] User-facing API changes need the "User-facing...
## Description Making a few changes to how we build the deepspeed image for GPT-NeoX. - We previously had a separate Dockerfile to install gpt-neox into the gpt-neox deepspeed image...