Skip to content

Commit

Permalink
Merge pull request #44 from marty1885/fp16
Browse files Browse the repository at this point in the history
Add FP16 capablity
  • Loading branch information
marty1885 committed Aug 1, 2019
2 parents 43a95a4 + a50608a commit d61c755
Show file tree
Hide file tree
Showing 30 changed files with 703 additions and 337 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "Etaler/3rdparty/pcg-cpp"]
path = Etaler/3rdparty/pcg-cpp
url = https://github.com/imneme/pcg-cpp
[submodule "Etaler/3rdparty/half_precision"]
path = Etaler/3rdparty/half_precision
url = https://github.com/marty1885/half_precision
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 3.0)
project(Etaler)


SET(BUILD_SHARED_LIBS ON)

Expand Down
1 change: 1 addition & 0 deletions Etaler/3rdparty/half_precision
Submodule half_precision added at 82cdf3
2 changes: 1 addition & 1 deletion Etaler/Algorithms/SpatialPooler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ struct ETALER_EXPORT SpatialPooler
{
return to(connections_.backend());
}
protected:
//protected:
float permanence_inc_ = 0.1;
float permanence_dec_ = 0.1;
float connected_permanence_ = 0.21;
Expand Down

0 comments on commit d61c755

Please sign in to comment.