angelolab / Nimbus

Other
12 stars 1 forks source link

Added Environment Files #71

Open srivarra opened 11 months ago

srivarra commented 11 months ago

If you haven't already, please read through our contributing guidelines before opening your PR

What is the purpose of this PR?

Added an environment.yml file for Linux with CUDA support, and a macOS environment with Metal support.

How did you implement your changes

Bumped tensorflow to 2.13. Removed the function normalize_data_format.

Remaining issues

JLrumberger commented 11 months ago

Hi @srivarra, what's the status on this, did you uncover some major roadblocks?

srivarra commented 11 months ago

@JLrumberger Yeah there are many issues with more recent versions of TensorFlow and Keras having incompatibilities. For example, some functions in Keras 2 (included in TF 2) are not available in newer TF versions, nor are they available in Keras 3.