Skip to content

Releases: andrewcsmith/tf-harmonic-distance

v0.2

12 Jan 19:50
Compare
Choose a tag to compare

Update for Tensorflow 2.0.

Improvements

  • Added VectorSpace class to store vector information, and to avoid having to recalculate the pd_graph repeatedly.
  • Added Minimizer class to facilitate easy use of the optimization functions.
  • Tested a number of different
  • Generalized vectors.py to_ratio and closest_from_log methods to work with any number of elements (but generally with a 3-dimensional Tensor).

v0.1

12 Jan 19:47
Compare
Choose a tag to compare

Requires Tensorflow 1.15

Tagging v0.1 to pin the version required for the original code of my dissertation project "Terrain," for wasteLAnd. Later releases (with updated code for "Terrain") move toward Tensorflow 2, but the original release and code is here to ensure there is an archive.