egonina / pycasp

65 stars 19 forks source link

unable to "from gmm_specializer.gmm import *" #9

Open leonardltk opened 7 years ago

leonardltk commented 7 years ago

Hi,

after import pycasp i did from gmm_specializer.gmm import *

but the following error gives:

No configuration file ~/.asp_config.yml found.
Configuration key cuda_device_id not found
Configuration key autotune not found
Configuration key template_path not found
Configuration key name_of_backend_to_use not found
ERROR: You asked for a GMM specializer backend that is not supported. Currently GMM specializer only supports CUDA and Cilk backends.

How do i solve this ?

Fangyh09 commented 6 years ago

@leonardltk The author provide an example configuration in asp_config.yml. Copy it to ~/.asp_config.yml.