-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help using adahessian in TensorFlow #16
Comments
I have the same issue |
Environment: adahessian_tf/environment.yml I think the issue is caused by adahessian/adahessian_tf/cifar_training_tools.py Lines 56 to 71 in 935a047
|
adahessian/adahessian_tf/adahessian.py Lines 160 to 198 in 935a047
|
i have the same issue. has this been solved? |
In the original post:
wrapping the
|
Hi, I'm trying to use adahessian in TensorFlow for a simple regression experiment but having trouble.
I have a simple example in this google colab notebook: https://colab.research.google.com/drive/1EbKZ0YHhyu6g8chFlJD74dzWrbo82mbV?usp=sharing
I am getting the following error
In the notebook I first write a little training loop that works with standard optimisers such as Adam. See "example training with Adam"
Then in the next section "example training with Adahessian" I basically copy the previous code and make a few modifications to try and get Adahessian to work.
Specifically, I only changed
from
to
and from
to
Can anyone see what I'm doing wrong? Thanks!
The text was updated successfully, but these errors were encountered: