-
Notifications
You must be signed in to change notification settings - Fork 888
New issue
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
Tensorflow 2 #466
Comments
@RoboEvangelist Will try tf2 when I have enough spare time. No time for that recently:) |
I see. If I get any progress on that myself, I'll let you know. Thanks |
@RoboEvangelist Welcome:) |
I'm trying to convert the code to tensorflow 2 with the help of the migration tool of Google. I do this because I would like to train the lanenet on RTX 3070, which always has problem with tensorflow 1.x since the cuda version can only be higher than 11.1. Traceback (most recent call last): I didn't have this problem with tensorflow 1.14.0. And I haven't seen anywhere this usage with make_one_shot_iterator.get_next(). Mostly, there is no argument inside the get_next(). Can anyone help me with this problem? Many thanks in advance! |
@Holzpferd Must be tf version problem. You may adjust the code according to your local tf's api:) |
It is OK to ignore the
Then it is compatible for you to run the training code directly under TensorFlow2-GPU |
Folks,
Will there be any work to make this code Tensorflow 2 compatible?
Thanks,
The text was updated successfully, but these errors were encountered: