Commit
·
dd5e80c
1
Parent(s):
ae9f9ad
ss
Browse files
classes/model/pix2code2.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
__author__ = 'Ferdiand John Briones, attempt at pix2code2 through pretrained autoencoders'
|
| 2 |
|
|
|
|
| 3 |
import tensorflow
|
| 4 |
from tensorflow import keras
|
| 5 |
from keras.layers import Input, Dense, Dropout, RepeatVector, LSTM, concatenate, Flatten
|
|
|
|
| 1 |
__author__ = 'Ferdiand John Briones, attempt at pix2code2 through pretrained autoencoders'
|
| 2 |
|
| 3 |
+
!pip install tensorflow
|
| 4 |
import tensorflow
|
| 5 |
from tensorflow import keras
|
| 6 |
from keras.layers import Input, Dense, Dropout, RepeatVector, LSTM, concatenate, Flatten
|