Open z0del opened 8 years ago
Hi thanks for reaching out!
I would love to help out with this actually. Two things to keep in mind though:
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!
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.
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)