1. 27 3月, 2020 1 次提交
    • R
      Add UnitTest for DeepES (#231) · 15c68e58
      rical730 提交于
      * Add UnitTest for DeepES
      
      * update Dockerfile
      
      * only unittest
      
      * remove the commented lines and empty functions.
      
      * update CMakefile
      
      * add optimizer unittest and torch demo test
      
      * use optimizer_factory and add fail unittest case
      
      * remove duplicate files, and simplify unittest
      
      * teamcity test
      
      * delete test case
      
      * remove comment line
      
      * shield progress display of downloading and unzip libtorch
      
      * remove deepes torch demo test
      
      * delete useless comment
      15c68e58
  2. 25 3月, 2020 1 次提交
    • B
      add optimizer factory (#230) · 8c9bf1fa
      Bo Zhou 提交于
      * add optimizer factory
      
      * add file:optimizer_factory
      
      * copyright
      
      * remove dependence on algorithm.h
      8c9bf1fa
  3. 23 3月, 2020 3 次提交
  4. 18 3月, 2020 1 次提交
    • B
      deepES framework & a demo that is compatible with torch (#214) · c848bda2
      Bo Zhou 提交于
      * add deepES & a demo that is compatible with torch
      
      * add copyright & update protoc file path
      
      * add copyright
      
      * rm useless files
      
      * update dependency on libtorch
      
      * add the demonstration gif
      
      * update gif
      
      * Create README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * update scripts
      
      * update scripts#2
      
      * update torch_predictor
      c848bda2