ghtwht

Results 5 comments of ghtwht

sorry for misunderstood the code. There is no problem left. Thanks for your sharing.

how to choose the fixed version of glibc to compile the libtransformer_server.so?

you could just comment out the related code: line 68~73 of attention_seq2seq.py and "if self.use_beam_search: **" of basic_seq2seq.py to avoid using beam search since the related code almost based in...

> @dagarcia-nvidia I think continuous_train_and_eval is not a good way to train model faster, what I do now is train model only with gpu, and make another running parallely eval...

> > Hi guys, I come across the same problem and try to solve this in another way. > > When training within MonitoredTrainingSession, I use a tf.train.SessionRunHook to save...