mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-11 12:31:23 +08:00
Remove unneeded filename print (#540)
This commit is contained in:
committed by
William Falcon
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user