Skip to content

Commit

Permalink
✨ enhance logger, info => debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed Jun 20, 2024
1 parent 31377b0 commit 73bc8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/repos_static/resemble_enhance/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def inference(
torch.cuda.synchronize()

elapsed_time = time.perf_counter() - start_time
logger.info(
logger.debug(
f"Elapsed time: {elapsed_time:.3f} s, {hwav.shape[-1] / elapsed_time / 1000:.3f} kHz"
)
devices.torch_gc()
Expand Down

0 comments on commit 73bc8e7

Please sign in to comment.