NYU-DLSP20 icon indicating copy to clipboard operation
NYU-DLSP20 copied to clipboard

NYU Deep Learning Spring 2020

Results 51 NYU-DLSP20 issues
Sort by recently updated
recently updated
newest added

Since Arabic is a language where you write from right to left , we face problems with visualizing docs written in Arabic properly. The text at first would seem like...

a simple test of shear, yellow dots should be in lower right instead of upper right, new_OI is right without transpose ```python for i in range(1): # create a random...

I think source activate is a few years old now and isn't supported anymore. https://stackoverflow.com/questions/49600611/python-anaconda-should-i-use-conda-activate-or-source-activate-in-linux

Was trying to get the truck backer upper working as shown in the NYU Deep Learning class, but rather than downgrade jupyter and matplotlib, I figured out what needed to...

The legacy version of torchtext is no longer supported. I had to install an old one. When trying to run this cell : model = TransformerClassifier(num_layers=1, d_model=32, num_heads=2, conv_hidden_dim=128, input_vocab_size=50002,...

I was facing some issues with torchtext and Collections iterable, added a pip command to install it and made a backward-compatible support for Collections

Bunch of minor "theoretical" changes in the evaluation function: 1. `test_data_gen` was used as the data generator in the evaluation, instead of `data_generator`, thereby evaluating the net on the test...

I found that the Chinese version was basically machine translated, which caused the latex syntax to be broken. Of course, there are a lot of unreasonable translation. This PR is...

Thanks a lot for this valuable repository I have a question regarding cross attention presented in the topic [12.3. Attention and the Transformer](https://atcold.github.io/pytorch-Deep-Learning/en/week12/12-3/). Is this line working properly ``` d_xq,...

When using the notebooks in google colab environment. when using and importing the rep local libraries (resources for example) it bombs since the folder contains hyphens and it needs to...