Skip to content

Releases: kineticengines/tf_SIREN

v0.0.9: chore : clean up requirements.txt (#4)

07 Aug 05:03
09e35dd
Compare
Choose a tag to compare

v0.0.8: restore remove tf as a dependency (#3)

07 Aug 04:54
b6747d2
Compare
Choose a tag to compare

This version restores the removal of tf as a dependency

v0.0.7: chore : add tf as dep but dont differentiate cpu from gpu (#2)

07 Aug 04:47
3aeb4b0
Compare
Choose a tag to compare

This version restores tf as dependencies but does not differentiate whether its GPU or CPU. It allows pip to figure our which to download depending with the system hardware

v0.0.6: Merge pull request #1 from kineticengines/tf-dep

07 Aug 04:37
f21ae77
Compare
Choose a tag to compare

This version removes tf a strict dependency. This allows the consumer to opt-in to whether to install tf-cpu or tf-gpu without being force to install both