From a4c1c5c04c9b27378e37abee3361ae65af720137 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 26 Jun 2017 01:49:46 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57474f6..6af29e0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ numpy scipy h5py sklearn dotmap ```python #!/usr/bin/env python3 -from optim_nn_core import * +from onn_core import * bs = 500 lr = 0.0005 * np.sqrt(bs) reg = L1L2(3.2e-5, 3.2e-4)