Skip to content

Commit 9eb91e5

Browse files
bradmiroleahecole
andauthored
fixing region tag and updating gcsfs dependency (GoogleCloudPlatform#5656)
Co-authored-by: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
1 parent 6c2ee73 commit 9eb91e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • data-science-onramp/ai-platform/modules/trainer/tfkeras_model

data-science-onramp/ai-platform/modules/trainer/tfkeras_model/model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# [START ai_platform_tf_keras_model]
15+
# [START ai_platform_tfkeras_model]
1616
"""Defines a Keras model and input function for training."""
1717

1818
# [START ai_platform_tfkeras_model_tf_import]
@@ -102,4 +102,4 @@ def create_keras_model(
102102
return model
103103
# [END ai_platform_tfkeras_model_create_keras_model_define]
104104
# [END ai_platform_tfkeras_model_create_keras_model]
105-
# [END ai_platform_tf_keras_model]
105+
# [END ai_platform_tfkeras_model]

0 commit comments

Comments
 (0)