Skip to content

Commit a6a4612

Browse files
committed
Fix the notebook json issue
1 parent b94735e commit a6a4612

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

introduction_to_amazon_algorithms/object_detection_pascalvoc_coco/object_detection_image_json_format.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,8 +669,7 @@
669669
"nbconvert_exporter": "python",
670670
"pygments_lexer": "ipython3",
671671
"version": "3.6.4"
672-
}
673-
},
672+
},
674673
"notice": "Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License."
675674
},
676675
"nbformat": 4,

introduction_to_amazon_algorithms/object_detection_pascalvoc_coco/object_detection_recordio_format.ipynb

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -499,13 +499,6 @@
499499
"source": [
500500
"sagemaker.Session().delete_endpoint(object_detector.endpoint)"
501501
]
502-
},
503-
{
504-
"cell_type": "code",
505-
"execution_count": null,
506-
"metadata": {},
507-
"outputs": [],
508-
"source": []
509502
}
510503
],
511504
"metadata": {
@@ -525,11 +518,9 @@
525518
"nbconvert_exporter": "python",
526519
"pygments_lexer": "ipython3",
527520
"version": "3.6.4"
528-
}
529-
},
530-
"notice": "Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License."
521+
},
522+
"notice": "Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License."
531523
},
532524
"nbformat": 4,
533525
"nbformat_minor": 2
534526
}
535-

0 commit comments

Comments
 (0)