Skip to content

Commit 4e8a98a

Browse files
committed
Updated: abalone.py which had an unnecessary dict defined that caused a bit of confusion
1 parent c070a7e commit 4e8a98a

File tree

1 file changed

+0
-3
lines changed
  • sagemaker-python-sdk/tensorflow_abalone_age_predictor_using_layers

1 file changed

+0
-3
lines changed

sagemaker-python-sdk/tensorflow_abalone_age_predictor_using_layers/abalone.py

-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ def serving_input_fn(params):
5757
return build_raw_serving_input_receiver_fn({INPUT_TENSOR_NAME: tensor})()
5858

5959

60-
params = {"learning_rate": LEARNING_RATE}
61-
62-
6360
def train_input_fn(training_dir, params):
6461
return _input_fn(training_dir, 'abalone_train.csv')
6562

0 commit comments

Comments
 (0)