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

keras 2.3.1 update #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

keras 2.3.1 update #12

wants to merge 3 commits into from

Conversation

jukyellow
Copy link

keras 2.3.1
tensorflow 1.15.2

#random.shuffle( idxs_annot ) #TypeError: 'range' object does not support item assignment
random.shuffle( list(idxs_annot) )
AttributeError: module 'tensorflow' has no attribute 'random_normal'
>> It was moved to tf.random.normal (along with all the other tf.random_* functions)
metrics_tensors
>>metrics
@divamgupta
Copy link
Owner

Thanks for the PR.
I think we should make it backward compatible, so that it runs fine on both new and old versions of keras.
That will be really appreciated, thanks!.

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

Successfully merging this pull request may close these issues.

2 participants