Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
passalis authored Sep 22, 2017
1 parent 172b00f commit ee1cb22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,14 @@ Currently only *float32* are supported, so set *floatX=float32* (.theanorc).

PySEF is developed and tested on Linux (both Python 2.7 and Python 3 are supported). However, it is expected to run on Windows/Mac OSX as well, since all of its components are cross-platform.

### Issues
If the installed version of *lasagne* does not match the installed *theano* version you may receive the following error: "ImportError: cannot import name 'downsample'" (*lasagne* does not frequently freeze the versions, so it is difficult to specify the version that you should install ). Installing the bleeding edge versions of both *lasagna* and *theano* should resolve the issue:

<pre>
pip install --upgrade https://github.com/Theano/Theano/archive/master.zip
pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip
</pre>

## Further reading

You can find more details about the Similarity Embedding Framework in our [paper](https://arxiv.org/abs/1706.05692).
Expand Down

0 comments on commit ee1cb22

Please sign in to comment.