Skip to content

Commit fdbd3d7

Browse files
committed
sync
1 parent 0456956 commit fdbd3d7

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

docs/_includes/footer.html

100644100755
File mode changed.

docs/css/bootstrap.min.css

100644100755
File mode changed.

docs/css/modern-business.css

100644100755
File mode changed.

docs/js/jquery.navgoco.min.js

100644100755
File mode changed.

nbs/07_inferno_exact.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
"source": [
401401
"%%time\n",
402402
"model.fit(1, data=data, opt=partialler(optim.Adam,lr=1e-3), loss=None,\n",
403-
" cbs=[PaperInferno(float_r=True, float_l=True, shape_aux=[Normal(0,2), Normal(0,2)], nonaux_b_norm=True, b_norm_aux=[Normal(0,100)]),\n",
403+
" cbs=[PaperInferno(float_r=True, float_l=True, shape_aux=[Normal(0,2), Normal(0,2)], nonaux_b_norm=False, b_norm_aux=[Normal(0,100)]),\n",
404404
" LossTracker(),SaveBest('weights/best_ie.h5'),EarlyStopping(2)])"
405405
]
406406
},

nbs/08_inferno_interp.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
"source": [
266266
"%%time\n",
267267
"model.fit(1, data=data, opt=partialler(optim.Adam,lr=1e-3), loss=None,\n",
268-
" cbs=[ApproxPaperInferno(r_mods=(-0.2,0.2), l_mods=(2.5,3.5), shape_aux=[Normal(0,2), Normal(0,2)], nonaux_b_norm=True, b_norm_aux=[Normal(0,100)], aug_alpha=False, n_steps=10),\n",
268+
" cbs=[ApproxPaperInferno(r_mods=(-0.2,0.2), l_mods=(2.5,3.5), shape_aux=[Normal(0,2), Normal(0,2)], nonaux_b_norm=False, b_norm_aux=[Normal(0,100)], aug_alpha=False, n_steps=10),\n",
269269
" LossTracker(),SaveBest('weights/best_ii.h5'),EarlyStopping(2)])"
270270
]
271271
},

0 commit comments

Comments
 (0)