Skip to content

Commit f8356fb

Browse files
committed
docs: update readme
1 parent 415d18d commit f8356fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@ And test your changes on the examples.
179179

180180
## 🎯 TODO
181181

182-
- [ ] Add more preprocessing tools
183182
- [ ] Add support for stream dataset loading to allow loading large datasets (larger than your RAM)
184183
- [ ] Add more callbacks
185184
- [ ] Add more layers
186185
- [ ] Add more model architecture support
187186
- [ ] Add cuDNN support to allow the use of GPUs
188187
- [ ] Visual updates (tabulation of model.summary() parameters calculation, colorized progress bar, etc.)
188+
- [ ] Add more preprocessing tools
189189

190190
## 🐞 Know issues
191191

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='neuralnetlib',
5-
version='4.0.0',
5+
version='4.0.1',
66
author='Marc Pinet',
77
description='A flexible deep learning framework built from scratch using only NumPy',
88
long_description=open('README.md', encoding="utf-8").read(),

0 commit comments

Comments
 (0)