Shital Shah
|
096b564983
|
All-No_pareto functional again
|
2023-01-21 02:41:49 -08:00 |
Shital Shah
|
fd1fb0ab44
|
Restore nas folder code (mainly remove Logger)
|
2023-01-21 01:00:05 -08:00 |
Shital Shah
|
7ae51116fb
|
Switched to torch.amp, add missing common files
|
2023-01-20 23:43:38 -08:00 |
Gustavo Rosa
|
438aedc4b5
|
chore(root): Re-structures root folders.
|
2023-01-11 18:13:20 -03:00 |
Gustavo Rosa
|
eee32e0d83
|
chore(root): Moves confs and models to benchmarks folder since these are intended for attesting state-of-the-art comparisons.
|
2022-12-16 18:40:40 -03:00 |
Debadeepta Dey
|
3f14584ba7
|
Added analysis scripts to compute kendall tau and spearman's correlation for proxynas experiments.
|
2022-12-16 18:35:36 -03:00 |
piero2c
|
2a538ca6c6
|
refactor(ds): restores main branch for everything except `discrete_search` folder
|
2022-12-16 18:34:57 -03:00 |
piero2c
|
c287a364f9
|
fix(seg): adds MACs to default search config and `calculate_macs` utility function
|
2022-12-16 18:31:43 -03:00 |
piero2c
|
5a0e4459db
|
fix(seg): natsbench evolution pareto search abstract methods and parameters
|
2022-12-16 18:31:40 -03:00 |
piero2c
|
ec09fa3d9b
|
feat(seg): add FaceSynthetics to dataset providers
|
2022-12-16 18:31:40 -03:00 |
piero2c
|
76526b8fae
|
fix(seg): updates default `soft_constraints` parameters
|
2022-12-16 18:31:39 -03:00 |
Piero
|
9a72223c73
|
fix(seg): CLI config arg override
|
2022-12-16 18:31:38 -03:00 |
Piero
|
9ec11c0a5c
|
feat(seg): adds multiplicative delta channels
|
2022-12-16 18:31:38 -03:00 |
Piero
|
329ea2023e
|
fix(seg): CLI arg override for `op_subset`
|
2022-12-16 18:31:38 -03:00 |
Piero
|
55bc61b798
|
feat(seg): Support for soft constraints
|
2022-12-16 18:31:38 -03:00 |
Piero
|
008e573b5f
|
feat(seg): adds {tr,val}_dataloader_workers arg
|
2022-12-16 18:31:37 -03:00 |
piero2c
|
6444399bab
|
feat(seg): crossover for segmentation models
|
2022-12-16 18:31:36 -03:00 |
piero2c
|
441657ea31
|
feat(seg): support for 2D objectives
|
2022-12-16 18:31:24 -03:00 |
piero2c
|
c06a05ab34
|
fix(seg): adds max_memory parameter
|
2022-12-16 18:31:24 -03:00 |
piero2c
|
15d4ce4729
|
fix(seg): adds missing macs range in search config
|
2022-12-16 18:31:24 -03:00 |
piero2c
|
fc1049b8bf
|
fix(seg): adds missing `max_latency` conf. parameter
|
2022-12-16 18:31:24 -03:00 |
piero2c
|
7101e2d216
|
feat(seg): adds `gpus_per_job` parameter
|
2022-12-16 18:31:24 -03:00 |
piero2c
|
32d7714670
|
feat(seg): adds patience parameter for remote benchmark evaluation
|
2022-12-16 18:31:24 -03:00 |
piero2c
|
a3864c0773
|
housekeeping(seg): removes unused `metrics` search parameter
|
2022-12-16 18:31:23 -03:00 |
piero2c
|
1921b2f594
|
feat(seg): adds support for crowd sorting during mutation, init and random mixing
|
2022-12-16 18:31:22 -03:00 |
piero2c
|
3df73907ce
|
feat(seg): adds `op_subset` and `downsample_prob_ratio` parameters to config file
|
2022-12-16 18:31:22 -03:00 |
Piero
|
20f8a0ffd9
|
feat(seg): manual seed initial pool of models
|
2022-12-16 18:31:22 -03:00 |
Piero
|
9219e36f08
|
feat(seg): adds `mutations_per_parent` parameter
|
2022-12-16 18:31:05 -03:00 |
Piero
|
be5ee41fcf
|
feat(seg): adds support for remote and asynchronous model benchmarking
|
2022-12-16 18:31:00 -03:00 |
Piero
|
53d2ccb620
|
feat(seg): channel mutations
|
2022-12-16 18:30:49 -03:00 |
Piero
|
45c120fda9
|
fix(seg): moves lr scheduler hparams to Trainer conf file.
|
2022-12-16 18:30:34 -03:00 |
Piero
|
eb32c61234
|
feat(segmentation): adds val_check_interval parameter
|
2022-12-16 18:30:34 -03:00 |
Debadeepta Dey
|
31a4cc2ecb
|
Parameters for a serious run of the evolutionary pareto!
|
2022-12-16 18:30:33 -03:00 |
Debadeepta Dey
|
e0d19de669
|
Restricted unseen population from potentially blowing up.
|
2022-12-16 18:30:33 -03:00 |
Debadeepta Dey
|
b3f2756bc2
|
Parallel evaluation of architectures via ray is working for evolutio pareto segmentation.
|
2022-12-16 18:30:33 -03:00 |
Debadeepta Dey
|
a6dc8d44a8
|
Evolution pareto segmentation is nominally working at the moment.
|
2022-12-16 18:30:33 -03:00 |
Debadeepta Dey
|
b549029042
|
Added graph saving.
|
2022-12-16 18:30:33 -03:00 |
Debadeepta Dey
|
3867913f20
|
Strangely batch size 16 has higher throughput!
|
2022-12-16 18:30:33 -03:00 |
Debadeepta Dey
|
feeaacec8c
|
By extracting validation scoring code out, bypass the lightning logging error.
|
2022-12-16 18:30:33 -03:00 |
Debadeepta Dey
|
849166aa08
|
Evolutionary pareto segmentation: 4 gpu training throws error due to missing key. 1 gpu training works.
|
2022-12-16 18:30:33 -03:00 |
Debadeepta Dey
|
10be17ee3f
|
Cleaned up evolution pareto face segmentation a bit.
|
2022-12-16 18:30:33 -03:00 |
Debadeepta Dey
|
027fdeac5a
|
The pipeline runs through nominally! But lots of work to be done still.
|
2022-12-16 18:30:33 -03:00 |
Debadeepta Dey
|
ca9c0cfecf
|
Progress on evolution pareto segmentation.
|
2022-12-16 18:30:33 -03:00 |
Debadeepta Dey
|
5a587739fb
|
Added some random models to the mutation + crossover population.
|
2022-12-16 18:30:32 -03:00 |
Debadeepta Dey
|
ca769745e1
|
Evolution pareto search working nominally on natsbench tss.
|
2022-12-16 18:30:32 -03:00 |
Debadeepta Dey
|
ce742cef79
|
More progress in evolutionary pareto search.
|
2022-12-16 18:30:32 -03:00 |
Debadeepta Dey
|
d6d8055abf
|
More work on evolutionary search pareto frontier.
|
2022-12-16 18:30:32 -03:00 |
Debadeepta Dey
|
37c619cfe0
|
Added classes for zerocost on darcyflow.
|
2022-12-16 18:29:31 -03:00 |
Debadeepta Dey
|
645739c089
|
Matched darcyflow + darts architecture training match nb360 settings.
|
2022-12-16 18:29:14 -03:00 |
Debadeepta Dey
|
2fee6ce685
|
DarcyFlow nominally integrated with DARTS architectures. Runs end to end. Sanity checks etc to be done.
|
2022-12-16 18:28:45 -03:00 |