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

Requirements #7

Open
ErolCitak opened this issue Apr 15, 2020 · 4 comments
Open

Requirements #7

ErolCitak opened this issue Apr 15, 2020 · 4 comments

Comments

@ErolCitak
Copy link

Hello,

I'm trying to evaluation but i'm getting some errors which is related to tensorflow, keras versions. Can you provide requirements with their versions if possible.

Thanks

@andresmunozb
Copy link

I have the same problem. Aiuda.

@andresmunozb
Copy link

I changed the imports for tensorflow.keras and i did another thing because it is not enough. You hace to change the name of one variable in this line https://github.com/kurapan/CRNN/blob/90df957f5fd8e19ec933f3e9c9d3c46741c89a4f/STN/spatial_transformer.py#L36
i just put this instead that:
self.trainable_weights1 = self.locnet.trainable_weights
and that's all!

@andresmunozb
Copy link

i did an api for with this code, idk how works the legal licenses with this but you can see it in here.

if you know if i have to put something in my github for the license of the code please tell me.

@janzd
Copy link
Owner

janzd commented Jul 17, 2020

if you know if i have to put something in my github for the license of the code please tell me.

I put MIT license to this repo so that it can be pretty much freely reused. You could do the same if you want. It should grant free reuse of the code without any liability.

I changed the imports for tensorflow.keras and i did another thing because it is not enough. You hace to change the name of one variable in this line

Do you use Keras API included in TensorFlow? I wrote this code with a standalone Keras installation and TF backend so making it work for tensorflow.keras certainly requires some changes.

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