Results 3 comments of binhvq

Hi lopuhin! I was write code for load model and generate text. It's very simple. Thanks

Cấu hình hệ thống: * Server: 24 core * RAM 80GB * Process: 10 Sử dụng 2 cách: * Queue để get text line * Pool.map **Vấn đề: Process được...

i have same error, i was fix dump vocab and reload vocabulary, this error from vocab = list(set(data_)), EG: first: vocab = [1,2,3,4] 2nd: vocab = [2,1,4,3]