- 22 Feb, 2019 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
This reverts merge request !29
-
- 20 Feb, 2019 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
Set default optimizer, updated cnntrainer to replace unsupported optimizer by default, added JUnit test for unsupported train parameters
-
- 18 Feb, 2019 3 commits
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
Carlos Alfredo Yeverino Rodriguez authored
Added time measurements for training and testing, restricted use of accuracy for losses different than euclidean loss since it is not supported by the euclidean loss in Caffe2
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 17 Feb, 2019 2 commits
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 16 Feb, 2019 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 12 Feb, 2019 1 commit
-
-
nilsfreyer authored
-
- 11 Feb, 2019 1 commit
-
-
nilsfreyer authored
-
- 01 Feb, 2019 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 31 Jan, 2019 2 commits
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
nilsfreyer authored
-
- 29 Jan, 2019 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 24 Jan, 2019 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 14 Jan, 2019 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 11 Jan, 2019 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
Corrected dropout and output layer (include sigmoid). Added learning_rate_decay again since it is indeed supported in Caffe2
-
- 17 Dec, 2018 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 13 Dec, 2018 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
Set default (directories) lmdb datasets to 'train_lmdb' and 'test_lmdb'. Added check for lmdb datasets.
-
- 10 Dec, 2018 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 08 Nov, 2018 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 27 Oct, 2018 2 commits
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 26 Oct, 2018 3 commits
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
Carlos Alfredo Yeverino Rodriguez authored
-
Carlos Alfredo Yeverino Rodriguez authored
Removed template and generation for CNNBufferFile since it is not needed to read the Caffe2 protobuf files.
-
- 25 Oct, 2018 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 18 Oct, 2018 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
Modified CNNTrainer.ftl: improved way to enter the optimizer parameters in template since the support checker for training parameters is already implemented. Corrected order of training parameters in target files based on the modification.
-
- 10 Oct, 2018 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 01 Oct, 2018 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
CNNCreator.ftl: Modified path constants to make their value dynamic instead of hard coded during code generation. Modified methods save_net and load_net.
-
- 28 Sep, 2018 3 commits
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
Carlos Alfredo Yeverino Rodriguez authored
-
Carlos Alfredo Yeverino Rodriguez authored
Added cnntrainer which calls the "train" function from cnncreator with the specified training parameters.
-
- 27 Sep, 2018 2 commits
-
-
Carlos Alfredo Yeverino Rodriguez authored
Added indented block in all layer templates due to changes made in CNNCreator.ftl in order to avoid a python error
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 24 Sep, 2018 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
-
- 20 Sep, 2018 3 commits
-
-
Carlos Alfredo Yeverino Rodriguez authored
Bugfix: ${input} in convolution template (case: input same as data input) should not be a reference anymore due to the new version of the add_input function. Test must be made with Blob "data" always due to the new version of the add_input function.
-
Carlos Alfredo Yeverino Rodriguez authored
-
Carlos Alfredo Yeverino Rodriguez authored
-Deleted dummy data and label -Added correct function add_input so lmdb data sets can be read as input for the networks. -Save the deployment model instead of the test model to avoid including the lmdb reader. -Adapted functions so they can take the data and label values from the function add_input. -Included training parameters EPOCHS and BATCH_SIZE; they do not apply for testing. -Included a proper image test. -Improved print messages.
-
- 13 Sep, 2018 1 commit
-
-
Carlos Alfredo Yeverino Rodriguez authored
-