issues
search
IBM
/
pytorch-seq2seq
An open source framework for seq2seq models in PyTorch.
https://ibm.github.io/pytorch-seq2seq/public/index.html
Apache License 2.0
1.5k
stars
376
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
AttributeError: module 'torchtext.data' has no attribute 'Field'
#198
chang-zy
opened
1 year ago
2
About section
#197
faizannazir
opened
1 year ago
0
Teacher forcing per timestep?
#195
ghost
opened
4 years ago
1
Out of memory for NLLLoss even the batch size is small
#194
serenayj
opened
4 years ago
0
The dimension of predicted_softmax in DecoderRNN.py
#193
tk1363704
opened
5 years ago
0
Teacher forcing during beam decoding
#192
iamsimha
opened
5 years ago
0
fix bug Expected object of backend CUDA but got backend CPU for argu…
#191
anonymone
opened
5 years ago
0
replace size_average param
#190
breid1313
closed
3 years ago
1
replace torch.nn.functional.tanh (depreciated)
#189
breid1313
closed
3 years ago
1
Update requirements.txt
#188
Felix-Petersen
opened
5 years ago
0
pre-trained word embedding
#187
TianlinZhang668
opened
5 years ago
1
.travis.yml: The 'sudo' tag is now deprecated in Travis CI
#186
cclauss
opened
5 years ago
0
Error for cuda and cpu
#185
lucasjinreal
opened
5 years ago
8
Fix hidden size when bidirectional is set to False
#184
amjltc295
closed
5 years ago
1
Memory leak
#183
amjltc295
opened
5 years ago
2
Fix RuntimeError when use_attention is set to False
#182
amjltc295
closed
5 years ago
0
RuntimeError when running Samplescript without attention in the develop branch
#181
amjltc295
closed
5 years ago
2
GPU error when run sample code
#180
vachelch
closed
5 years ago
4
Decode function in decoder
#179
ihungalexhsu
closed
6 years ago
2
Creating pull request of hacks I needed to run sample.py on cuda
#178
DavidLKing
closed
6 years ago
5
TopKDecoder
#177
Hongzl1996
opened
6 years ago
6
beam search
#176
asmartsnail
opened
6 years ago
0
Main advantages of develop branch?
#175
me2beats
closed
6 years ago
1
Dev branch: toy training stops after 2 epochs
#174
me2beats
closed
6 years ago
2
Develop weekly updates
#173
pskrunner14
closed
6 years ago
0
Copy update
#172
pskrunner14
opened
6 years ago
0
Dropout error using external embeddings
#171
rrkarim
closed
6 years ago
3
How is the memory optimized when using pre-trained embeddings like FastText and etc?
#170
rrkarim
closed
6 years ago
1
RuntimeError occurs running integration_test.py
#169
jhyun0919
opened
6 years ago
1
Various cleanups to SupervisedTrainer
#168
suzil
closed
6 years ago
0
Refactor examples/sample.py
#167
suzil
closed
6 years ago
0
Add tqdm progress bars to training
#166
suzil
closed
6 years ago
0
Attention type
#165
ratis86
opened
6 years ago
8
How to train models with GPU?
#164
Runingtime
closed
6 years ago
0
Develop weekly updates
#163
pskrunner14
closed
6 years ago
0
Hi! When I use examples.py for lannguage translation, an error occured in def len_filter if I use all train_datasets. But when I use part of train_datasets, it works well. Could you please tell me why?
#162
Decalogue
opened
6 years ago
2
Integration test expected cuda bug resolved
#161
pskrunner14
closed
6 years ago
0
Integration test fails on GPU
#160
pskrunner14
closed
6 years ago
1
Doubt on "pytorch-seq2seq/seq2seq/models/EncoderRNN.py"
#159
caozhen-alex
closed
6 years ago
5
What rnn.output_size is referring to exactly?
#158
katyakuda
closed
6 years ago
1
can I use pytorch-seq2seq implement this model
#157
gaikin
closed
6 years ago
1
Cuda.LongTensor instead of LongTensor on GPU
#156
ShilinHe
closed
6 years ago
5
some question about embedding matrix in v0.1.4
#155
reeuq
closed
6 years ago
1
some question about embedding matrix in v0.1.4
#154
reeuq
closed
6 years ago
0
Copy attention based decoder
#153
AtmaHou
opened
6 years ago
10
Scheduled Sampling
#152
umgupta
opened
6 years ago
7
Backtracking in beam search
#151
shubhamagarwal92
opened
6 years ago
6
Teacher_forcing does not work when using TopKDecoder
#150
ZhuoranLyu
closed
6 years ago
2
UserWarning: volatile was removed
#149
amrsharaf
opened
6 years ago
1
A question about predict
#148
Glilei
closed
6 years ago
0
Next