Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[MXNET-1340, 1339][Fit API][WIP]Multi input/output #14628

Closed
wants to merge 23 commits into from

Commits on Mar 16, 2019

  1. [MXNet-1334][Fit API]base class for estimator and eventhandler (apach…

    …e#14346)
    
    * base class for estimator and eventhandler
    
    * add license
    
    * add event handlers
    
    * fix pylint
    
    * improve arg check
    
    * fix pylint
    
    * add unit tests
    roywei authored and nswamy committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    41392fa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Fixed issue where the estimator was printing beyond the dataset size … (

    apache#14464)
    
    * Fixed issue where the estimator was printing beyond the dataset size for the last batch
    
    * Added comments
    
    * Nudge to CI
    piyushghai authored and wkcn committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    e6c63b1 View commit details
    Browse the repository at this point in the history
  2. add train history

    roywei committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    d71eba9 View commit details
    Browse the repository at this point in the history
  3. update history

    roywei committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    a8c2c7f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. [MXNet-1349][Fit API]Add validation support and unit tests for fit() …

    …API (apache#14442)
    
    * added estimator unittests
    
    * add more tests for estimator
    
    * added validation logic
    
    * added error handlers, unittests
    
    * improve val stats
    
    * fix pylint
    
    * fix pylint
    
    * update unit test
    
    * fix tests
    
    * fix tests
    
    * updated metrics, val logic
    
    * trigger ci
    
    * trigger ci
    
    * update metric, batch_fn error handler
    
    * update context logic, add default metric
    abhinavs95 authored and nswamy committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    8186772 View commit details
    Browse the repository at this point in the history
  2. update test

    roywei committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    29c68b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. merge with fit-api

    roywei committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    ad4041b View commit details
    Browse the repository at this point in the history
  2. avoid calling empty methods

    roywei committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    b8ec43c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. remove train history object

    roywei committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    904cdc7 View commit details
    Browse the repository at this point in the history
  2. fix pylint

    roywei committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    c6fe873 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. add unit test

    roywei committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    6e690ca View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. fix test

    roywei committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    55b102e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. update categorize handlers

    roywei committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    feac6e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. [MXNet-1340][Fit API]Update train stats (apache#14494)

    * add train history
    
    * update history
    
    * update test
    
    * avoid calling empty methods
    
    * remove train history object
    
    * fix pylint
    
    * add unit test
    
    * fix test
    
    * update categorize handlers
    roywei authored and nswamy committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    ed7f6e5 View commit details
    Browse the repository at this point in the history
  2. [MXNet-1375][Fit API]Added RNN integration test for fit() API (apache…

    …#14547)
    
    * Added RNN integration test for fit() API
    
    * Addressed review comments: change in JenkinFile, tmp directory, ctx with condense if/else, renamed imports
    
    * CPU test doesn't require nvidiadocker container
    
    * Modified the structure by removing the redundant code
    karan6181 authored and nswamy committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    81ec379 View commit details
    Browse the repository at this point in the history
  3. merge remote/fit-api

    roywei committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    ca2dd76 View commit details
    Browse the repository at this point in the history
  4. [MXNet-1343][Fit API]Add CNN integration test for fit() API (apache#1…

    …4405)
    
    * added cnn intg tests for fit api
    
    * updated cnn intg tests
    
    * added functions for nightly test
    
    * updated runtime_function
    
    * updated intg tests
    
    * updated init, datapath, refs
    
    * added validation data
    
    * update cpu test
    
    * refactor code
    
    * updated context
    abhinavs95 authored and nswamy committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    b1ef99a View commit details
    Browse the repository at this point in the history
  5. add fit helper

    roywei committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    5cc5585 View commit details
    Browse the repository at this point in the history
  6. update fit helper

    roywei committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    ba1718a View commit details
    Browse the repository at this point in the history
  7. merge with upstream

    roywei committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    c5f48a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. refractor estimator init

    roywei committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    8d503ae View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2019

  1. update

    roywei committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    d3692bb View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. merge with upstream/fit-api

    roywei committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    b0c3d9d View commit details
    Browse the repository at this point in the history