Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arose13/rosey-keras
Utilities for Tensorflow Keras
https://github.com/arose13/rosey-keras
Last synced: 8 days ago
JSON representation
Utilities for Tensorflow Keras
- Host: GitHub
- URL: https://github.com/arose13/rosey-keras
- Owner: arose13
- Created: 2020-01-22T17:13:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T03:47:53.000Z (about 3 years ago)
- Last Synced: 2024-10-11T09:18:00.806Z (26 days ago)
- Language: Python
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Rosey (Keras)
Extends the hon_tensorflow_ version of keras for some things that I use often but just isn't there.
The package is laid out to match keras, example..
```python
rosey_keras.layers # Has layers
rosey_keras.losses # Has losses
#..etc
````