Skip to content

Commit

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

* trigger ci

Conflicts:
	3rdparty/mshadow
  • Loading branch information
roywei authored and TaoLv committed Aug 28, 2019
1 parent 33f4de1 commit c83f27b
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 c83f27b

Please sign in to comment.