Skip to content

Commit

Permalink
Merge pull request #32 from Azure/cv-author-patch
Browse files Browse the repository at this point in the history
CV Author patch: Adding Jeff as the original author of CV
  • Loading branch information
setuc authored Jun 13, 2022
2 parents 2925102 + ed4a781 commit f29fd86
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cv/aml-cli-v2/data-science/src/image_io.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
# Original Author: Jeff Omhover (MSFT)

"""
This script contains methods to hangle inputs for pytorch model training
using the COCO dataset https://cocodataset.org/.
"""
import os
import logging
import glob
import logging
import os

import torchvision

Expand Down
1 change: 1 addition & 0 deletions cv/aml-cli-v2/data-science/src/model/model_loader.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
# Original Author: Jeff Omhover (MSFT)

"""
This script provides code to load and setup a variety of models from multiple libraries.
Expand Down
1 change: 1 addition & 0 deletions cv/aml-cli-v2/data-science/src/model/swin_models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
# Original Author: Jeff Omhover (MSFT)

"""
This script provides code to load and setup a variety of models from torchvision.models.
Expand Down
1 change: 1 addition & 0 deletions cv/aml-cli-v2/data-science/src/model/test_model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
# Original Author: Jeff Omhover (MSFT)

"""
Creates a super simple 32x32 CNN model for testing.
Expand Down
1 change: 1 addition & 0 deletions cv/aml-cli-v2/data-science/src/model/torchvision_models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
# Original Author: Jeff Omhover (MSFT)

"""
This script provides code to load and setup a variety of models from torchvision.models.
Expand Down
1 change: 1 addition & 0 deletions cv/aml-cli-v2/data-science/src/profiling.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
# Original Author: Jeff Omhover (MSFT)

"""
This script provides some helper code to help with pytorch profiling.
Expand Down
2 changes: 2 additions & 0 deletions cv/aml-cli-v2/data-science/src/train.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
# Original Author: Jeff Omhover (MSFT)


"""
This script implements a Distributed PyTorch training sequence.
Expand Down

0 comments on commit f29fd86

Please sign in to comment.