We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f08403 commit ae907b2Copy full SHA for ae907b2
tests/test_fbopt_irm.py
@@ -10,5 +10,5 @@ def test_mhof_irm():
10
"""
11
args = "--te_d=0 --task=mnistcolor10 --model=erm \
12
--trainer=fbopt_irm --nname=conv_bn_pool_2 \
13
- --k_i_gain_ratio=0.5"
+ --k_i_gain_ratio=0.5 --no_dump"
14
utils_test_algo(args)
tests/test_fbopt_setpoint_rewind.py
@@ -8,5 +8,5 @@ def test_jigen_fbopt():
8
9
jigen
- args = "--te_d=caltech --task=mini_vlcs --debug --bs=2 --model=jigen --trainer=fbopt --nname=alexnet --epos=300 --setpoint_rewind"
+ args = "--te_d=caltech --task=mini_vlcs --debug --bs=2 --model=jigen --trainer=fbopt --nname=alexnet --epos=300 --setpoint_rewind --no_dump"
0 commit comments