fix: preserve save_steps when toggling to epochs mode (#4308)
This commit is contained in:
parent
7b1ea88739
commit
15e7d0dd5c
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ export function useMaxStepsEpochsToggle({
|
|||
|
||||
setMaxSteps(0);
|
||||
setEpochs(epochs || defaultEpochs);
|
||||
setSaveSteps(0);
|
||||
}, [
|
||||
defaultEpochs,
|
||||
epochs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue