ShyneColdchain / julia-kaggle

1 stars 0 forks source link

400ERROR: Gray not defined #1

Open z0del opened 7 years ago

z0del commented 7 years ago

Hello! Let me introduce myself, My name is George Lukas, i'm an undergraduate in computer science at Federal University of Uberlândia. I'm enthusiast of Artificial Intelligence and Computational Modelling. I think your tutorial was very useful, actually I'm studying Julia xD. I saw an issue while re-writing your code.

before the new definition. The path: /home/human/Workspace/Julia/Julia_MLImage size: 400ERROR: Gray not defined in read_data at /home/human/Workspace/Julia/Julia_ML/Imagex.jl:58 in include212 at /usr/bin/../lib/x86_64-linux-gnu/julia/sys.so in include_from_node1 at ./loading.jl:128 in process_options1731 at /usr/bin/../lib/x86_64-linux-gnu/julia/sys.so in _start1718 at /usr/bin/../lib/x86_64-linux-gnu/julia/sys.so (repeats 2 times) while loading /home/human/Workspace/Julia/Julia_ML/Imagex.jl, in expression starting on line 88

my system: Linux machine 3.16.0-4-amd64 #1 SMP Debian 3.16.36-1+deb8u1 (2016-09-03) x8664 GNU/Linux my changes: temp = convert(Image{Gray}, temp) to [code] temp = convert(Image{Images.Gray}, temp)

Thru-Echoes commented 7 years ago

Hi thanks for reaching out!

I would love to help out with this actually. Two things to keep in mind though:

  1. This is an old repo from when I was teaching myself some Julia. I would like to update it and, in doing so, address your concerns.
  2. I have moved over to this educational Github account (UC Berkeley PhD student with Github account Thru-Echoes).

I think I may migrate this material to my Thru-Echoes account and reach out to you through that. My email is: omuellerklein@berkeley.edu. Feel free to reach out more there! Otherwise I will try to get through this soon and get back to you. Thanks!