1. 03 5月, 2018 3 次提交
    • H
      improve trainer API · a66052c6
      Helin Wang 提交于
      - The trainer and inferencer will load params from disk if param_path
        argument is not None in their constructor.
      
      - Remove params.py, we will expose core.Scope to the user if needed
        (e.g., for GAN). Currently we will not expose it, unless we clearly
        know doing so can support GAN.
      
      - Add `save_params` to Trainer (a TODO item).
      
      - rename "network" to "program"
      a66052c6
    • H
      Merge pull request #10343 from reyoung/feature/new_api_train_impl · 6d5e582d
      Helin Wang 提交于
      A naive implement trainer.train by executor
      6d5e582d
    • L
      Build: add cicheck task. · 753ea15d
      Lei Wang 提交于
      753ea15d
  2. 02 5月, 2018 37 次提交