ranjanZ/NTIRE-Dehazing
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
## Requirements and Installation
- Python 2.7
- Tensorflow 1.7
- Keras 2.1.4
- sksparse.cholmod
- scipy
- natsort
Configuration of ~/.keras/keras.json
{
"epsilon": 1e-07,
"floatx": "float32",
"image_data_format": "channels_last",
"backend": "tensorflow"
}