Граф коммитов

2633 Коммитов

Автор SHA1 Сообщение Дата
Chris Lovett dd7d6ef492 don't reset model_date 2023-04-04 21:46:24 -07:00
Chris Lovett 049ac46a4a fix run benchmark & readme setup instructions. 2023-04-04 21:34:49 -07:00
Chris Lovett b6ee9af9db Fix test_snpe so it works with new olive commands. 2023-04-04 21:24:52 -07:00
Chris Lovett 3a115cd048 fix reset preservation of benchmark_only flag. 2023-04-04 19:58:23 -07:00
Chris Lovett 38f35385e6 don't remove benchmark_only flag on reset. 2023-04-04 19:53:38 -07:00
Chris Lovett a2c7a89735 Remove ignored options from quant_options
Rename quant.yaml to quantizer.yaml.
2023-04-04 19:46:31 -07:00
Chris Lovett 0b30fa121b remove dead code, move CI pipeline to min python 3.8 which is needed by pytorch-lightning. 2023-04-04 19:30:15 -07:00
Chris Lovett 61a36ecf99 Merge branch 'task_segmentation' of github.com:microsoft/archai into task_segmentation 2023-04-04 18:18:35 -07:00
Chris Lovett d220dac9b2 update help message 2023-04-04 18:18:09 -07:00
Chris Lovett b76d7855a8 fix bugs 2023-04-04 18:10:48 -07:00
Chris Lovett 4edf5a73df port to public version of Olive. 2023-04-04 17:17:46 -07:00
Gustavo Rosa bf22f26fc1 chore(scripts): Adds fine-tune option to DeepSpeed training script. 2023-04-04 15:59:42 -03:00
Chris Lovett 5aa824c465 Merge branch 'clovett/snpe' into task_segmentation 2023-04-04 10:49:38 -07:00
Chris Lovett dc6677d61d fix bugs 2023-04-04 10:49:35 -07:00
Chris Lovett 56b64ab9fa Merge branch 'task_segmentation' of github.com:microsoft/archai into task_segmentation 2023-04-04 10:26:45 -07:00
Chris Lovett 851614ef81 gitignore output folders 2023-04-04 10:26:11 -07:00
Chris Lovett fca71be4f0 fix reference to usage table 2023-04-04 10:24:34 -07:00
piero2c fe957c5236
Merge pull request #208 from microsoft/tfpp_fix
TF++ fixes and basic docs page
2023-04-04 13:45:04 -03:00
Gustavo Rosa 537ff20e26 fix(datasets): Adds boolean to enable/disable shuffle in FastHfDatasetProvider. 2023-04-04 10:11:40 -03:00
Gustavo Rosa 8dc32b520c fix(trainers): Dumps a trainer_state.json with training information for DsTrainer. 2023-04-04 09:48:29 -03:00
Chris Lovett c9ce85792a fix bugs 2023-04-03 22:11:24 -07:00
Chris Lovett 1485a013f1 Merge branch 'clovett/test' into clovett/snpe 2023-04-03 19:07:44 -07:00
Chris Lovett bf573d6992 remove output folders 2023-04-03 19:07:32 -07:00
Chris Lovett a0daab673d fix val_check_interval 2023-04-03 19:06:32 -07:00
Chris Lovett 280c94946f add snpe runner 2023-04-03 19:03:01 -07:00
Chris Lovett 7be38ec954 word wrap at 120 for easier diff reading.
fix default search_config
Fix default val_check_interval
2023-04-03 17:30:15 -07:00
Chris Lovett 2553298145 remove dataset_provider from search algo constructor. 2023-04-03 17:07:02 -07:00
Chris Lovett 496a27609c Merge branch 'main' into task_segmentation 2023-04-03 16:58:56 -07:00
Chris Lovett b689fd4399 Add TorchNumParameters constraint. 2023-04-03 16:51:24 -07:00
Gustavo Rosa c094dc6a2a fix(tfpp): Fixes typo on modeling_codegen_flash attention name. 2023-04-03 16:25:04 -03:00
Gustavo Rosa 6d106ae478 chore(scripts): Improves the modeling_codegen_flash implementation to support xFormers. 2023-04-03 16:21:59 -03:00
Gustavo Rosa e936de854b fix(trainers): Adds folder for outputting mlruns. 2023-04-03 15:22:32 -03:00
piero2c 15bd1fd1e3 docs(tf++): simple doc page for tf++ ss 2023-04-03 11:20:50 -07:00
piero2c 1c74923291 fix(tf++): codegen rotary_dim exception 2023-04-03 11:02:05 -07:00
piero2c a9b1286ee4 fix(tf++): op_subset bug 2023-04-03 10:55:43 -07:00
piero2c df9872de1d fix(tf++): copyright 2023-04-03 10:55:32 -07:00
piero2c 39542d98a9 docs(task/seg): add final training results for SNP target 2023-04-03 07:40:29 -07:00
Chris Lovett 190b43a8d8 add tool to convert checkpoints to onnx. 2023-03-31 23:50:45 -07:00
Chris Lovett b80150587d move to latest pytorch-lightning>=2.0.0 2023-03-31 19:44:44 -07:00
Chris Lovett abfb0a528d export the onnx model in train.py 2023-03-31 18:28:04 -07:00
Chris Lovett c0d11c0931 add a python test script. 2023-03-31 17:21:06 -07:00
Chris Lovett b73fb3fc82
Fix unit tests so they work on Windows. (#207)
* Fix unit tests so they work on Windows.
* Simplify how mmap_mode is handled on windows only.
* fix windows problem with deleting folder containing HuggingFace MemoryMappedTable.
2023-03-31 16:09:25 -07:00
piero2c 3dcd2993cb feat(task/seg): set verbose to true in snp_search cfg 2023-03-31 11:22:56 -07:00
piero2c 94e2bb9fb2 feat(task/seg): update snp search results 2023-03-31 11:22:34 -07:00
Luis França ddbb796ca9 AML Notebooks: filtering dataframes and displaying them. 2023-03-31 09:42:07 -03:00
Chris Lovett 324397f586
Remove DatasetProvider from ModelEvaluator api's. (#184)
* Remove DatasetProvider from ModelEvaluator api's.

Co-authored-by: Gustavo Rosa <gth.rosa@uol.com.br>
Co-authored-by: piero2c <pierokauffmann@gmail.com>
2023-03-30 16:26:06 -07:00
piero2c df190bfea0 fix(task/seg): training script changes for compat w/ newer version of lightning 2023-03-30 11:15:20 -07:00
Luis França 6eef2a17cd
Merge pull request #204 from microsoft/lamorimfranc/fix-table
Adjusting the notebook's HTML table to fit the documentation page
2023-03-29 15:17:42 -03:00
Luis França eead6f3da9 Fixing CSS to avoid squeezing table content in doc. 2023-03-29 12:19:42 -03:00
Luis França 9527344ad7 Restoring original tables. 2023-03-29 12:10:29 -03:00