Skip to content

Commit b64126b

Browse files
Fix CI
1 parent 67a4094 commit b64126b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TestCCTPretrained.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def deepQuantTestCCT():
295295

296296
# FBRANCASI: Load original floating point model
297297
originalModel = cct_2_3x2_32()
298-
checkpointPath = "/Users/federicobrancasi/Documents/DeepQuant/Tests/Data/checkpoint_epoch_200_cct2_cifar10.pth"
298+
checkpointPath = "./Tests/Data/checkpoint_epoch_200_cct2_cifar10.pth"
299299
checkpoint = torch.load(checkpointPath, map_location="cpu")
300300
originalModel.load_state_dict(checkpoint["model_state_dict"])
301301
originalModel = originalModel.eval().to(device)

0 commit comments

Comments
 (0)