Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove string optimizers from examples #928

Merged
merged 1 commit into from
Jul 22, 2020

Conversation

aaron276h
Copy link
Contributor

No description provided.

@neilconway
Copy link
Contributor

Should we change any of these?

$ ag "optimizer=\""
docs/tutorials/native-tf-keras/tf_keras_native_dtrain.py
50:model.compile(optimizer="adam", loss="sparse_categorical_crossentropy", metrics=["accuracy"])

docs/tutorials/native-tf-keras/tf_keras_native.py
25:model.compile(optimizer="adam", loss="sparse_categorical_crossentropy", metrics=["accuracy"])
54:model.compile(optimizer="adam", loss="sparse_categorical_crossentropy", metrics=["accuracy"])

docs/tutorials/native-tf-keras/tf_keras_native_hparam_search.py
57:model.compile(optimizer="adam", loss="sparse_categorical_crossentropy", metrics=["accuracy"])

docs/tutorials/native-tf-keras/tf_keras_native_hparam_search.rst
73:    model.compile(optimizer="adam", loss="sparse_categorical_crossentropy", metrics=["accuracy"])

docs/tutorials/native-tf-keras/tf_keras_native.rst
38:    model.compile(optimizer="adam", loss="sparse_categorical_crossentropy", metrics=["accuracy"])
70:    model.compile(optimizer="adam", loss="sparse_categorical_crossentropy", metrics=["accuracy"])

docs/tutorials/native-tf-keras/tf_keras_native_dtrain.rst
66:    model.compile(optimizer="adam", loss="sparse_categorical_crossentropy", metrics=["accuracy"])

@neilconway neilconway assigned aaron276h and unassigned neilconway Jul 22, 2020
@aaron276h
Copy link
Contributor Author

@neilconway those docs aren't part of the repo

@aaron276h aaron276h assigned neilconway and unassigned aaron276h Jul 22, 2020
@neilconway neilconway assigned aaron276h and unassigned neilconway Jul 22, 2020
@aaron276h aaron276h merged commit 44d7578 into determined-ai:master Jul 22, 2020
determined-dsw pushed a commit that referenced this pull request Jul 23, 2020
@dannysauer dannysauer added this to the 0.12.13 milestone Feb 6, 2024
eecsliu pushed a commit to determined-ai/determined-release-testing that referenced this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants