2020年4月30日 星期四

解決TypeError: type of argument "epsilon" must be int; got float instead的錯誤

日前在使用tensorflow_addons時遇到以下錯誤:
TypeError: type of argument "epsilon" must be int; got float instead

這時進入tensorflow_addons/layers/normalizations.py裡面

找到epsilon int = le-3的地方

把int改成[int,float]

再執行一次程式,問題就解決了

沒有留言:

張貼留言

有興趣或有疑問的歡迎提問與交流喔!!!