CF-UIcA icon indicating copy to clipboard operation
CF-UIcA copied to clipboard

An error about "import parmesan"

Open YunsenHong opened this issue 6 years ago • 1 comments

When I ran the code of CF-UIcA_rating-prediction.py, an error appeared as "No module named 'parmesan' ". I tried to "pip install parmesan ", but there's "not a version that satisfied the requirement parmesan ". So is that the parmesan is builded in your own codes but forget to upload it here?

YunsenHong avatar May 16 '19 12:05 YunsenHong

Parmesan is a library adding variational and semi-supervised neural network models to the neural network library Lasagne. See https://github.com/casperkaae/parmesan for more information.

duchao0726 avatar May 17 '19 13:05 duchao0726