Skip to content

Commit 765f208

Browse files
committed
cleanup
1 parent 52e4a75 commit 765f208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras-perceptron/perceptron-logistic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import numpy
21
from keras.datasets import mnist
32
from keras.models import Sequential
43
from keras.layers import Dense, Flatten, Dropout
54
from keras.utils import np_utils
5+
66
import wandb
77
from wandb.wandb_keras import WandbKerasCallback
88

0 commit comments

Comments
 (0)