caption_generator
caption_generator copied to clipboard
raise RuntimeError('You must compile your model before using it.')
Hey when i try to train the model i am getting the following error:
Using TensorFlow backend.
413439
WARNING:tensorflow:From C:\Users\UserName\Anaconda3\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
Model created!
Traceback (most recent call last):
File "D:\Image-caption\Image-Captioning-master\train.py", line 14, in
I am trying to solve it but getting no luck. Its been 2 weeks since i am stuck on the problem. Please help me out here.