Skip to content

Releases: NREL/phygnn

Trainable Gaussian Pool and np/tf flexible Padding

15 Nov 21:28
c7a06b6
Compare
Choose a tag to compare

What’s Changed

New custom layers for sup3rcc precip

23 Jul 17:32
3bdbabf
Compare
Choose a tag to compare

Implemented gaussian average pooling layer

30 May 13:05
167911d
Compare
Choose a tag to compare

What’s Changed

Deprecating support for scikit-learn version < 1.2

06 Mar 18:29
836060f
Compare
Choose a tag to compare

OneHotEncoder sparse parameter renamed to sparse_output to conform with scikit-learn version >= 1.2

New custom layers

29 Nov 16:01
e39b1c4
Compare
Choose a tag to compare

What’s Changed

Sup3r layer names and python versions

10 Nov 20:10
42c914a
Compare
Choose a tag to compare

What’s Changed

  • updated python requirement >= 3.8 (#44) @grantbuster
  • missed super().init() call in concat/adder. Setting ._name instea… (#43) @bnb32
  • input_feature names for concat/adder layers (#42) @bnb32

backwards compatibility for models trained with previous phygnn versions

13 Apr 18:41
8a09e3e
Compare
Choose a tag to compare

What’s Changed

  • some edits for backwards compatibility with older pandas and phygnn v… (#41) @bnb32

New depth to time feature

01 Mar 18:01
e1660e0
Compare
Choose a tag to compare

What’s Changed

  • added depth to time spatiotemporal expansion option with tests (#40) @grantbuster

Fixed random seed function for early TF 2 versions

13 Oct 20:36
7352fe2
Compare
Choose a tag to compare

What’s Changed

  • fixed random seed setting to be compatible with all tf 2 versions (#39) @grantbuster

New sup3r res topo input layers

11 Oct 18:34
2e06723
Compare
Choose a tag to compare

What’s Changed