Rohan Taori
Rohan Taori
Hi, I'm trying to import Pixelcnn++ (https://github.com/openai/pixel-cnn) into Lucid, specifically the pretrained cifar10 version. I've tried using both the current API and the experimental one documented in #152 - in...
Hi, I am trying to convert the Inception21k model to PyTorch. I used the [MMdnn tool](https://github.com/Microsoft/MMdnn) to do the conversion; however, I am only seeing 65% top1 accuracy on the...
Hi, I believe there may be an issue with the linked pretrained 60-texture model. I downloaded the linked model and ran the following provided command `th multi_texture_synthesis_test.lua -ind_texture 24`. However,...
The following code fails for the new `DPMSolverMultistepScheduler` when used in half precision due to `torch.quantile()` expecting inputs to be in full precision. This slight patch fixes this bug and...
## Problem Currently there does not seem to be a way to support specifying a unique index type in postgresql, while it is supported for standard indices. This becomes an...
Hi, [This paper](http://ai2-website.s3.amazonaws.com/publications/CVPR_2017_Situation.pdf) mentions that an additional 5 million examples were collected using the Semantic Augmentation technique. Is this dataset released and how would I go about downloading it? It...
Will the full dataset of human annotations (137k pairs of expert comparisons as mentioned in paper) be released?
1) I installed Cursor and the remote-ssh plugin 2) I try to connect to a remote server (which works flawlessly on VS Code) and it results in the following error...
Hello, Where can I find the code for the evaluation metrics? I would like to run them on a different language dataset.
Hi, i was wondering if you could release the weights to the pretrained models for the 3 UCI datasets in the paper with the different privacy budgets 0.1, 1, 10,...