mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-19 13:09:56 -07:00
io.log instead of print
This commit is contained in:
parent
caf59f2e13
commit
4c324eaf9e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class TensorBoardTool:
|
|||
tb_argv.append("--bind_all")
|
||||
tb.configure(argv=tb_argv)
|
||||
url = tb.launch()
|
||||
print('Launched TensorBoard at {}'.format(url))
|
||||
io.log_info('Launched TensorBoard at {}\n'.format(url))
|
||||
|
||||
def process_img_for_tensorboard(input_img):
|
||||
# convert format from bgr to rgb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue