Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Please cite with the following Bibtex code:
The model is implemented in [Keras](https://github.com/fchollet/keras/tree/master/keras), which at its time is developed over [TensorFlow](https://www.tensorflow.org). Also, this code should be compatible with Python 3.6.

```
pip install -r https://github.com/marc-gorriz/ColorGAN/blob/master/requeriments.txt
pip install -r https://github.com/marc-gorriz/ColorGAN/blob/master/requirements.txt
```
Import the Open Source libraries for instance and spectral normalistion. Refer to ```models/layers``` directory

Expand Down
File renamed without changes.