Skip to content

Update TensorFlow examples following API change#44

Merged
lukmis merged 2 commits intoaws:masterfrom
nkconnor:patch-1
Jan 23, 2018
Merged

Update TensorFlow examples following API change#44
lukmis merged 2 commits intoaws:masterfrom
nkconnor:patch-1

Conversation

@nkconnor
Copy link
Copy Markdown
Contributor

It appears at some point the function definition for TensorFlow was changed and any code using these previous examples will break (the SageMaker environment appears to auto-update.. so assumably that code "is broken").

The current function signature def is

def __init__(self, training_steps=None, evaluation_steps=None, checkpoint_path=None, py_version="py2", **kwargs):

It appears at some point the function definition for TensorFlow was changed and any code using these previous examples will break (the SageMaker environment appears to auto-update.. so assumably that code "is broken").

The current function signature def is

` def __init__(self, training_steps=None, evaluation_steps=None, checkpoint_path=None, py_version="py2", **kwargs):`
@owen-t
Copy link
Copy Markdown
Contributor

owen-t commented Jan 19, 2018

Thanks for your submission!

@lukmis lukmis merged commit e82fb4f into aws:master Jan 23, 2018
ragavvenkatesan pushed a commit that referenced this pull request Jan 30, 2018
* add sagemaker cli (#32)

* add sagemaker cli

* remove unnecessary close

* address PR comments

* tidy up imports

* fix imports, flake8 errors

* improve help message for bucket-name

* remove default role name

* fix log-level and py3 tests, add copyright

* update cli example scripts

* Add documentation about BYO Models (#47)

* Add test for BYO estimator using Factorization Machines algorithm as an example. (#50)

* Support multi-part uploads (#45)

* Update TensorFlow examples following API change (#44)

* Add data_type to hyperparameters (#54)

When we describe a training job the data type of the hyper parameters is
lost because we use a dict[str, str]. This adds a new field to
Hyperparameter so that we can convert the datatypes at runtime.

instead of validating with isinstance(), we cast the hp value to the type it
is meant to be. This enforces a "strongly typed" value. When we
deserialize from the API string responses it becomes easier to deal with
too.
@ragavvenkatesan ragavvenkatesan mentioned this pull request Jan 30, 2018
laurenyu pushed a commit to laurenyu/sagemaker-python-sdk that referenced this pull request May 31, 2018
apacker pushed a commit to apacker/sagemaker-python-sdk that referenced this pull request Nov 15, 2018
adding notebooks for data conversion and encryption
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants