CF-UIcA
CF-UIcA copied to clipboard
An error about "import parmesan"
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?
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.