Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 539 Bytes

File metadata and controls

26 lines (20 loc) · 539 Bytes

NAS(Neural Architecture Search)

How to Run

  1. train base model with imagenet100 dataset

  2. NAS(Neural Architecture Search) and export nas onnx

    python onnx_export_nas.py
    
    1. Convert Model
    2. NAS traing
    3. Subnet architecture search
    4. Fine-tuning
  3. generate tensorrt model

    python onnx2trt.py
    
  • fp16 nas
  • Gpu Mem: M

Reference