Skip to content

Commit

Permalink
Update test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
myavartanoo authored Apr 22, 2022
1 parent 108c84e commit 0ee12fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(config):
if key!='directory':
target[key] = target[key].to('cuda')

polycoeff, _, _, A_10x10 = model(img_H)
polycoeff, _, A_10x10 = model(img_H)

polyorder = torch.from_numpy(gen_polynomial_orders(4)).to('cuda')
PI_funcs_inout = PI_funcs_generator(target['inoutpts'], polycoeff, polyorder)
Expand Down

0 comments on commit 0ee12fd

Please sign in to comment.