Tianchen627

Results 3 comments of Tianchen627

Thanks for your detailed reply and I get the point. Happy new year :)

I also change the code to fit Python 3.I have changed all the / operator to //,for example ``` self.cond_col_name_enc = nn.LSTM(input_size=N_word, hidden_size=N_h//2, num_layers=N_depth, batch_first=True, dropout=0.3, bidirectional=True) ``` It works...

> docker pull chenzhaoyu94/chatgpt-web:main same thing happened on me.Have u solved the problem?