i removed this line but i can't train,it says:" self._traceback = tf_stack.extract_stack_for_node(self._c_op)"
You can see #99 in model.py which is used to restore the pre-trained checkpoint. You can remove this line if you want to train from scratch.
Originally posted by @remyhuang in #17 (comment)