mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 22:48:25 -05:00
update comment for retinanet dataloader implementations (#9534)
Co-authored-by: chenyu <chenyu@fastmail.com>
This commit is contained in:
2
test/external/mlperf_retinanet/coco_utils.py
vendored
2
test/external/mlperf_retinanet/coco_utils.py
vendored
@@ -1,4 +1,4 @@
|
||||
# https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/coco_utils.py
|
||||
# Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/coco_utils.py
|
||||
|
||||
import os
|
||||
import torch
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/boxes.py
|
||||
# Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/boxes.py
|
||||
|
||||
import torch
|
||||
from torch import Tensor
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/image_list.py
|
||||
# Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/image_list.py
|
||||
|
||||
import torch
|
||||
from torch import Tensor
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/transform.py
|
||||
# Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/transform.py
|
||||
|
||||
import torch
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/utils.py
|
||||
# Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/model/utils.py
|
||||
|
||||
import torch
|
||||
|
||||
|
||||
2
test/external/mlperf_retinanet/presets.py
vendored
2
test/external/mlperf_retinanet/presets.py
vendored
@@ -1,4 +1,4 @@
|
||||
# https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/presets.py
|
||||
# Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/presets.py
|
||||
|
||||
from test.external.mlperf_retinanet import transforms as T
|
||||
|
||||
|
||||
2
test/external/mlperf_retinanet/transforms.py
vendored
2
test/external/mlperf_retinanet/transforms.py
vendored
@@ -1,4 +1,4 @@
|
||||
# https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/transforms.py
|
||||
# Copied from https://github.com/mlcommons/training/blob/637c82f9e699cd6caf108f92efb2c1d446b630e0/single_stage_detector/ssd/transforms.py
|
||||
|
||||
import torch
|
||||
import torchvision
|
||||
|
||||
Reference in New Issue
Block a user