Wenhao Lu
Results
1
issues of
Wenhao Lu
前辈您好,您在qtran_base.py的_get_individual_q函数中首先进行了这样一个操作: if transition_idx == 0: _, self.target_hidden = self.target_rnn(inputs, self.eval_hidden) 我想请教一下这样做的原因是什么,如果不这样做会导致什么错误? 另外,我在将您的代码与自己的工作结合的时候,遇到了一个报错:Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass RuntimeError: one of the variables needed for...