merlin
merlin copied to clipboard
unable to train the duration model
I am using merlin in google colaboratory and i have installed python3.6 version as well as all the requirements and when i am training the duration model I am getting this error
Running on GPU id=0 ...
ERROR (theano.gpuarray): pygpu was configured but could not be imported or is too old (version 0.7 or higher required)
NoneType: None
/usr/local/lib/python3.7/dist-packages/theano/configparser.py:255: UserWarning: Theano does not recognise this flag: cuda.root
warnings.warn(f"Theano does not recognise this flag: {key}")
Traceback (most recent call last):
File "/content/merlin/src/run_merlin.py", line 65, in
i have checked that i am unable to import bandmat in my google colaboratory
what should i do???
pip3 install bandmat