-
- Downloads
First attempt to approach the issue bob.bio.base#106
In this issue I'm: 1. Removing the loading and saving functions via HDF5 in the C++ and in the python API (not sure if it's really necessary to remove from the C level) 2. Implemented the methods `to_dict` and `from_dict` for the activation functions 3. Test cases
Showing
- bob/learn/activation/__init__.py 1 addition, 0 deletionsbob/learn/activation/__init__.py
- bob/learn/activation/activation.cpp 0 additions, 79 deletionsbob/learn/activation/activation.cpp
- bob/learn/activation/activation.py 78 additions, 0 deletionsbob/learn/activation/activation.py
- bob/learn/activation/cpp/ActivationRegistry.cpp 2 additions, 7 deletionsbob/learn/activation/cpp/ActivationRegistry.cpp
- bob/learn/activation/include/bob.learn.activation/Activation.h 1 addition, 19 deletions...earn/activation/include/bob.learn.activation/Activation.h
- bob/learn/activation/test.py 37 additions, 0 deletionsbob/learn/activation/test.py
Loading
Please register or sign in to comment