Nikhil Gunti

Results 4 issues of Nikhil Gunti

On running `CUDA_VISIBLE_DEVICES=0 python finetune.py ucf101 flow 2 `, the video got stuck in the process. I tried with test lists 1, 2, 3 but it's getting stuck at the...

Hi @iamhankai, I'm trying to reproduce the A3M results on the CompCars dataset. I'm wondering how to generate processed_attributes.txt ([Link](https://github.com/iamhankai/attribute-aware-attention/blob/master/CUB.py#L33)) because I don't see attributes.txt for this dataset online. If...

## TL;DR This article gives a basic but detailed understanding of Numpy programming with beautiful visualizations. ### Article Link http://jalammar.github.io/visual-numpy/ ### Author Jay Alammar ## Useful Code Snippets ```python import...

Python

## TL;DR This article gives a basic but detailed understanding of optimization strategy in neural networks with beautiful visualizations. ### Article Link https://blog.paperspace.com/intro-to-optimization-in-deep-learning-gradient-descent/ ### Author Ayoosh Kathuria ## Key Takeaways...

Machine Learning Models
Algorithms