This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# mexopts.sh Shell script for configuring MEX-file creation script, | |
# mex. These options were tested with the specified compiler. | |
# | |
# usage: Do not call this file directly; it is sourced by the | |
# mex shell script. Modify only if you don't like the | |
# defaults after running mex. No spaces are allowed | |
# around the '=' in the variable assignment. | |
# | |
# Note: For the version of system compiler supported with this release, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I0812 15:00:42.248405 8934 caffe.cpp:160] Using GPUs 0, 1, 2 | |
I0812 15:00:42.422600 8934 solver.cpp:38] Initializing solver from parameters: | |
test_iter: 100 | |
test_interval: 500 | |
base_lr: 0.01 | |
display: 100 | |
max_iter: 10000 | |
lr_policy: "inv" | |
gamma: 0.0001 | |
power: 0.75 |
NewerOlder