-
Ohai,
I have the problem, that my XBOX One controllers drop out from time-to-time. That only seems to happen in-game and maybe not in every game. But in games it does happen with, there will be a p…
-
作者,您好,我在您的代码的基础上添加新模型BiGRU
def build_model(self, trainset_shape, model_name='Keras model', model_file=None):
"""
Build Keras model, eg. 'GRU', 'LSTM', 'DNN', 'BPNN', 'CUDNNLSTM', 'C…
-
Hi,
first of all I want to say that I really enjoy working with Pytorch Geometric, it is very powerful and I appreciate the community growing around it. The recently introduced SparseTensor for mod…
mcd01 updated
4 years ago
-
Hi,
Thanks for this code.
From looking at it, I think the dropout rate should be set to 0 if not using dropout. Since it looks like the code is going to adapt the weights W based on that rate independ…
-
### 🐛 Describe the bug
```
import torch
# functional dropouts
for functional_dropout in (torch.nn.functional.dropout, torch.nn.functional.alpha_dropout, torch.nn.functional.feature_alpha_dropo…
-
I notice there is no dropout in the vgg16 code whereas dropout was used in the original paper. I wonder if there is a reason for removing it and whether the pretrained weights were learned with or wit…
-
```
Which plugin is the bug/enhancement related to ?
Dynamic Playlist and Custom Scan and Transition Updated
What version of SlimServer/SqueezeCeneter are you using? On what operating
system?
I am ru…
-
```
Which plugin is the bug/enhancement related to ?
Dynamic Playlist and Custom Scan and Transition Updated
What version of SlimServer/SqueezeCeneter are you using? On what operating
system?
I am ru…
-
I notice in your readme it states the Variational Dropout algorithm has been implemented in Keras’ RNN library.
I want to verify that it is implemented exactly as described in your paper (that the…
-
Hi,
I am a M.Sc. student and I am implementing network pruning/compression from the `Learning both Weights and Connections for Efficient Neural Networks` paper as my final project. I am using Torc…