We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
The text was updated successfully, but these errors were encountered:
I also encountered the same situation as you.I want to know how to solve.Thank you!
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: