Skip to content

Commit a77e3a7

Browse files
author
glederrey
committed
[UPD] few tweaks
1 parent f90646a commit a77e3a7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

datgan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Gael Lederrey"""
44
__email__ = '[email protected]'
5-
__version__ = '2.0.1'
5+
__version__ = '2.1.0'
66

77
from datgan.datgan import DATGAN
88
from datgan.evaluation.statistical_assessments import stats_assessment

datgan/synthesizer/losses/GANLoss.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# -*- coding: utf-8 -*-
33

44
import tensorflow as tf
5-
from datgan.utils.data import MultiModalNumberTransformer
65

76

87
class GANLoss(tf.keras.losses.Loss):
@@ -85,4 +84,3 @@ def get_logs(self, key):
8584
Return the logs of the loss
8685
"""
8786
return self.logs[key]
88-

0 commit comments

Comments
 (0)