1. 21 5月, 2020 1 次提交
    • P
      chore: render static files in memory (#638) · c1c2f166
      Peter Pan 提交于
      * bump 2.0.0-beta.2
      
      * chore: render static files in memory
      
      * fix: empty requests in high-dimensional chart
      
      * feat: reduce fetching interval when components is empty
      
      * feat: show loading tip when components is empty
      
      * chore: delete unused files
      
      * bump 2.0.0-beta.3
      
      * chore: remove model_pb argument
      
      * fix: windows file encoding error
      
      * fix: windows path sep error
      
      * feat: add --api-only argument
      
      * feat: add docker runtime
      
      * style: remove unused variable
      
      * pref: use tuple to reduce memory usage in template render
      
      * chore: build opencv for docker alpine to reduce image size
      c1c2f166
  2. 22 3月, 2020 1 次提交
  3. 14 6月, 2018 1 次提交
    • O
      Add preliminary support for Windows (#461) · 19e24f76
      Oraoto 提交于
      * Add preliminary support for Windows
      
          Known issues:
      
          1. No zlib support for protobuf
          2. Manual editting to core.vcxproj are required
          3. No build and packge script support
          4. Not tesetd, may break linux build
      
      * Add build script and batch file for Windows
      
      * Fix linux build and include batch file in wheel
      
      * Fix Python 2.7 build
      
      * Define NOMINMAX instead of preventing macro expansion
      19e24f76
  4. 03 1月, 2018 1 次提交
    • D
      Add travis test for graph edges (#49) · 0e166b17
      daminglu 提交于
      * Add test for graph edges
      
      * add new line
      
      * add google protobuf
      
      * add onnx to travis
      
      * install protoc and move installs to tests.sh
      
      * tune protoc
      
      * try to install onnx
      
      * onnx always fails on travis, try script from onnx github
      
      * install protobuf 3.1.0 but not onnx
      
      * in the right dir
      
      * tune path
      
      * should work
      
      * put onnx_pb2 there and it should work
      
      * what if remove onnx_pb2.py
      
      * cp compiled onnx_pb2 to the right place
      
      * debug
      
      * protoc
      
      * install protoc
      
      * chown
      
      * test
      
      * added protc, should work
      
      * typo
      
      * does it exist?
      
      * hmmmm
      
      * try dropbox
      
      * test 1
      
      * now it should work
      
      * done
      
      * make tests more thorough
      0e166b17
  5. 26 12月, 2017 1 次提交
  6. 04 12月, 2017 1 次提交
    • Q
      Reorgnize server (#43) · 5c260bba
      Qiao Longfei 提交于
      * init logdir runs tags and scalars interface
      
      * add debug
      
      * add one mock data
      
      * add dir server
      
      * move frontend to server
      
      * optimizer python package
      
      * add mock data
      
      * add back result encode
      
      * use application/json as Response type
      
      * rm .DS_Store
      
      * update mock tags
      
      * update mock data
      5c260bba
  7. 11 7月, 2017 1 次提交