Skip to content

Commit 0087be0

Browse files
authored
Merge branch 'main' into trivialaugment_implementation
2 parents bd2dc17 + e95db7a commit 0087be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gallery/plot_scripted_tensor_transforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def forward(self, x: torch.Tensor) -> torch.Tensor:
133133
print(f"Prediction for Dog {i + 1}: {labels[str(pred.item())]}")
134134

135135
####################################
136-
# Since the model is scripted, it can be easily dumped on disk an re-used
136+
# Since the model is scripted, it can be easily dumped on disk and re-used
137137

138138
import tempfile
139139

0 commit comments

Comments
 (0)