Haoxiang Wang
Haoxiang Wang
Hi Vitaly, When do you plan to release the experimental code for _The Atari Grand Challenge Dataset_? I'm pretty interested in the work and want to do some research on...
Hi, I wonder when you will release the code & tutorial for your recent papers using this codebase, including [RoQNN](https://arxiv.org/abs/2110.11331) and [Efficient On-Chip Training of QNN](https://openreview.net/forum?id=vKefw-zKOft)?
Hi, I want to check out the code for the RBF kernel in your paper _Towards Generalization and Simplicity in Continuous Control_, but it seems that you didn't implement it...
Google Brain releases a new optimizer, Lion (https://arxiv.org/abs/2302.06675) which shows superior performance than AdamW on a wide range of deep learning training tasks. They provide a PyTorch implementation at https://github.com/google/automl/tree/master/lion...
Dear authors, Could you provide the checkpoints (i.e., saved weights) of the base models used in your paper? I run your commands on CelebA & Waterbirds (for 5 random seeds),...
When using GPU, this codebase only works for `torch.device('cuda:0')` -- the GPU index has to be `0`. For example, if you choos `torch.device('cuda:1')`, then when you run the code demo...
Hi, I notice you released the paper for this repo at https://arxiv.org/pdf/2108.11939.pdf, congrats on the acceptance to TPAMI! The README says it's still under development (from last month). I wonder...
Hi Daniel, The links to the poster and slides of your paper in README cannot be opened. Please replace them with valid ones. Thanks.
Hi, Could you put a license (e.g., a [MIT license](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository)) in this repo to make it officially open-source? I need to use your code for research purposes. Thanks a lot!
I use your docker to run `run_kernel_myrtle5.sh` on a 4x 2080ti Ubuntu 18.04 workstation, and finally encounter the following error. Could you give me a hint on how to resolve...