Skip to content

Commit

Permalink
feat(ml): jenkins test inference print
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0124 authored and beniz committed Sep 17, 2024
1 parent 70919cd commit b68ab53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/palette_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ def inference(self, nb_imgs, offset=0):

# other tasks
else:
print("canny task inference nb_imgs , sample_num", nb_imgs, self.sample_num)
self.output, self.visuals = netG.restoration(
y_cond=self.cond_image[:nb_imgs], sample_num=self.sample_num
)
Expand Down

0 comments on commit b68ab53

Please sign in to comment.