Permalink
Please sign in to comment.
Showing
with
0 additions
and 38 deletions.
- BIN .DS_Store
- +0 −16 .gitignore~
- +0 −22 CHANGELOG.md~
- 0 bin/test.sh~
- BIN dataset_tests/.DS_Store
- BIN dataset_tests/iris/.DS_Store
- BIN dataset_tests/sine/.DS_Store
- BIN develop/.DS_Store
- BIN develop/_Accelerators/.DS_Store
- BIN develop/_Accelerators/CrayWorkshop/.DS_Store
- BIN develop/_ELM_JMA/.DS_Store
- BIN develop/_Math_solution/.DS_Store
- BIN develop/_Sphinx/.DS_Store
- BIN develop/_Sphinx/doc/.DS_Store
- BIN develop/gpu_cpp/.DS_Store
- BIN develop_os/.DS_Store
- BIN hpelm/.DS_Store
- BIN hpelm/acc/.DS_Store
- BIN hpelm/tests/.DS_Store
16
.gitignore~
| @@ -1,16 +0,0 @@ | ||
| -# Compiled python modules | ||
| -*.pyc | ||
| - | ||
| -# Setuptools distribution folder | ||
| -/dist/ | ||
| -/datasets_big/ | ||
| -/benchmark/ | ||
| -/try/ | ||
| - | ||
| -# Python egg metadata, regenerated from source files by setuptools | ||
| -/*.egg-info | ||
| -/*.egg | ||
| - | ||
| -# OSX stuff | ||
| -*.DS_Store | ||
| -*~ |
| @@ -1,22 +0,0 @@ | ||
| -# Change Log | ||
| -All changes to 'hpelm' toolbox will be documented in this file. | ||
| - | ||
| -## [0.6.13] - 18-08-2015 | ||
| -### Fixed | ||
| -- Fixed a bug (typo) which caused HPELM to skip the last batch of data in training/predicting/etc. | ||
| - | ||
| -## [0.6.14] - 19-08-2015 | ||
| -### New | ||
| -- Added asyncronous HDF5 file reading in HPELM.predict(). The program must be able to spawn a separate process. | ||
| - | ||
| -## [0.6.16] - 19-08-2015 | ||
| -### Fixed | ||
| -- Asyncronous HDF5 file reading now setting "async_io=True" in HPELM.predict(). On Windows, make sure you use 'if __name__ == "__main__"' construction in your main code, or async reader will not start. | ||
| - | ||
| -## [0.6.20] - 20-08-2015 | ||
| -### New | ||
| -- Working Asyncronous I/O! for HDF5 files with multiprocessing. Use HPELM.train_async() and HPELM.predict_async() | ||
| - | ||
| -## [0.6.21] - 03-09-2015 | ||
| -### New | ||
| -- Fixed a small GPU function name bug |
No changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
hpelm/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 comments on commit
d057002