You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to ask you about tf.random_normal. It's getting an error when importing efficient-net. As mentioned in StackOverflow, the error was caused by a new way of writing. It should be written as tf.random.normal instead of tf.random_normal (because we use Tensorflow 2.x). When I try to change and save it in models.py, it still returns an error. Why can it be like that? Could you help me explain that?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I would like to ask you about tf.random_normal. It's getting an error when importing efficient-net. As mentioned in StackOverflow, the error was caused by a new way of writing. It should be written as tf.random.normal instead of tf.random_normal (because we use Tensorflow 2.x). When I try to change and save it in models.py, it still returns an error. Why can it be like that? Could you help me explain that?
Thank you
The text was updated successfully, but these errors were encountered: