https://github.com/Microsoft/CNTK
Raw File
Tip revision: 0d4095941752c17231f1a1f049763426de0b401f authored by Binbin Zhang on 25 July 2017, 02:25:44 UTC
add backstitch
Tip revision: 0d40959
run-boost-test-common
boosttestrun()
{
  name=$1
  $TEST_BIN_DIR/$name --report_level=detailed
}
back to top