Skip to content

Commit

Permalink
incremented version for new release and added details to example mode…
Browse files Browse the repository at this point in the history
…l configs
  • Loading branch information
grantbuster committed Nov 16, 2022
1 parent 7f1f6b5 commit 819d109
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
7 changes: 6 additions & 1 deletion sup3r/configs/solar_cc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Spatiotemporal Super Resolving GAN configs for Solar Climate Change Applications
*********************************************************************************

This directory saves standard configs for spatiotemporal super resolving GAN
This directory saves example configs for spatiotemporal super resolving GAN
models based on the NSRDB for solar climate change applications. All generator
model configs should start with "gen_*" and should have two "4x" tags (4 for
example) that represents the spatial and temporal enhancements that the
Expand All @@ -11,3 +11,8 @@ number of output features.

For example "gen_2x_24x_2f.json" is a model that would enhance a 4km daily
spatiotemporal field to 2km hourly with 2 output features.

These configs are only examples and are not guaranteed to be the models used in
producing actual production datasets. For the final model architectures, see
the global file attributes associated with sup3r output h5 files which should
contain all model meta data.
7 changes: 6 additions & 1 deletion sup3r/configs/spatial/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
Spatial Super Resolving GAN configs
***********************************

This directory saves standard configs for spatial-only super resolving GAN
This directory saves example configs for spatial-only super resolving GAN
models. All generator model configs should start with "gen_*" and should have a
"4x" tag (for example) that represents the spatial enhancement that the
generator is designed for and one "2f" tag that represents the number of output

For example "gen_2x_2f.json" is a model that would enhance a 4km hourly
spatial field to 2km hourly with 2 output features.

These configs are only examples and are not guaranteed to be the models used in
producing actual production datasets. For the final model architectures, see
the global file attributes associated with sup3r output h5 files which should
contain all model meta data.
7 changes: 6 additions & 1 deletion sup3r/configs/spatiotemporal/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
Spatiotemporal Super Resolving GAN configs
******************************************

This directory saves standard configs for spatiotemporal super resolving GAN
This directory saves example configs for spatiotemporal super resolving GAN
models. All generator model configs should start with "gen_*" and should have
two "4x" tags (4 for example) that represents the spatial and temporal
enhancements that the generator is designed for respectively and one "2f" tag
that represents the number of output features.

For example "gen_2x_24x_2f.json" is a model that would enhance a 4km daily
spatiotemporal field to 2km hourly with 2 output features.

These configs are only examples and are not guaranteed to be the models used in
producing actual production datasets. For the final model architectures, see
the global file attributes associated with sup3r output h5 files which should
contain all model meta data.
2 changes: 1 addition & 1 deletion sup3r/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""SUP3R Version"""

__version__ = '0.0.4'
__version__ = '0.0.5'

0 comments on commit 819d109

Please sign in to comment.