-
## Issue description
Tried the input-level dropout with one-class segmentation with 2D U-Net
Using the same config file as tuto 1, only difference is ``"multichannel"`` and ``"is_input_dropout"`…
-
The "input-level dropout" has been implemented by the #705 PR. Future work could include the addition of a parameter controlling this dropout.
### Motivation for the feature
- The HeMIS approach…
-
Hi, I'm wondering if it would be a good feature for the library to internally and automatically try to reestablish a connection to the switcher in the event of network failure, unplugged cabling or a …
-
I tried using dropout and it slows down training a lot for me (like 10x slower).
Looking at net/bilstm-parallel-layer.h:177, this code is the only difference compared to training the network witho…
-
## Bug report
### Describe the bug
Using my brand new Sony a90j with Google TV, all is fine. Except: when playing TrueHD Atmos videos, I experience audio dropouts after ~3 minutes when I l…
-
In `Dropout.cu` (https://github.com/pytorch/pytorch/blob/master/aten/src/ATen/native/cuda/Dropout.cu#L35)
In 56 lines, you set `bool gridxvec_loop_state = 0`。
When the `gridxvec_loop_state` is 0…
-
Hi ! I read Yarin Gal's paper and I did not understand how the weight regulariser and dropout regulariser are initialized. The author provided a formula, but it is not very clear (e.g what means prior…
-
The paper says that a dropout layer with prob rate of 0.6 is implemented for all the fully connected layers in the network.
Curious to know the reason why it is not added in the architecture given in…
-
This is a very interesting project!
Are you implementing more layers into this project, like into Neuro_?
E.g. DropOut layer?
-
hello, I don't find dropout param in the code
but the paper says dropout can lift the performance
is there any implementation of dropout in this project?