JuliaAcademy / JuliaAcademyData.jl

Supplementary materials for Julia Academy courses
MIT License
8 stars 13 forks source link

People have issues with this package #2

Closed aminya closed 4 years ago

aminya commented 4 years ago

Wouldn't it better to teach the students learn how to load the data themselves instead of using a ready package?

Some issues that people face for running this: https://github.com/JuliaComputing/JuliaAcademyMaterials/issues/19

yuxi-liu-wired commented 4 years ago

I just downloaded the repo, put it in a convenient place,

then replaced the first cell in the notebooks with

datapath(x::AbstractString, coursename="Deep learning with Flux") = "C:\\Users\\Yuxi\\Desktop\\Programming\\julia-Foundations of Machine Learning\\JuliaAcademyData.jl\\courses\\$coursename\\$x"
logankilpatrick commented 4 years ago

Hey @aminya @yuxiliu1995 I would appreciate it if you could try this again. I think I resolved some of the errors you all were having.