Removed imports of tensorflow shortcuts

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2019-04-04 17:22:07 +02:00
parent 08f26fa9e0
commit 53955cbc46

View File

@ -46,9 +46,11 @@ from tensorflow.python.ops import summary_ops_v2
from twomartens.masterthesis.aae import model
from twomartens.masterthesis.aae import util
from twomartens.masterthesis.aae.train import K
from twomartens.masterthesis.aae.train import LOG_FREQUENCY
from twomartens.masterthesis.aae.train import tfe
# shortcuts for tensorflow sub packages and classes
K = tf.keras.backend
tfe = tf.contrib.eager
GRACE: int = 10
TOTAL_LOSS_GRACE_CAP: int = 6