JianGoForIt / YellowFin

auto-tuning momentum SGD optimizer
Apache License 2.0
422 stars 93 forks source link

error in running yellowfin_test #22

Open amortazi opened 6 years ago

amortazi commented 6 years ago

Hello, I want to use YF in my own code. So, first I am trying to run yellowfin_test.py but it gave me back AssertionError in line 88 of the code. Any help is appreciated!

liuhu-bigeye commented 5 years ago

Also failed running yellowfin_test.py:

assert np.abs(target_h_max - res[1] ) < np.abs(target_h_max) * 1e-3 AssertionError