Jesper Wohlert
Jesper Wohlert
See here: https://github.com/wohlert/semi-supervised-pytorch/issues/16
I believe you might be right, but I don't know what implications it will have to fix it. I will check on it a later time. Thanks
You run into this error because you are running Python 3+. The package is not yet implemented for this version of Python and it does not seem like the creator...
When you are running `pip install --upgrade scikit-tensor` it looks like it defaults to Python 3. You could perhaps try `pip2 install --upgrade scikit-tensor`?