Skip to content

Commit 66b9080

Browse files
authored
Sagemaker TF notebook (aws#145)
* Changing link of latest binaries for 0.3 (aws#122) * change link to binary and introduce latest * make container scripts working again * remove -U * fix path to ts binary in docker * log when single process is to stdout * uploaded sagemaker docs update analysis docs remove sagemaker docs update TF doc add sagemaker docs update api docs change link for rules binary add files from s3 bucket * refactor positions * minor changes * fix links in old examples * fix paths in integration tests * Update test_training_end.py * Update test_training_end.py * Update integration_testing_rules.py * bring back examples section in analysis readme * create sagemaker-notebooks directory * fix links * updated notebook for tf * fix name of rule * Delete README.md * remove rules scripts * Update tensorflow-simple.ipynb * Update tensorflow-simple.ipynb
1 parent bed5968 commit 66b9080

File tree

3 files changed

+235
-51
lines changed

3 files changed

+235
-51
lines changed

docs/rules/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ This rule helps you keep track of the ratio of the updates to weights during tra
514514
It takes as inputs three arguments.
515515
First, is the `base_trial` as usual.
516516
Second and third are `large_threshold` and `small_threshold`.
517+
517518
This returns True if the ratio of updates to weights is larger than `large_threshold`
518519
or when this ratio is smaller than `small_threshold`.
519520

@@ -612,6 +613,7 @@ lnd = LossNotDecreasing(base_trial=trial_obj, tensor_regex=['loss*'], num_steps=
612613

613614
We have end-to-end flow example from saving tensors to plotting using saved tensors for [MXNet](../../examples/mxnet/notebooks) and [PyTorch](../../examples/pytorch/notebooks).
614615

616+
615617
## ContactUs
616618
We would like to hear from you. If you have any question or feedback,
617619
please reach out to us [email protected]

0 commit comments

Comments
 (0)