VirtuslabRnD / scalapy-tensorflow

Static facades for using TensorFlow in ScalaPy
MIT License
3 stars 0 forks source link

Support for Tensorflow 2.x? #7

Closed PawelLipski closed 4 years ago

PawelLipski commented 4 years ago

E.g. we're currently using random_uniform, while TF 2.x seems to have random.uniform (at least that's what I've got in dockerized setup using conda)

PawelLipski commented 4 years ago

From the conversation with Jan Paw, it seems that v2 is now even preferred over v1 (in case we'd need to choose between either of those). As for now, we're supporting v1.

PawelLipski commented 4 years ago

Done