Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas PERNOUD
gan_demo
Commits
dcfe787a
Commit
dcfe787a
authored
Feb 24, 2020
by
Nicolas Pernoud
Browse files
fix: remove useless dependencies
parent
d58fd255
Changes
1
Show whitespace changes
Inline
Side-by-side
gan_03.py
View file @
dcfe787a
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
import
matplotlib.pyplot
as
plt
import
matplotlib.pyplot
as
plt
import
numpy
as
np
import
numpy
as
np
from
keras.layers
import
Dense
,
Flatten
,
Reshape
,
Activation
,
BatchNormalization
,
Dropout
,
Input
,
Embedding
,
Multiply
,
Concatenat
e
from
keras.layers
import
Activation
,
BatchNormalization
,
Concatenate
,
Dense
,
Embedding
,
Flatten
,
Input
,
Multiply
,
Reshap
e
from
keras.layers.advanced_activations
import
LeakyReLU
from
keras.layers.advanced_activations
import
LeakyReLU
from
keras.layers.convolutional
import
Conv2D
,
Conv2DTranspose
from
keras.layers.convolutional
import
Conv2D
,
Conv2DTranspose
from
keras.models
import
Sequential
,
Model
from
keras.models
import
Sequential
,
Model
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment