File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -180,16 +180,11 @@ And test your changes on the examples.
180180## 🎯 TODO
181181
182182- [ ] Add support for stream dataset loading to allow loading large datasets (larger than your RAM)
183- - [ ] Add more callbacks
184- - [ ] Add more layers
185- - [ ] Add more model architecture support
186- - [ ] Add cuDNN support to allow the use of GPUs
187183- [ ] Visual updates (tabulation of model.summary() parameters calculation, colorized progress bar, etc.)
188- - [ ] Add more preprocessing tools
184+ - [ ] Add cuDNN support to allow the use of GPUs
189185
190186## 🐞 Know issues
191187
192- - [ ] The transformer has gradient issues (normalization and often constant attention weights after a few epochs)
193188- [ ] The save feature of some very rare cases (layers/models) aren't working properly (I just need to read my old code again)
194189
195190
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'neuralnetlib' ,
5- version = '4.0.1 ' ,
5+ version = '4.0.2 ' ,
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