-
Hi, great work on this. Do you have any plans to add support for BPE-dropout (https://arxiv.org/pdf/1910.13267.pdf)?
-
I loaded Fabla2 into Carla. I want to load an sample, open the load sample dialog via right click on a pad and go through my samples. When i click in another window, eg carla to adjust the volume of F…
-
I am trying to create a model with pix2pix architecture (photo to label) that will take as input a 32x32 picture. I added in define_G:
elif netG == 'unet_32':
net = UnetGenerator (input_nc, output_n…
-
Small issue related to Keras import. Keras allows recurrent units to have dropout on their own, with a dropout rate that can be different from the regular one.
-
-
Problem: DE genes search on initial step of SAVER removes rear landmark genes, making impute step useless.
Idea to consider: seurat's DE genes binned search
Possible solution: we have no prior …
-
tflearn.dropout(network, 0.5)
In this line of code, does the 0.5 represent the probability that a neuron will be dropped or is it the probability that a neuron will not be dropped?
-
Hi,
My name is Pablo Navarro. Your team and I have already exchanged a few mails over the wonderful paper you've made. Thanks again for the contribution.
Now that the code is released, I have a …
-
I create a network and set the attributes of `dropout` to `training`, but it stills can't utilzed the `dropout` when using MXNet C++ inference API [`MXPredForward`](https://mxnet.apache.org/versions/1…
-
Currently the mask generated by dropout op uses the same dtype and shape as the input. 1 bit per coordinate should be sufficient. Since dropout is heavily used after activations, this will save a lot …