Skip to content
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

error when run python code: r05_verilog_generator_neural_net_structure.py #13

Open
giathinhlenguyen opened this issue Aug 17, 2020 · 4 comments

Comments

@giathinhlenguyen
Copy link

Hi I tried to run r05_verilog_generator_neural_net_structure.py and i got this error. Can you show me how to solve it. Thanks
image

@ZFTurbo
Copy link
Owner

ZFTurbo commented Aug 18, 2020

  1. Can you please provide your tensorflow and keras version?
  2. Also please write on line before this error print(model.summary())

@giathinhlenguyen
Copy link
Author

  1. i currently use Python 3.7, tensorflow 2.3.0, keras 2.4.3.
  2. I tried and seem notthing was printed on the screen.
    image

@ZFTurbo
Copy link
Owner

ZFTurbo commented Aug 18, 2020

This repository contains old code. I believe it won't work with TF 2.* There are too much changes comparing with TF 1.*

Try to install: Tensorflow 1.4.0, Keras 2.1.3 like it said in requirements. Probably using TF 1.15 + keras 2.3.* will be ok too.

@cbureriu
Copy link

cbureriu commented Dec 9, 2020

print(model.summary()) returns None with TF2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants