Guillaume Alleon

Results 5 issues of Guillaume Alleon

Change pakced in packed

When running in colab (using GPU) I got the following error in cell: ``` rnn_3layer = nn.Sequential( #Simple old style RNN EmbeddingPackable(nn.Embedding(len(all_letters), 64)), #(B, T) -> (B, T, D) nn.RNN(64,...

Replacing `self.num_driections` by `self.num_directions`

Hi, Thanks for the examples. I think it would make sense to add the following to the notebooks: ``` from google.colab import drive drive.mount('/content/drive') ``` and ``` # Here you...

Hi, This is more a question than the actual issue. I have seen new DL algorithms being recently added on the forecasting side. Is there any similar plan to embed...