Remove unneeded filename print (#540)
This commit is contained in:
parent
539d7bcb44
commit
55edf7c922
|
@ -275,8 +275,6 @@ class ModelCheckpoint(Callback):
|
|||
filepath = f'{self.filepath}/{self.prefix}_ckpt_epoch_{epoch}_v{version_cnt}.ckpt'
|
||||
version_cnt += 1
|
||||
|
||||
print(filepath)
|
||||
|
||||
if self.save_top_k != -1:
|
||||
current = logs.get(self.monitor)
|
||||
|
||||
|
|
Loading…
Reference in New Issue