Skip to content

AI Platform Tf/keras model#6

Open
vuppalli wants to merge 40 commits intomasterfrom
tf-keras-model
Open

AI Platform Tf/keras model#6
vuppalli wants to merge 40 commits intomasterfrom
tf-keras-model

Conversation

@vuppalli
Copy link
Copy Markdown
Collaborator

@vuppalli vuppalli commented Jul 29, 2020

Tensorflow/Keras model code for training on AI Platform.

To train the model locally, run:
./run.sh

To train the model on AI Platform, run:
gcloud ai-platform jobs submit training $JOB_NAME \ --package-path trainer/ \ --module-name trainer.tfkeras_model.task \ --region $REGION \ --python-version 3.7 \ --runtime-version 2.1 \ --job-dir $JOB_DIR \ --stream-logs
To test the code, run:
nox -s py-3.7 -- test_models.py

@bradmiro
Copy link
Copy Markdown
Collaborator

Merge?

@vuppalli vuppalli requested a review from bradmiro as a code owner October 16, 2020 22:10
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