-
Hi @v0lta ,
My name is Alexander, I am one of the authors of https://github.com/snakers4/silero-models.
Some time ago there was a [paper](http://arxiv.org/abs/2105.03824) by Google (FNet: Mixing…
-
Hi, Thanks for this tool. I have been playing around with the tutorial with a set of paired scRNA/ATAC data but still having some trouble inferring GRN so was hoping to get some input.
This may be …
-
Related to **Model/Framework(s)**
Pytorch/SpeechSynthesis/Tacotron2/notebooks/trtis
**Describe the bug**
A clear and concise description of what the bug is.
I followed all step of README.md in Py…
-
Example: https://mila.quebec/en/publications/
It would be nice to reuse the same code as in the Mila website. Not sure if that's 'easily' possible via RTD
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Debian Testing
- TensorFlow installed from (source or binary): Binary
- TensorFlow version (use command below): 2.0…
-
## ❓ Questions & Help
I would like to gain some more understanding on the HypergraphConv implemented in Pytorch-Geometric. Let say we have a dataset that belongs to https://ls11-www.cs.tu-dortmund.…
-
Hello author. I'm testing some encoder-decoder models here.
After some experiments, it seems that implemented pruner is not working with
interpolate layer.
```
from tinynn.prune import OneShotCh…
-
Here's the code I've written:
```
model.add(LSTM(150,
input_shape=(64, 7, 339),
return_sequences=False))
model.add(Dropout(0.2))
model.add(LSTM(
200,
…
-
I'm implementing a CNN model, when I just have few layers, it works well. When I tried a deeper network, I can achieve a high performance (a small loss given during the training process) on training d…
-
Thanks for your good paper!
However, I am fusing about, how do I obtain the results reported in your paper?
I run the CEM search and compare the best result with the result in Table 3. But it s…