dfdx / Boltzmann.jl

Restricted Boltzmann Machines in Julia
Other
67 stars 27 forks source link

Cannot `convert` an object of type Tuple{Int64,Int64} to an object of type Array{Float64,1} #49

Closed hanlinsun97 closed 6 years ago

hanlinsun97 commented 6 years ago

When I try to run the example given in README, there is a error shows: screen shot 2018-04-05 at 12 16 41 am I am using JuliaPro, (julia version 0.6.2.2).

dfdx commented 6 years ago

Please, checkout latest master, e.g. from Julia console:

Pkg.checkout("Boltzmann")

I've created a new release / PR to METADATA, once it's merged, the same changes should be available with a regular update (Pkg.update()).

Please re-open if it doesn't fix your issue.