Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For V0.4: Code Merge, clean up and documentation #25

Open
13 of 14 tasks
walkerning opened this issue Jun 25, 2020 · 1 comment
Open
13 of 14 tasks

For V0.4: Code Merge, clean up and documentation #25

walkerning opened this issue Jun 25, 2020 · 1 comment
Assignees

Comments

@walkerning
Copy link
Owner

walkerning commented Jun 25, 2020

  • clean up examples organization.
  • clean up unused codes, such as trainer/archnetwork_trainer.py, evaluator/bftune.py, controller/compare.py, controller/archnetwork_controller.py...
  • README
  • Hardware related profiling & parsing flow. (flow description and example)
  • Add a Dockerfile seems unnecessary for a Python package with clear dependencies
  • more primer doc:
    • cfg breakup of ENAS/DARTS
    • orchestration pic, including method calls
    • add DARTS instruction message: python file location, method explain
    • the differences of the saved ckpt, what should be used in derive...
  • RNN example configs, search/final

Research docs

  • README/configs/scripts for FTT-NAS
  • README/configs/scripts for search space profiling
  • README/configs/scripts for GATES
  • README/configs/scripts for Surgery
@walkerning walkerning changed the title Clean up unused codes. Clean up and documentation Jun 28, 2020
@walkerning
Copy link
Owner Author

walkerning commented Jul 14, 2020

  • I think shuffle_data_before_split should be changed to False... unexpected behavior with different seed (training data accidentally used by controller update/search too), or configuration mismatch.
  • other_kwargs support of prepare_data_queues
  • async trainer continue development, test with detnas
  • hardware interface development

v0.4

  • hardware objective model assets
  • merge more DetNAS codes

@walkerning walkerning changed the title Clean up and documentation For V0.4: Code Merge, clean up and documentation Aug 16, 2020
walkerning pushed a commit that referenced this issue Feb 16, 2021
* [hardware] add padding preprocessor, update test

* [hardware] fixed MLP testcase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants