You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something's quite wrong with the path handling in Logger and ModelCheckpoint. I'm having trouble dealing with situation when I try to set the following settings work together. The effect is unpredictable and hard to find patterns. Sometimes I see the folders like default_default as a logging dir when I expect default, or sometimes I see ModelCheckpoint()'s filepath doesn't have any effect. I think there should be more intuitive way to harmonize the path settings of multiple loggers and ModelCheckpoint()'.
🐛 Bug
Something's quite wrong with the
path
handling inLogger
andModelCheckpoint
. I'm having trouble dealing with situation when I try to set the following settings work together. The effect is unpredictable and hard to find patterns. Sometimes I see the folders likedefault_default
as a logging dir when I expectdefault
, or sometimes I seeModelCheckpoint()
'sfilepath
doesn't have any effect. I think there should be more intuitive way to harmonize the path settings of multiple loggers andModelCheckpoint()
'.Environment
The text was updated successfully, but these errors were encountered: