Skip to content

Conversation

@jukyellow
Copy link

keras 2.3.1
tensorflow 1.15.2

jukyellow added 3 commits June 2, 2020 13:37
#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