Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Actions for CI #1541

Merged
merged 49 commits into from
Dec 2, 2020
Merged

Github Actions for CI #1541

merged 49 commits into from
Dec 2, 2020

Conversation

yinweisu
Copy link
Collaborator

No description provided.

yinweisu and others added 30 commits November 17, 2020 18:20
* incorporate autodatasets (dmlc#1496)

* Add torch clarification (dmlc#1495)

* Add torch clarification

* fix

* Fix auto detectors (dmlc#1497)

* fix yolo predictor

* fix predict

* fix config (dmlc#1498)

* Added support for AWS Batch. Added support for docker (dmlc#1474)

* Added support for AWS Batch. Added support for docker

* Fixed style. Removed code in commet. Updated README to include boto3 usage

* Renamed template file. Removed gluon aws id

* fix readme

* fix

* fix imports (dmlc#1499)

* fix imports

* fix

* fix image classification

* fix

* fix width height

* fix

* fix batch size

* fix

* fix

* none to empty string (dmlc#1502)

* [WIP] Tinycoco (dmlc#1501)

* Add minicoco

* update jenkins for minicoco

* fix

* renamed mini to tiny

* fix

* fix

* fix, add VOCDetectionTiny

* fix

* fix env

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* test

* test

* test

* clean up

Co-authored-by: Joshua Z. Zhang <[email protected]>

* Fix rcnn target generator (dmlc#1508)

* fix not used rcnn target generator

* fix lint

* fix

* fix

* add get flops (dmlc#1509)

* warmup scheduler for video torch (dmlc#1510)

1. refine warmup logic, now using cfg.CONFIG.TRAIN.USE_WARMUP to control open warmup or not.
2. fix bug in gluoncv/torch/utils/lr_policy.py
3. change training configs
4. change ddp_train_pytorch and ddp_train_shortonly_pytorch, This is tested on ec2 machines

* update torchvideo model zoo (dmlc#1513)

* add ir-csn-152 into torchvideo model zoo (dmlc#1515)

* Revise danet.py (dmlc#1507)

The dropout layer should be placed before the classification layer.

* icnet missing background class (dmlc#1518)

* Add CSN model to torch video model zoo (dmlc#1517)

* add ircsn

* update model zoo

* fix lint

* Improve auto tasks (dmlc#1523)

* use in-memory pickle instead of disk file

* add feature extractor for image classification

* add tests

* fix

* fix lint

* more unittests

* fix

* fix

* Added github action and workflow for sanity check

* Removed container and actions.

* Added unit test

* Added build docs

* Fix

* Fix

* Fix

* Fix

* Test

* test

* Update unit test

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* subclass coco

* fix

* fix

* fix

* fix

* rebase conflict

* fix rebase

* fix

* fix

* add aws authentication

* add aws authentication

* test

* test

* test

* test

* test

* fix log

* test

* test

* test

* test

* test

* test

* fix

* rebase

* add tiny motorbike

* fix

* model zoo

* test

* fix docker

* parallel jobs

* parallel jobs

* fix

* add torch

* add torch

* fix

* fix

* fix

* full test

* full test

* test build docs

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* test branch

* test branch

* fix

* test

* test

* add comment

Co-authored-by: Joshua Z. Zhang <[email protected]>
Co-authored-by: Yi Zhu <[email protected]>
Co-authored-by: Xinyu Li <[email protected]>
Co-authored-by: Chunhui Liu <[email protected]>
Co-authored-by: YANYI ZHANG <[email protected]>
Co-authored-by: BebDong <[email protected]>
Co-authored-by: Kuang Haofei <[email protected]>
* Added github action and workflow for sanity check

* Removed container and actions.

* Added unit test

* Added build docs

* Fix

* Fix

* Fix

* Fix

* Test

* test

* Update unit test

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* subclass coco

* fix

* fix

* fix

* fix

* rebase conflict

* fix rebase

* fix

* fix

* add aws authentication

* add aws authentication

* test

* test

* test

* test

* test

* fix log

* test

* test

* test

* test

* test

* test

* fix

* rebase

* add tiny motorbike

* fix

* model zoo

* test

* fix docker

* parallel jobs

* parallel jobs

* fix

* add torch

* add torch

* fix

* fix

* fix

* full test

* full test

* test build docs

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* test branch

* test branch

* fix

* test

* test

* add comment

* test

* full test

* full test

* full test
* test

* fix

* change to 12x

* test comments

* change to pr_target
* full test

* test model zoo
* incorporate autodatasets (dmlc#1496)

* Add torch clarification (dmlc#1495)

* Add torch clarification

* fix

* Fix auto detectors (dmlc#1497)

* fix yolo predictor

* fix predict

* fix config (dmlc#1498)

* Added support for AWS Batch. Added support for docker (dmlc#1474)

* Added support for AWS Batch. Added support for docker

* Fixed style. Removed code in commet. Updated README to include boto3 usage

* Renamed template file. Removed gluon aws id

* fix readme

* fix

* fix imports (dmlc#1499)

* fix imports

* fix

* fix image classification

* fix

* fix width height

* fix

* fix batch size

* fix

* fix

* none to empty string (dmlc#1502)

* [WIP] Tinycoco (dmlc#1501)

* Add minicoco

* update jenkins for minicoco

* fix

* renamed mini to tiny

* fix

* fix

* fix, add VOCDetectionTiny

* fix

* fix env

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* test

* test

* test

* clean up

Co-authored-by: Joshua Z. Zhang <[email protected]>

* Fix rcnn target generator (dmlc#1508)

* fix not used rcnn target generator

* fix lint

* fix

* fix

* add get flops (dmlc#1509)

* warmup scheduler for video torch (dmlc#1510)

1. refine warmup logic, now using cfg.CONFIG.TRAIN.USE_WARMUP to control open warmup or not.
2. fix bug in gluoncv/torch/utils/lr_policy.py
3. change training configs
4. change ddp_train_pytorch and ddp_train_shortonly_pytorch, This is tested on ec2 machines

* update torchvideo model zoo (dmlc#1513)

* add ir-csn-152 into torchvideo model zoo (dmlc#1515)

* Revise danet.py (dmlc#1507)

The dropout layer should be placed before the classification layer.

* icnet missing background class (dmlc#1518)

* Add CSN model to torch video model zoo (dmlc#1517)

* add ircsn

* update model zoo

* fix lint

* Improve auto tasks (dmlc#1523)

* use in-memory pickle instead of disk file

* add feature extractor for image classification

* add tests

* fix

* fix lint

* more unittests

* fix

* fix

* Added github action and workflow for sanity check

* Removed container and actions.

* Added unit test

* Added build docs

* Fix

* Fix

* Fix

* Fix

* Test

* test

* Update unit test

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* subclass coco

* fix

* fix

* fix

* fix

* rebase conflict

* fix rebase

* fix

* fix

* add aws authentication

* add aws authentication

* test

* test

* test

* test

* test

* fix log

* test

* test

* test

* test

* test

* test

* fix

* rebase

* add tiny motorbike

* fix

* model zoo

* test

* fix docker

* parallel jobs

* parallel jobs

* fix

* add torch

* add torch

* fix

* fix

* fix

* full test

* full test

* test build docs

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* test branch

* test branch

* fix

* test

* test

* add comment

Co-authored-by: Joshua Z. Zhang <[email protected]>
Co-authored-by: Yi Zhu <[email protected]>
Co-authored-by: Xinyu Li <[email protected]>
Co-authored-by: Chunhui Liu <[email protected]>
Co-authored-by: YANYI ZHANG <[email protected]>
Co-authored-by: BebDong <[email protected]>
Co-authored-by: Kuang Haofei <[email protected]>
* Added github action and workflow for sanity check

* Removed container and actions.

* Added unit test

* Added build docs

* Fix

* Fix

* Fix

* Fix

* Test

* test

* Update unit test

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* subclass coco

* fix

* fix

* fix

* fix

* rebase conflict

* fix rebase

* fix

* fix

* add aws authentication

* add aws authentication

* test

* test

* test

* test

* test

* fix log

* test

* test

* test

* test

* test

* test

* fix

* rebase

* add tiny motorbike

* fix

* model zoo

* test

* fix docker

* parallel jobs

* parallel jobs

* fix

* add torch

* add torch

* fix

* fix

* fix

* full test

* full test

* test build docs

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* fix

* test branch

* test branch

* fix

* test

* test

* add comment

* test

* full test

* full test

* full test
* test

* fix

* change to 12x

* test comments

* change to pr_target
* full test

* test model zoo
@mli
Copy link
Member

mli commented Dec 1, 2020

Job PR-1541-6 is done.
Docs are uploaded to http://gluon-vision-staging.s3-website-us-west-2.amazonaws.com/PR-1541/6/index.html
Code coverage of this PR: pr.svg vs. Master: master.svg

@zhreshold zhreshold merged commit 386be93 into dmlc:master Dec 2, 2020
@yinweisu yinweisu deleted the git_actions branch December 2, 2020 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants