issues
search
yanwii
/
seq2seq
基于Pytorch的中文聊天机器人 集成BeamSearch算法
Apache License 2.0
241
stars
87
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
这数据是怎么准备,
#26
songsh
opened
4 years ago
1
替换了自己的数据之后会报错
#25
iamxufan
closed
5 years ago
2
替换为自己的数据之后,训练效果很不好
#24
ashleyhyx
opened
5 years ago
0
no model错误
#23
ashleyhyx
opened
5 years ago
1
运行train 时报错
#22
ashleyhyx
closed
5 years ago
0
RuntimeError: cuda runtime error (59) :
#21
liutianling
closed
5 years ago
4
RuntimeError: cuda runtime error (59) : device-side assert triggered
#20
liutianling
closed
5 years ago
4
用自己的文本总会出现 index out of range
#19
Crescentz
closed
5 years ago
1
your data is empty
#18
Crescentz
closed
5 years ago
1
input_size,output_size,hiden_size该如何设置,什么依据?
#17
Sunwc0
closed
6 years ago
3
an illegal memory access was encountered
#16
dingjibang
opened
6 years ago
6
No model error
#15
haow85
opened
6 years ago
0
preprocessing的问题
#14
qintaohu
closed
6 years ago
1
如何训练自己的数据,以及如何训练多个数据对应的答案!
#13
lusongcn
closed
6 years ago
1
你解决了嘛?我和你一样的错误
#12
xingzhoupy
closed
6 years ago
0
illegal hardware instruction
#11
link-duan
closed
6 years ago
6
gbk编码问题,导致运行错误,是不是要de掉这个bug,不然没法运行
#10
CaptainEven
closed
6 years ago
2
cuda runtime error
#9
Truth1987
closed
6 years ago
12
如何加入自己的訓練資料?
#8
Truth1987
closed
6 years ago
4
batch size
#7
KevinHuuu
closed
6 years ago
2
Traceback (most recent call last): File "seq2seq.py", line 441, in <module> seq.train() File "seq2seq.py", line 211, in train inputs, targets = self.next(1, shuffle=False) File "seq2seq.py", line 193, in next inputs = Variable(torch.LongTensor(inputs)).transpose(1, 0).contiguous() RuntimeError: given sequence has an invalid size of dimension 2: 0
#6
skarl-api
closed
7 years ago
2
expected tensor [5798 x 100] and src [600 x 100]
#5
skarl-api
closed
7 years ago
1
RuntimeError: Assertion `cur_target >= 0 && cur_target < n_classes' failed
#4
skarl-api
closed
7 years ago
11
Expected argument self to have 1
#3
jaysharp
closed
7 years ago
3
RuntimeError这个是什么错误?
#2
skarl-api
closed
7 years ago
14
什么时候发布阿?学习学习
#1
SeanLee97
closed
7 years ago
2