forked from wandb/wandb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(integrations): Older TF versions compatibility issues with WandbM…
…odelCheckpoint (wandb#4432) fix(integrations): Older TF versions compatibility issues with WandbModelCheckpoint Co-authored-by: Dmitry Duev <[email protected]> Co-authored-by: Ayush Thakur <[email protected]> Co-authored-by: Dmitry Duev <[email protected]>
- Loading branch information
1 parent
48f9258
commit 8c7d8b3
Showing
7 changed files
with
54 additions
and
15 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -1226,6 +1226,7 @@ workflows: | |
- "metaflow" | ||
- "tf115" | ||
- "tf21" | ||
- "tf24" | ||
- "tf25" | ||
- "tf26" | ||
- "ray112" | ||
|
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
16 changes: 16 additions & 0 deletions
16
tests/functional_tests/t0_main/keras/keras_model_checkpoint_tf_2_4.yea
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,16 @@ | ||
id: 0.keras.modelcheckpoint.tf24 | ||
tag: | ||
shard: tf24 | ||
plugin: | ||
- wandb | ||
command: | ||
program: test_keras_model_checkpoint.py | ||
depend: | ||
requirements: | ||
- tensorflow==2.4.1 | ||
assert: | ||
- :wandb:runs_len: 1 | ||
- :op:contains: | ||
- :wandb:runs[0][telemetry][3] # feature | ||
- 39 # keras_model_checkpoint | ||
- :wandb:runs[0][exitcode]: 0 |
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