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
Dear @lberrada. AttributeError appears when I try to use AliG optimizer. Please can you help me in this issue. I have Tensorflow version 2.16.1 and Pytorch version 2.3.0+cu121
Traceback (most recent call last):
File "/home/angel/gitrepos/biosc/neuralnet/training01.py", line 160, in<module>
optimizer = AliG(max_lr=0.1) # , momentum=0.7
File "/home/angel/miniconda3/envs/biosc/lib/python3.10/site-packages/alig-1.1-py3.10.egg/alig/tf/alig_tf2.py", line 16, in __init__
AttributeError: 'AliG' object has no attribute '_set_hyper'
The text was updated successfully, but these errors were encountered:
Dear @lberrada. AttributeError appears when I try to use AliG optimizer. Please can you help me in this issue. I have Tensorflow version 2.16.1 and Pytorch version 2.3.0+cu121
The text was updated successfully, but these errors were encountered: