-
### 🐛 Describe the bug
##Code
Encoder:
```
import torch
import torch.nn as nn
import torch.optim as optim
class Encoder(nn.Module):
def __init__(self, input_dim, emb_dim, hid_di…
-
I trained lightconv model via fairseq .
When I used it in bert nmt, I got this error .
`(bertNMT) blue90211@AI02:~/Storage01/bert-nmt$ CUDA_VISIBLE_DEVICES=0 python train.py $DATAPATH -a $ARCH --op…
-
Now that we support a multitude of basic layers, I'd like this issue to serve as the discussion for supporting advanced layers. While #54 tracked basic layers and most have been implemented, We now ne…
-
**System information**
- Have I written custom code (as opposed to using example directory): No
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10
- TensorFlow backend (yes /…
-
Hi
I'm trying to replicate the results in figure 4 M and O but it is not clear in the paper what were the parameters that were used for adding noise and simulate in general. Specifically, what were t…
-
seurat_object
-
Hi, Thanks for great Post
Could you please help me how to edit my Generator function to avoid artifacts?
This is my code:
```
class ResnetGenerator(nn.Module):
def __init__(self, input_nc, ou…
-
**Is your feature request related to a current problem? Please describe.**
TSMixer Model with num_blocks higher than 4 aren't training well. It is somewhat nebulous to pinpoint but higher number of b…
-
Hi
Since I don't have access to GPU, I can't execute your code, but there is another code in the github that implements your model with the keras Library . Are you confirming the following code and c…
-
I was trying to run the model on my custom data of KG triples, to compare its performance, however I encountered a problem.
Upon running the training command for policy gradient model:
```./expe…