Skip to content

Commit 5335006

Browse files
authored
fix docs (#5124)
1 parent 65676b4 commit 5335006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/models/detection/ssdlite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def ssdlite320_mobilenet_v3_large(
252252
"detections_per_img": 300,
253253
"topk_candidates": 300,
254254
# Rescale the input in a way compatible to the backbone:
255-
# The following mean/std rescale the data from [0, 1] to [-1, -1]
255+
# The following mean/std rescale the data from [0, 1] to [-1, 1]
256256
"image_mean": [0.5, 0.5, 0.5],
257257
"image_std": [0.5, 0.5, 0.5],
258258
}

0 commit comments

Comments
 (0)