aw_nas icon indicating copy to clipboard operation
aw_nas copied to clipboard

aw_nas: A Modularized and Extensible NAS Framework

Results 16 aw_nas issues
Sort by recently updated
recently updated
newest added

Bumps [numpy](https://github.com/numpy/numpy) from 1.16.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.7.1 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

When I run "awnas search examples/nasbench/nasbench-101_gates_sa.yaml --gpu 0 --save-every 10 --train-dir /public/data1/users/ziyechen/awnas/logs/nasbench-101_gates_sa", the program is stuck in an endless loop. I find the program is stuck in the 633 line...

Hi, thank you for sharing this great work for NAS! While running the following command for generating configs: `awnas gen-sample-config -r nasbench-101 -d image ./sample_nb101.yaml` I get error: Error: Invalid...

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.6.2 to 5.6.6. Changelog Sourced from psutil's changelog. 5.6.6 2019-11-25 Bug fixes 1179_: [Linux] Process cmdline() now takes into account misbehaving processes renaming the command line and...

dependencies

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.6.2 to 5.6.6. Changelog Sourced from psutil's changelog. 5.6.6 2019-11-25 Bug fixes 1179_: [Linux] Process cmdline() now takes into account misbehaving processes renaming the command line and...

dependencies

- [x] clean up examples organization. - [x] clean up unused codes, such as `trainer/archnetwork_trainer.py`, `evaluator/bftune.py`, `controller/compare.py`, `controller/archnetwork_controller.py`... - [x] README - [x] Hardware related profiling & parsing flow. (flow...

It's been a long time since I last use the ray dispatcher. Should test whether it still works, maybe add a unit test.