Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1013 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 1013 Bytes

NASGW

GUI Widgets Classification based on Neural Architecture Search

This repository contains the description of the NASW approach as well as the dataset and trained models.

Supporting Documents

Paper Journal

Documents Supporting Files

Trained Models GoogleDrive

Original Dataset Zenodo

Standard Dataset Dropbox

Approach

Fig. 6

Architecture Search & Testing

One-shot Search

python one_shot_search.py --tmp_data_dir ./search_data --save log_path

Train Best Architecture

python train_arch.py --tmp_data_dir ./train_data --save log_path --auxiliary --note note_of_this_run

Test Model

python test_model.py

Citation