-
### 🚀 The feature
Hello,
I would like to contribute to torchvision by providing a implementation of Tiny-Imagenet dataset.
home : https://www.kaggle.com/c/tiny-imagenet
paper : http://vision.…
-
Currently we have SGD and Adam. Should be relatively simple to add more, like RMSProp, etc. Some references:
- http://cs231n.github.io/neural-networks-3/#update
- https://github.com/Lasagne/Lasagne/bl…
-
I am trying to recode your python code to OOREXX.
In your documentation you say "The spiral_data function was slightly modified from https://cs231n.github.io/neural-networkscase-
study/,"
I am …
-
补了上周的三道Python
完成了这周的三道Python
感觉变化都在return的语句里面
cs231n 也在跟进 感觉还是要多看几遍
-
confusing definition for cross-entropy loss
referring to Stanford lecture notes
http://cs231n.github.io/linear-classify/
you are calling log loss same as cross entropy loss
-
For example in http://cs231n.github.io/optimization-2:
![2015-10-28-150144_1923x1079_scrot](https://cloud.githubusercontent.com/assets/3921062/10781761/19127502-7d85-11e5-8ae8-86c5fdf25642.png)
Math…
-
嗨,您好
我关于2023年开的这次CS231n有节课的资源找不到,不知道有没有可能加个微信交流下?如果可以的话,您回一下,我把我的微信号发给您,谢谢!!
-
I tried to create an image on Google Cloud by following the instructions, but I can't seem to find the cs231n-repo/deep-ubuntu.tar.gz image. I get an error message that says that the image is not avai…
-
- [x] Add convolutional net to the softmax IJulia. (done in dl-tutorial/cnn.ipynb)
- [x] Fix RNN to use the more efficient indexing approach in rnn IJulia and charlm example. (switched to cudnn inter…
-
Hi,
I tried to train CoAtNet_0 with tiny image net from cs231n (200 classes). Seems the model does not converge.
Could it be that the implementation is not 100% correct? For example, the positi…