File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22
33setup (
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 (),
You can’t perform that action at this time.
0 commit comments