Parag Jain
Parag Jain
Hi, Thank you for the sample code. I could not understand what exactly is happening here: https://github.com/JamesChuanggg/pytorch-REINFORCE/blob/master/reinforce_discrete.py#L52 If possible can you please give a little explanation. Thanks
Hi, I am getting `org.apache.lucene.index.IndexNotFoundException: no segments* file found` I have used the following script: https://github.com/dbpedia/lookup/blob/master/scripts/index.sh `sh index.sh 2016-10 en ` Thanks
I am trying to use partial run with nmt-1.4 setup. Following is the change I have made, here: https://github.com/tensorflow/nmt/blob/tf-1.4/nmt/model.py#L227 ` partial_setup = sess.partial_run_setup([self.train_super_op_dummy_reward, self.train_loss, self.predict_count, self.train_summary, self.global_step, self.word_count, self.batch_size]) step_loss...