wzx95789
wzx95789
> The training will first train an IR model for 50000 steps. This should be done in the run_training.sh as the first step. I guess that step failed for some...
> From the error message, it seems that you are training the model on CPU and therefore not supporting some operations. Are you training on CPUs? I would not suggest...
hello, when training an IR model for 50000 steps, the processing bar did not move, i found that the code in the framework.py line170 : res = self.validation_params[val_key]['valid_loop']['func'](self.sess, self.all_val_targets[val_key]), this...