Skip to content

Commit

Permalink
tests/style_transfer/test_ccpl: update tests for ccpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuong Nguyen committed Jan 30, 2024
1 parent 1e7e383 commit 97ef52b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/methods/style_transfer/test_ccpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ def test_ccpl_generate_output():
batch_size = [10 , 20]
channel = [3 , 3]
height, width = (256 , 256)
vgg_path = ('/home/vuong.nguyen/vuong/augmentare/augmentare/'
'methods/style_transfer/model/vgg_normalised_ccpl.pth')

vgg_path = None
for i in range(2):
model = CCPL(training_mode= "art", vgg_path=vgg_path, device=device)

Expand Down

0 comments on commit 97ef52b

Please sign in to comment.