-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix up jax tutorial and bump version
- Loading branch information
1 parent
d96eb8b
commit 725630c
Showing
22 changed files
with
609 additions
and
1,237 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+1.33 KB
docs/basic_tutorial/data/jax_models/angle/_lan_angle__data_details.pickle
Binary file not shown.
6 changes: 6 additions & 0 deletions
6
docs/basic_tutorial/data/jax_models/angle/_lan_angle__jax_training_history.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
,epoch,val_loss | ||
0,0.0,0.29503539204597473 | ||
1,1.0,0.21996137499809265 | ||
2,2.0,0.1790909618139267 | ||
3,3.0,0.10524507611989975 | ||
4,4.0,0.07911499589681625 |
Binary file added
BIN
+226 Bytes
docs/basic_tutorial/data/jax_models/angle/_lan_angle__train_config.pickle
Binary file not shown.
Binary file added
BIN
+82.7 KB
docs/basic_tutorial/data/jax_models/angle/_lan_angle__train_state.jax
Binary file not shown.
Binary file added
BIN
+1.7 KB
docs/basic_tutorial/data/jax_models/angle/jax_lan_angle__data_details.pickle
Binary file not shown.
6 changes: 6 additions & 0 deletions
6
docs/basic_tutorial/data/jax_models/angle/jax_lan_angle__jax_training_history.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
,epoch,val_loss | ||
0,0.0,0.3224255442619324 | ||
1,1.0,0.24499981105327606 | ||
2,2.0,0.24103233218193054 | ||
3,3.0,0.1361701339483261 | ||
4,4.0,0.11248210817575455 |
Binary file added
BIN
+226 Bytes
docs/basic_tutorial/data/jax_models/angle/jax_lan_angle__train_config.pickle
Binary file not shown.
Binary file added
BIN
+82.7 KB
docs/basic_tutorial/data/jax_models/angle/jax_lan_angle__train_state.jax
Binary file not shown.
Binary file added
BIN
+110 Bytes
docs/basic_tutorial/data/jax_models/angle/jax_network_config.pickle
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.4.7" | ||
__version__ = "0.4.8" | ||
|
||
from . import config | ||
from . import trainers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.