gauravrajan
gauravrajan
no, I have been waiting for your help.
i have not changed any code. Here is the copy paste of 5th line flags = tf.app.flags
from demo import demo from model import train_model, valid_model import tensorflow as tf flags = tf.app.flags flags.DEFINE_string('MODE', 'demo', 'Set program to run in different mode, include train, valid and demo.')...
above is a copy paste of the entire main.py where I have just modified the paths wherever applicable as per my directory