theislab/batchglm

duplication of class definition TFEstimatorGraph

davidsebfischer opened this issue · 2 comments

Appears in

class TFEstimatorGraph(metaclass=abc.ABCMeta):
and
class TFEstimatorGraph(metaclass=abc.ABCMeta):

@davidsebfischer We don't need this anymore since we depcreated tf1. I'd like to close it since @ilan-gold cleaned up all the tensorflow related code on dev after merging #120.

closing due to deprecation of tf1