ericproffitt / TopicModelsVB.jl

A Julia package for variational Bayesian topic modeling.
Other
81 stars 8 forks source link

ERROR: LoadError: LoadError: UndefVarError: Device not defined #5

Closed mirestrepo closed 7 years ago

mirestrepo commented 7 years ago

This happens right after

 using TopicModelsVB

Do I need to set up an OpenCL Device?

paulstey commented 7 years ago

@mirestrepo, I was getting this same error message. The problem seems to be fixed on Master. I was on tagged version 0.0.1, but using Pkg.checkout("TopicModelsVB") fixed the issue for me.

ericproffitt commented 7 years ago

Is this still a problem?