Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@djgagne djgagne released this 30 Mar 19:58
· 13 commits to main since this release
3efbda4

Bug-fix release to remove direct dependencies on pytorch or tensorflow from echo. Before, when installing echo, both pytorch and tensorflow would be installed into the user's python environment. For users only using one of the two packages, this could cause incompatibilities with the GPU. If you need a specific deep learning library in your python environment, install it with pip or conda separately from installing echo.

What's Changed

  • Removed tensorflow and pytorch dependencies. by @djgagne in #10

Full Changelog: v1.0.1...v1.0.2