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

TF 1.0 support and small numpy casting issue #5

Closed
govg opened this issue Jun 28, 2017 · 1 comment
Closed

TF 1.0 support and small numpy casting issue #5

govg opened this issue Jun 28, 2017 · 1 comment

Comments

@govg
Copy link

govg commented Jun 28, 2017

Hi,

Thanks for releasing your code. I just had two quick notes

  • The function tf.mul is deprecated in favor of tf.multiply. Are you working with the earlier version of TF, by any chance? If so, I will ignore this

  • I get an error that a float object can't be interpreted as an index. It arises from line 36 in the nvlda.py file, where you initialize with np.ones((1,float)) instead of ((1,int)). I have changed this, and it seems to work after that.

Thanks and regards,
Govind

@akashgit
Copy link
Owner

akashgit commented Aug 8, 2017

Thanks Govind, yes I need to update the code for TF 1 (higher) atm it is needs the older version. Feel free to reopen if needed.

@akashgit akashgit closed this as completed Aug 8, 2017
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

2 participants