Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Dev weight sharing #581

Merged

Commits on Oct 9, 2018

  1. Configuration menu
    Copy the full SHA
    fb8bc25 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    0bf454c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f0a418 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Configuration menu
    Copy the full SHA
    9fce9bb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Merge remote-tracking branch 'upstream/master'

    test authored and test committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    73b9b58 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Configuration menu
    Copy the full SHA
    d83aa70 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Configuration menu
    Copy the full SHA
    16be159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69466b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1f8339 View commit details
    Browse the repository at this point in the history
  4. simple weight sharing

    leckie-chn committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    7a1be57 View commit details
    Browse the repository at this point in the history
  5. update gitignore file

    leckie-chn committed Oct 25, 2018
    Configuration menu
    Copy the full SHA
    99b1402 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    253068d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    2faac01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e412cb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e159afb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d664f4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5d5f2e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b280cd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. update pylintrc

    leckie-chn committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    a384da0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into dev-mac-support

    test authored and test committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    cd50908 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b1320a View commit details
    Browse the repository at this point in the history
  4. update install for mac support

    test authored and test committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    3aee412 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60db733 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Quick fix bug: nnictl port value error (microsoft#245)

    * fix port bug
    SparkSnail authored and yds05 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    094436d View commit details
    Browse the repository at this point in the history
  2. Dev exp stop more (microsoft#221)

    * Exp stop refactor (microsoft#161)
    
    * Update RemoteMachineMode.md (microsoft#63)
    
    * Remove unused classes for SQuAD QA example.
    
    * Remove more unused functions for SQuAD QA example.
    
    * Fix default dataset config.
    
    * Add Makefile README (microsoft#64)
    
    * update document (microsoft#92)
    
    * Edit readme.md
    
    * updated a word
    
    * Update GetStarted.md
    
    * Update GetStarted.md
    
    * refact readme, getstarted and write your trial md.
    
    * Update README.md
    
    * Update WriteYourTrial.md
    
    * Update WriteYourTrial.md
    
    * Update WriteYourTrial.md
    
    * Update WriteYourTrial.md
    
    * Fix nnictl bugs and add new feature (microsoft#75)
    
    * fix nnictl bug
    
    * fix nnictl create bug
    
    * add experiment status logic
    
    * add more information for nnictl
    
    * fix Evolution Tuner bug
    
    * refactor code
    
    * fix code in updater.py
    
    * fix nnictl --help
    
    * fix classArgs bug
    
    * update check response.status_code logic
    
    * remove Buffer warning (microsoft#100)
    
    * update readme in ga_squad
    
    * update readme
    
    * fix typo
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Add support for debugging mode
    
    * fix setup.py (microsoft#115)
    
    * Add DAG model configuration format for SQuAD example.
    
    * Explain config format for SQuAD QA model.
    
    * Add more detailed introduction about the evolution algorithm.
    
    * Fix install.sh add add trial log path (microsoft#109)
    
    * fix nnictl bug
    
    * fix nnictl create bug
    
    * add experiment status logic
    
    * add more information for nnictl
    
    * fix Evolution Tuner bug
    
    * refactor code
    
    * fix code in updater.py
    
    * fix nnictl --help
    
    * fix classArgs bug
    
    * update check response.status_code logic
    
    * show trial log path
    
    * update document
    
    * fix install.sh
    
    * set default vallue for maxTrialNum and maxExecDuration
    
    * fix nnictl
    
    * Dev smac (microsoft#116)
    
    * support package install (microsoft#91)
    
    * fix nnictl bug
    
    * support package install
    
    * update
    
    * update package install logic
    
    * Fix package install issue (microsoft#95)
    
    * fix nnictl bug
    
    * fix pakcage install
    
    * support SMAC as a tuner on nni (microsoft#81)
    
    * update doc
    
    * update doc
    
    * update doc
    
    * update hyperopt installation
    
    * update doc
    
    * update doc
    
    * update description in setup.py
    
    * update setup.py
    
    * modify encoding
    
    * encoding
    
    * add encoding
    
    * remove pymc3
    
    * update doc
    
    * update builtin tuner spec
    
    * support smac in sdk, fix logging issue
    
    * support smac tuner
    
    * add optimize_mode
    
    * update config in nnictl
    
    * add __init__.py
    
    * update smac
    
    * update import path
    
    * update setup.py: remove entry_point
    
    * update rest server validation
    
    * fix bug in nnictl launcher
    
    * support classArgs: optimize_mode
    
    * quick fix bug
    
    * test travis
    
    * add dependency
    
    * add dependency
    
    * add dependency
    
    * add dependency
    
    * create smac python package
    
    * fix trivial points
    
    * optimize import of tuners, modify nnictl accordingly
    
    * fix bug: incorrect algorithm_name
    
    * trivial refactor
    
    * for debug
    
    * support virtual
    
    * update doc of SMAC
    
    * update smac requirements
    
    * update requirements
    
    * change debug mode
    
    * update doc
    
    * update doc
    
    * refactor based on comments
    
    * fix comments
    
    * modify example config path to relative path and increase maxTrialNum (microsoft#94)
    
    * modify example config path to relative path and increase maxTrialNum
    
    * add document
    
    * support conda (microsoft#90) (microsoft#110)
    
    * support install from venv and travis CI
    
    * support install from venv and travis CI
    
    * support install from venv and travis CI
    
    * support conda
    
    * support conda
    
    * modify example config path to relative path and increase maxTrialNum
    
    * undo messy commit
    
    * undo messy commit
    
    * Support pip install as root (microsoft#77)
    
    * Typo on microsoft#58 (microsoft#122)
    
    * PAI Training Service implementation (microsoft#128)
    
    * PAI Training service implementation
    **1. Implement PAITrainingService
    **2. Add trial-keeper python module, and modify setup.py to install the module
    **3. Add PAItrainingService rest server to collect metrics from PAI container.
    
    * fix datastore for multiple final result (microsoft#129)
    
    * Update NNI v0.2 release notes (microsoft#132)
    
    Update NNI v0.2 release notes
    
    * Update setup.py Makefile and documents (microsoft#130)
    
    * update makefile and setup.py
    
    * update makefile and setup.py
    
    * update document
    
    * update document
    
    * Update Makefile no travis
    
    *  update doc
    
    *  update doc
    
    * fix convert from ss to pcs (microsoft#133)
    
    * Fix bugs about webui (microsoft#131)
    
    * Fix webui bugs
    
    * Fix tslint
    
    * webui logpath and document (microsoft#135)
    
    * Add webui document and logpath as a href
    
    * fix tslint
    
    * fix comments by Chengmin
    
    * Pai training service bug fix and enhancement (microsoft#136)
    
    * Add NNI installation scripts
    
    * Update pai script, update NNI_out_dir
    
    * Update NNI dir in nni sdk local.py
    
    * Create .nni folder in nni sdk local.py
    
    * Add check before creating .nni folder
    
    * Fix typo for PAI_INSTALL_NNI_SHELL_FORMAT
    
    * Improve annotation (microsoft#138)
    
    * Improve annotation
    
    * Minor bugfix
    
    * Selectively install through pip (microsoft#139)
    
    Selectively install through pip 
    * update setup.py
    
    * fix paiTrainingService bugs (microsoft#137)
    
    * fix nnictl bug
    
    * add hdfs host validation
    
    * fix bugs
    
    * fix dockerfile
    
    * fix install.sh
    
    * update install.sh
    
    * fix dockerfile
    
    * Set timeout for HDFSUtility exists function
    
    * remove unused TODO
    
    * fix sdk
    
    * add optional for outputDir and dataDir
    
    * refactor dockerfile.base
    
    * Remove unused import in hdfsclientUtility
    
    * Add documentation for NNI PAI mode experiment (microsoft#141)
    
    * Add documentation for NNI PAI mode
    
    * Fix typo based on PR comments
    
    * Exit with subprocess return code of trial keeper
    
    * Remove additional exit code
    
    * Fix typo based on PR comments
    
    * update doc for smac tuner (microsoft#140)
    
    * Revert "Selectively install through pip (microsoft#139)" due to potential pip install issue (microsoft#142)
    
    * Revert "Selectively install through pip (microsoft#139)"
    
    This reverts commit 1d17483.
    
    * Add exit code of subprocess for trial_keeper
    
    * Update README, add link to PAImode doc
    
    * Merge branch V0.2 to Master (microsoft#143)
    
    * webui logpath and document (microsoft#135)
    
    * Add webui document and logpath as a href
    
    * fix tslint
    
    * fix comments by Chengmin
    
    * Pai training service bug fix and enhancement (microsoft#136)
    
    * Add NNI installation scripts
    
    * Update pai script, update NNI_out_dir
    
    * Update NNI dir in nni sdk local.py
    
    * Create .nni folder in nni sdk local.py
    
    * Add check before creating .nni folder
    
    * Fix typo for PAI_INSTALL_NNI_SHELL_FORMAT
    
    * Improve annotation (microsoft#138)
    
    * Improve annotation
    
    * Minor bugfix
    
    * Selectively install through pip (microsoft#139)
    
    Selectively install through pip 
    * update setup.py
    
    * fix paiTrainingService bugs (microsoft#137)
    
    * fix nnictl bug
    
    * add hdfs host validation
    
    * fix bugs
    
    * fix dockerfile
    
    * fix install.sh
    
    * update install.sh
    
    * fix dockerfile
    
    * Set timeout for HDFSUtility exists function
    
    * remove unused TODO
    
    * fix sdk
    
    * add optional for outputDir and dataDir
    
    * refactor dockerfile.base
    
    * Remove unused import in hdfsclientUtility
    
    * Add documentation for NNI PAI mode experiment (microsoft#141)
    
    * Add documentation for NNI PAI mode
    
    * Fix typo based on PR comments
    
    * Exit with subprocess return code of trial keeper
    
    * Remove additional exit code
    
    * Fix typo based on PR comments
    
    * update doc for smac tuner (microsoft#140)
    
    * Revert "Selectively install through pip (microsoft#139)" due to potential pip install issue (microsoft#142)
    
    * Revert "Selectively install through pip (microsoft#139)"
    
    This reverts commit 1d17483.
    
    * Add exit code of subprocess for trial_keeper
    
    * Update README, add link to PAImode doc
    
    * fix bug (microsoft#147)
    
    * Refactor nnictl and add config_pai.yml (microsoft#144)
    
    * fix nnictl bug
    
    * add hdfs host validation
    
    * fix bugs
    
    * fix dockerfile
    
    * fix install.sh
    
    * update install.sh
    
    * fix dockerfile
    
    * Set timeout for HDFSUtility exists function
    
    * remove unused TODO
    
    * fix sdk
    
    * add optional for outputDir and dataDir
    
    * refactor dockerfile.base
    
    * Remove unused import in hdfsclientUtility
    
    * add config_pai.yml
    
    * refactor nnictl create logic and add colorful print
    
    * fix nnictl stop logic
    
    * add annotation for config_pai.yml
    
    * add document for start experiment
    
    * fix config.yml
    
    * fix document
    
    * Fix trial keeper wrongly exit issue (microsoft#152)
    
    * Fix trial keeper bug, use actual exitcode to exit rather than 1
    
    * Fix bug of table sort (microsoft#145)
    
    * Update doc for PAIMode and v0.2 release notes (microsoft#153)
    
    * Update v0.2 documentation regards to release note and PAI training service
    
    * Update document to describe NNI docker image
    
    * fix antd (microsoft#159)
    
    * refactor experiment stopping logic
    
    * support change concurrency
    
    * remove trialJobs.ts
    
    * trivial changes
    
    * fix bugs
    
    * fix bug
    
    * support updating maxTrialNum
    
    * Modify IT scripts for supporting multiple experiments
    
    * Update ci (microsoft#175)
    
    * Update RemoteMachineMode.md (microsoft#63)
    
    * Remove unused classes for SQuAD QA example.
    
    * Remove more unused functions for SQuAD QA example.
    
    * Fix default dataset config.
    
    * Add Makefile README (microsoft#64)
    
    * update document (microsoft#92)
    
    * Edit readme.md
    
    * updated a word
    
    * Update GetStarted.md
    
    * Update GetStarted.md
    
    * refact readme, getstarted and write your trial md.
    
    * Update README.md
    
    * Update WriteYourTrial.md
    
    * Update WriteYourTrial.md
    
    * Update WriteYourTrial.md
    
    * Update WriteYourTrial.md
    
    * Fix nnictl bugs and add new feature (microsoft#75)
    
    * fix nnictl bug
    
    * fix nnictl create bug
    
    * add experiment status logic
    
    * add more information for nnictl
    
    * fix Evolution Tuner bug
    
    * refactor code
    
    * fix code in updater.py
    
    * fix nnictl --help
    
    * fix classArgs bug
    
    * update check response.status_code logic
    
    * remove Buffer warning (microsoft#100)
    
    * update readme in ga_squad
    
    * update readme
    
    * fix typo
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    * Add support for debugging mode
    
    * modify CI cuz of refracting exp stop
    
    * update CI for expstop
    
    * update CI for expstop
    
    * update CI for expstop
    
    * update CI for expstop
    
    * update CI for expstop
    
    * update CI for expstop
    
    * update CI for expstop
    
    * update CI for expstop
    
    * update CI for expstop
    
    * file saving
    
    * fix issues from code merge
    
    * remove $(INSTALL_PREFIX)/nni/nni_manager before install
    
    * fix indent
    
    * fix merge issue
    
    * socket close
    
    * update port
    
    * fix merge error
    
    * modify ci logic in nnimanager
    
    * fix ci
    
    * fix bug
    
    * change suspended to done
    
    * update ci (microsoft#229)
    
    * update ci
    
    * update ci
    
    * update ci (microsoft#232)
    
    * update ci
    
    * update ci
    
    * update azure-pipelines
    
    * update azure-pipelines
    
    * update ci (microsoft#233)
    
    * update ci
    
    * update ci
    
    * update azure-pipelines
    
    * update azure-pipelines
    
    * update azure-pipelines
    
    * run.py (microsoft#238)
    
    * Nnupdate ci (microsoft#239)
    
    * run.py
    
    * test ci
    
    * Nnupdate ci (microsoft#240)
    
    * run.py
    
    * test ci
    
    * test ci
    
    * Udci (microsoft#241)
    
    * run.py
    
    * test ci
    
    * test ci
    
    * test ci
    
    * update ci (microsoft#242)
    
    * run.py
    
    * test ci
    
    * test ci
    
    * test ci
    
    * update ci
    
    * revert install.sh (microsoft#244)
    
    * run.py
    
    * test ci
    
    * test ci
    
    * test ci
    
    * update ci
    
    * revert install.sh
    
    * add comments
    
    * remove assert
    
    * trivial change
    
    * trivial change
    QuanluZhang authored and yds05 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    8fca02e View commit details
    Browse the repository at this point in the history
  3. update Makefile (microsoft#246)

    * update Makefile
    
    * update Makefile
    Crysple authored and yds05 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    cbc808b View commit details
    Browse the repository at this point in the history
  4. quick fix for ci (microsoft#248)

    Crysple authored and yds05 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    ce17fa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e337541 View commit details
    Browse the repository at this point in the history
  6. Add builtin tuner to CI (microsoft#247)

    * update Makefile
    
    * update Makefile
    
    * add builtin-tuner test
    
    * add builtin-tuner test
    
    * refractor ci
    
    * update azure.yml
    
    * add built-in tuner test
    
    * fix bugs
    Crysple authored and yds05 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    07d51dd View commit details
    Browse the repository at this point in the history
  7. Doc refactor (microsoft#258)

    * doc refactor
    
    * image name refactor
    scarlett2018 authored and yds05 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    0fbe564 View commit details
    Browse the repository at this point in the history
  8. Refactor nnictl to support listing stopped experiments. (microsoft#256)

    Refactor nnictl to support listing stopped experiments.
    SparkSnail authored and yds05 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    e35f96d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    71dc1ca View commit details
    Browse the repository at this point in the history
  10. fix error on example of RemoteMachineMode (microsoft#269)

    * add pycharm project files to .gitignore list
    
    * update pylintrc to conform vscode settings
    
    * fix RemoteMachineMode for wrong trainingServicePlatform
    leckie-chn authored and yds05 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    5c65cef View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07fe4ef View commit details
    Browse the repository at this point in the history
  12. fix bug about execDuration and endTime (microsoft#270)

    * fix bug about execDuration and endTime
    
    * modify time interval to 30 seconds
    
    * refactor based on Gems's suggestion
    
    * for triggering ci
    QuanluZhang authored and yds05 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    dc688b8 View commit details
    Browse the repository at this point in the history
  13. Refactor dockerfile (microsoft#264)

    * refactor Dockerfile
    SparkSnail authored and yds05 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    f8b131c View commit details
    Browse the repository at this point in the history
  14. Support nnictl tensorboard (microsoft#268)

    support tensorboard
    SparkSnail authored and yds05 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    ec0c1d5 View commit details
    Browse the repository at this point in the history
  15. Sdk update (microsoft#272)

    * Rename get_parameters to get_next_parameter
    
    * annotations add get_next_parameter
    
    * updates
    
    * updates
    
    * updates
    
    * updates
    
    * updates
    chicm-ms authored and yds05 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    95d8666 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a3b60cc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a550686 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    d4c383a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    4ba1916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    641f5d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    78e4209 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    909d9d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    221e951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cca83a2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from leckie-chn/dev-mac-support

    merge dev mac support to local branch
    leckie-chn authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    5d001f7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from Microsoft/master

    Pull latest code
    chicm-ms authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    dd12229 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f696ac View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    df36c1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bedc6fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3583b52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8aeea2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9cdde5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Configuration menu
    Copy the full SHA
    ae979c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    001ecd5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request microsoft#2 from Microsoft/master

    pull latest code
    chicm-ms authored Nov 16, 2018
    Configuration menu
    Copy the full SHA
    a67a6b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. Merge pull request microsoft#3 from Microsoft/master

    pull latest code
    chicm-ms authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    75fd2f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Merge pull request microsoft#4 from Microsoft/master

    pull latest code
    chicm-ms authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    10e998f View commit details
    Browse the repository at this point in the history
  2. Merge pull request microsoft#5 from Microsoft/master

    pull latest code
    chicm-ms authored Nov 27, 2018
    Configuration menu
    Copy the full SHA
    a0f361c View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Merge pull request microsoft#6 from Microsoft/master

    Pull latest code
    chicm-ms authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    76d7142 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Merge pull request microsoft#7 from Microsoft/master

    pull latest code
    chicm-ms authored Nov 29, 2018
    Configuration menu
    Copy the full SHA
    bc10bf7 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    d76deb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Configuration menu
    Copy the full SHA
    af1137c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7086cb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c20abca View commit details
    Browse the repository at this point in the history
  4. simple tuner & trial ready

    leckie-chn committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    a0fd7ed View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    0ffc4b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3a1131 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4788ad5 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. update for ga_squad

    leckie-chn committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    efac915 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. fix bug

    leckie-chn committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    56105e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. Configuration menu
    Copy the full SHA
    93b8afe View commit details
    Browse the repository at this point in the history
  2. add min_layer_num to Graph

    leckie-chn committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    c9c64e5 View commit details
    Browse the repository at this point in the history
  3. fix bug

    leckie-chn committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    adb9b40 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2018

  1. update share id calc

    leckie-chn committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    9c15d1a View commit details
    Browse the repository at this point in the history
  2. fix bug

    leckie-chn committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    041099b View commit details
    Browse the repository at this point in the history
  3. add save logging

    leckie-chn committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    e3ee26f View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. fix ga_squad tuner bug

    leckie-chn committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    a9b7e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5675fa View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. fix same hash_id bug

    leckie-chn committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    db1d96f View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Configuration menu
    Copy the full SHA
    20586e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5228657 View commit details
    Browse the repository at this point in the history
  3. update

    leckie-chn committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    3a0176e View commit details
    Browse the repository at this point in the history
  4. update

    leckie-chn committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    a9f5d62 View commit details
    Browse the repository at this point in the history
  5. add paper link

    leckie-chn committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    c6098ed View commit details
    Browse the repository at this point in the history
  6. update

    leckie-chn committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    2469f48 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. reformat with autopep8

    leckie-chn committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    61bc21c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85d3076 View commit details
    Browse the repository at this point in the history
  3. test for weight sharing

    leckie-chn committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    9fc984e View commit details
    Browse the repository at this point in the history
  4. delete irrelevant files

    leckie-chn committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    ddbcead View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    500852e View commit details
    Browse the repository at this point in the history
  2. add example section

    leckie-chn committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    2c11b73 View commit details
    Browse the repository at this point in the history
  3. merge with upstream

    leckie-chn committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    a759c24 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    c4c6208 View commit details
    Browse the repository at this point in the history
  2. fix divide by zero risk

    leckie-chn committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    87bed12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83e4367 View commit details
    Browse the repository at this point in the history
  4. fix bug for async test

    leckie-chn committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    04938b0 View commit details
    Browse the repository at this point in the history