Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nthistle committed Jul 10, 2018
1 parent 3be65db commit 4c5faed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions small-network/train.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from keras.layers import Conv2D, Conv2DTranspose, UpSampling2D, Dense, Reshape, Flatten, Activation, Input, Lambda
from keras.models import Sequential, load_model
from keras.layers.advanced_activations import LeakyReLU
from keras.losses import binary_crossentropy, mean_squared_error
#!/usr/bin/env python3
from keras.layers import Input
from keras.models import load_model
from keras.losses import mean_squared_error
from keras.optimizers import Adam, SGD
from keras.regularizers import L1L2

Expand Down

0 comments on commit 4c5faed

Please sign in to comment.