Sharath Kumar R
Sharath Kumar R
@JafferWilson Could you help in running the nueral network against our own data, how to generate .bin files for our article? I have clear idea about tokenozation but what about...
@anubhavmax Hi, How did you manage to run on your own data? could you please shed some light. Thanks, Sharath
@alkanen Thanks a lot man!. I will give a try. Text in the sense if i only pass the entire article without a abstract, it will work fine right? or...
@alkanen Thanks once again man. When i try to run as you mentioned, i'm getting an error as below vi womendriver.text | java edu.stanford.nlp.process.PTBTokenizer -preserveLines Vim: Warning: Output is not...
@alkanen Ok, my bad. Thanks once again. After performing tokenization(which i need to save), should i need to make_datafile.py code to generate .bin files?
@alkanen did you took a look at this https://github.com/abisee/pointer-generator/issues/51
@alkanen Nothing in particular, just wanted to let you know the command he suggested to run. One more query i have: 1. Repo says input should be in the form...
hi @alkanen when i run the below command python3 pointer-generator/run_summarization.py --mode=decode --data_path=/Users/setup/text_abstraction/cnn-dailymail/finished_files/chunked/train_* --vocab_path=/Users/setup/text_abstraction/finished_files/vocab --log_root=/Users/setup/text_abstraction/pointer-generator/pretrained_model_tf1.2.1/train --exp_name="model-238410.data-00000-of-00001" --coverage=1 --single_pass=1 --max_enc_steps=500 --max_dec_steps=200 --min_dec_steps=100 Im getting the logs as below INFO:tensorflow:Failed to load checkpoint...
@gopi77 Thank you guiding. We were able to follow the steps mentioned by you and generate the bounding box and mask for the images, but not the name for the...
@LovPe, What do you mean by instance number is 0? On Thu, Aug 3, 2017 at 1:14 PM, LovPe wrote: > this my caused by writing a tfrecord example when...