Yeshwanth Venkatesha
Yeshwanth Venkatesha
Hi, thanks for sharing the code for your project. Can you please also share the dataloaders/preprocessing files for mini Imagenet dataset?
I searched for a PyTorch implementation of this benchmark and came across several papers that used it as a benchmark for their methods. However, I was unable to find a...
Have the pretrained models that were used to report the accuracy been released? If so, could someone please direct me to where I can find them?
I was wondering if there is a pytorch implementation of this. I searched around but couldn't find anything concrete. Checking here before I implement it myself. Any help is appreciated....
I got excited by the Tiny Training Engine (TTE) described in the V3 paper. I was wondering if the code for MCUNet-V3 has been released somewhere else or if it...
Hello, Thanks for sharing the code. I was wondering if you can share the code (or configuration parameters) for reproducing the trained models for the decathlon challenge? I tried porting...
As python 2.7 is no longer supported in opencv, I tried to port the code to python 3 and latest opencv. Tested only on view and export. Other scripts are...
I was wondering what is the similarity metric used in the paper. It doesn't seem to be defined anywhere. It looks like cosine similarity. Can someone please confirm?
Ideally running paradigms with a window size of 1 should be identical to running sequential DDIM given that there is no added noise in DDIM. But I am not observing...