Im2Text icon indicating copy to clipboard operation
Im2Text copied to clipboard

Im2Text extension to OpenNMT

Results 5 Im2Text issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to use im2text on google colab and there is a problem with path to opennmt ``` OpenNMT not found. Please enter the path to OpenNMT: /content/Im2Text/opennmt...

Getting invalid argument error while giving multiple gpu ids to the argument -gpu_id i.e when I assign ' -gpu_id 1 2 ' it gives the following error ERROR: invalid argument:...

I use example command: `th src/train.lua -phase train -gpu_id 1 -input_feed -model_dir model -image_dir data/images -data_path data/train.txt -val_data_path data/validate.txt -label_path data/labels.txt -vocab_file data/vocab.txt -batch_size 8 -beam_size 1 -max_num_tokens 150 -max_image_width...

Hi, Nice repo. I am running the example for training with the given dataset. I am getting a cuda runtime error. I am attaching the log file. [log.txt](https://github.com/OpenNMT/Im2Text/files/840186/log.txt)

This library looks excellent. It works great when I trained with the GPU. Eventually I'll need to add the model into an app that won't have GPU capability. Is it...