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
I have tensorflow version 2.6 running on a M1 mac, and have been using it through R + Keras API in an analysis. I would also like to use the tensorflow-addons package, however I don't think I can use the given version, i.e. 0.10.0, in my analysis? I use wonder if there is a way to use the tensorflow-addons-0.10.0 package in my current setup, or do I have to down grade my tensorflow version to 2.2?
Kindest Regards,
Colin.
The text was updated successfully, but these errors were encountered:
Cool, so it works with the setup I have. Running the example on the README page I found (with my setup) an issue using optimizer_radam()...
""
Error in py_call_impl(callable, dots$args, dots$keywords) :
TypeError: type of argument "total_steps" must be int; got float instead
""
... I'm not passing the parameter "total_steps" a value, so might be internal? But I got the full example working by just using optimizer_adam()
Dear Reader,
I have tensorflow version 2.6 running on a M1 mac, and have been using it through R + Keras API in an analysis. I would also like to use the tensorflow-addons package, however I don't think I can use the given version, i.e. 0.10.0, in my analysis? I use wonder if there is a way to use the tensorflow-addons-0.10.0 package in my current setup, or do I have to down grade my tensorflow version to 2.2?
Kindest Regards,
Colin.
The text was updated successfully, but these errors were encountered: