Browse Source

[hotfix] torchvison fx unittests miss import pytest (#1277)

pull/1278/head
Jiarui Fang 2 years ago committed by GitHub
parent
commit
ca9d5ee91c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tests/test_fx/test_pipeline/test_torchvision/test_torchvision.py

1
tests/test_fx/test_pipeline/test_torchvision/test_torchvision.py

@ -10,6 +10,7 @@ from torch.fx import GraphModule
import random
import numpy as np
import inspect
import pytest
MANUAL_SEED = 0
random.seed(MANUAL_SEED)

Loading…
Cancel
Save