archai icon indicating copy to clipboard operation
archai copied to clipboard

Accelerate your Neural Architecture Search (NAS) through fast, reproducible and modular research.

Results 7 archai issues
Sort by recently updated
recently updated
newest added

# Pull Request Template ## Description * This removes the `models/darts` folder and its contents, since these files are outputs from using Archai and are not used elsewhere in the...

# Pull Request Template ## Description * Implements the first step for re-factoring the `models` module, which will clear out some unused code and makes it easier to extend for...

### Description I'm trying to visualize the model that has been searched. I'm using DARTS algorithm and giving a directory to save the plots in the darts.yaml file in the...

The code for "FEAR: Ranking Architectures by their Feature Extraction Capabilities" is missing Could you please share the link for this repository thanks

feature

**Describe the bug** We've seen some test failures caused by remote servers being unavailable, like this one: https://github.com/microsoft/archai/actions/runs/4621878743/jobs/8173850396 Perhaps we should figure out how to cache all these remote datasets...

bug

**Describe the bug** I had the quick start `CNNSearchSpace` to start with, but when I started using it in an `AsyncModelEvaluator` it started crashing because in that case the `mutate`...

bug