-
Notifications
You must be signed in to change notification settings - Fork 68
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
Code does not run with tensorflow v2.5.0 #38
Comments
We're are you running that command? I tried in code, gerbil and the base e2e_neural_el folder and all returned No module named gerbil.server |
@flackbash Did you get the issue resolved of the infinite loop of "sleep" log messages? If yes, what are the changes you made? |
@PoLabs I followed the instructions here so it was probably in code. Did you follow the instructions under "Setting up the environment"? (Some adjustments to the requirements are necessary, see #22 ) @suprabath-reddy I did not, unfortunately. |
I also had the same error, any advice? |
Running
as per the instructions in the Readme yields the following error:
make_one_shot_iterator
was moved totf.compat.v1.data.make_one_shot_iterator(ds)
in Tensorflow V2 according to this Github issue.However, when adjusting the problematic line L66 in nn_processing.py to
the program seems to end up in an infinite loop of "sleep" Log messages.
Do you have any advice on how to proceed with this?
The text was updated successfully, but these errors were encountered: