-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"separate not defined" on the cat example #408
Comments
cc @pluskid |
` img = load("cat.png") img = convert(Array, separate(convert(Image{RGB}, img))) |
IIRC the |
I believe what it does it to separate array of RGB atoms into 3 dimensional real or integer values. |
Hi,
when I try to run this example:
https://github.com/dmlc/MXNet.jl/blob/master/examples/imagenet/ijulia-pretrained-predict/Prediction
I got this error:
ERROR: LoadError: UndefVarError: separate not defined
Seems that I'm missing a Julia package, but I can't find which one.
The text was updated successfully, but these errors were encountered: