update readme
This commit is contained in:
parent
c02fba01e2
commit
a4c1c5c04c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue