Make layer distance changable. Refs #1.

As a side-effet, now the ordering of the layers is left-to-right rather
than right-to-left. This shouldn't matter in normal processing, but it
is interesting nonetheless.
This commit is contained in:
2018-04-09 14:32:57 +02:00
parent 8cdeefc37b
commit 1c942a7de7
5 changed files with 31 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#include <caffe/util/math_functions.hpp>
#include "utils.hpp"
const float fmri::LAYER_X_OFFSET = -10;
float fmri::LAYER_X_OFFSET = 10;
std::default_random_engine &fmri::rng()
{