Skip to content

Releases: NREL/phygnn

Better support for conv nets with TfModel Interface

06 Jul 21:42
3b1b1b2
Compare
Choose a tag to compare

What’s Changed

Also includes:

  • Possibly changes with the version record attributes.
  • Deprecated support for old TF versions
  • fixed a few bugs on not normalizing output data when building and tra… (#37) @grantbuster

More features!

14 Jun 20:43
c6d70b0
Compare
Choose a tag to compare

What’s Changed

Added more features including squeeze and excitation layer and better integration of the phygnn interface with higher dimensional inputs

New custom random axis layer

06 May 16:28
b993deb
Compare
Choose a tag to compare

What’s Changed

Added more data manipulation custom layers for sup3r project

26 Apr 16:01
2ada9d8
Compare
Choose a tag to compare

Bug fix on st expansion layer

16 Mar 22:20
cc76892
Compare
Choose a tag to compare

What’s Changed

Spatiotemporalexpansion layer was not able to handle new coarse dimensions. Fixed that and tested.

Added layer to flatten tensor dimensions

02 Mar 22:16
2387885
Compare
Choose a tag to compare

More features for sup3r project

08 Feb 17:34
5718e3d
Compare
Choose a tag to compare

What’s Changed

Architecture Refactor

20 Jan 16:53
2028e6c
Compare
Choose a tag to compare

What’s Changed

Major refactor of phygnn architecture to break out a custom network base class and isolate a module for custom phygnn layers. The reorganization will likely cause breaking changes for old saved phygnn models.

Bug fixes and better integration and testing with tf1.15

23 Sep 22:41
Compare
Choose a tag to compare

What’s Changed

Better integration and testing across all TF versions from 1.15 to 2.6.

Refactor for convolutional layers and multi dimensional features

09 Mar 21:28
aae5b67
Compare
Choose a tag to compare

What’s Changed

Significant refactor to allow for convolutional layers in the phygnn model along with multi dimensional features or labels (tested up to 5D features). Includes BREAKING CHANGES with the phygnn model save/load functionality. The model Layers handler object is now saved directly to the pkl file instead of trying to save and load model weights.