Skip to content

Commit

Permalink
Removed cartoonizer mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul committed Dec 14, 2020
1 parent 4619666 commit 61dbb90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Add_Metadata.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
" self._populate_metadata()\n",
" \n",
" def _create_metadata(self):\n",
" \"\"\"Creates the metadata for the CartoonGAN model.\"\"\"\n",
" \"\"\"Creates the metadata for the MIRNet model.\"\"\"\n",
"\n",
" # Creates model info.\n",
" model_meta = _metadata_fb.ModelMetadataT()\n",
Expand Down Expand Up @@ -187,7 +187,7 @@
" input_image_meta.stats = input_image_stats\n",
"\n",
"\n",
" # Creates output info, cartoonized image\n",
" # Creates output info, enhanced image\n",
" output_image_meta = _metadata_fb.TensorMetadataT()\n",
" output_image_meta.name = \"enhanced_image\"\n",
" output_image_meta.description = \"Image enhanced.\"\n",
Expand Down

0 comments on commit 61dbb90

Please sign in to comment.