Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc766c commit f855f85Copy full SHA for f855f85
1 file changed
tests/L0/run_optimizers/test_adam.py
@@ -77,6 +77,7 @@ def test_float(self):
77
def test_half(self):
78
self.gen_single_type_test(param_type=torch.float16)
79
80
+ @unittest.skip('Disable until 8/1/2019 adam/adamw upstream picked')
81
def test_multi_params(self):
82
sizes = [[4096, 1024], [4096], [4096, 2048], [32320, 1024], [1]]
83
adam_option = {'lr':5e-4, 'betas':(0.9, 0.999), 'eps':1e-08,
0 commit comments