You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0_Running_TensorFlow_In_SageMaker.ipynb
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -119,8 +119,10 @@
119
119
"\n",
120
120
"**Create a copy of the script (training_script/cifar10_keras.py) and save it as training_script/cifar10_keras_sm.py.**\n",
121
121
"\n",
122
-
"In cifar10_keras_sm.py, update the train,validation,eval arguments to get the data by default from the relevant environment variable: SM_CHANNEL_TRAIN, SM_CHANNEL_VALIDATION, SM_CHANNEL_EVAL\n",
123
-
"Add the default configuration to the arguments in **cifar10_keras_sm.py**:\n",
122
+
"In cifar10_keras_sm.py, scroll down to the **if __name__ == '__main__':** section. \n",
123
+
"Update the train,validation,eval arguments to get the data by default from the relevant environment variable: SM_CHANNEL_TRAIN, SM_CHANNEL_VALIDATION, SM_CHANNEL_EVAL\n",
124
+
"Add the default configuration to the arguments in **cifar10_keras_sm.py**. \n",
0 commit comments