File tree 7 files changed +7
-7
lines changed
test/external/mlperf_retinanet
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- # https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/coco_utils.py
1
+ # Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/coco_utils.py
2
2
3
3
import os
4
4
import torch
Original file line number Diff line number Diff line change 1
- # https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/boxes.py
1
+ # Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/boxes.py
2
2
3
3
import torch
4
4
from torch import Tensor
Original file line number Diff line number Diff line change 1
- # https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/image_list.py
1
+ # Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/image_list.py
2
2
3
3
import torch
4
4
from torch import Tensor
Original file line number Diff line number Diff line change 1
- # https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/transform.py
1
+ # Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/transform.py
2
2
3
3
import torch
4
4
Original file line number Diff line number Diff line change 1
- # https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/utils.py
1
+ # Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/utils.py
2
2
3
3
import torch
4
4
Original file line number Diff line number Diff line change 1
- # https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/presets.py
1
+ # Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/presets.py
2
2
3
3
from test .external .mlperf_retinanet import transforms as T
4
4
Original file line number Diff line number Diff line change 1
- # https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/transforms.py
1
+ # Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/transforms.py
2
2
3
3
import torch
4
4
import torchvision
You can’t perform that action at this time.
0 commit comments