Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
remove Julia cat image for license issue (#15964) (#16026)
Browse files Browse the repository at this point in the history
* remove cat image

* trigger ci

Conflicts:
	3rdparty/mshadow
  • Loading branch information
TaoLv authored and roywei committed Aug 28, 2019
1 parent bf78959 commit 49c6ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let us first load and display the demo image (try to use other images you like). You will need to install `Images.jl` and `Colors.jl` to load the image."
"Let us first load and display the demo image (download it from [here](https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/doc/tutorials/python/predict_image/cat.jpg) or try to use other images you like). You will need to install `Images.jl` and `Colors.jl` to load the image."
]
},
{
Expand Down Expand Up @@ -46,7 +46,7 @@
],
"source": [
"using Images, Colors, ImageMagick\n",
"img = load(\"cat.png\")"
"img = load(\"cat.jpg\")"
]
},
{
Expand Down
Binary file not shown.

0 comments on commit 49c6ee2

Please sign in to comment.