Skip to content

Commit

Permalink
Fix string split error (giuseppeporcelli#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlelson committed Sep 23, 2019
1 parent 00e7a6d commit 60029e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/sms_spam_classifier_mxnet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
" train_instance_type='ml.c5.2xlarge',\n",
" output_path=output_path,\n",
" base_job_name='sms-spam-classifier-mxnet',\n",
" framework_version=1.2,\n",
" framework_version='1.2',\n",
" code_location = code_location,\n",
" hyperparameters={'batch_size': 100,\n",
" 'epochs': 20,\n",
Expand Down

0 comments on commit 60029e9

Please sign in to comment.