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
Loss evaluated with a separate function: let lossFn = mi.Func<single> (loss) |> arg2 input target
differs from the loss evaluated during training: let trainFn () = Train.train trainable fullDataset trainCfg
When thisoption ist set: SymTensor.Debug.DisableCombineIntoElementsOptimization <- true
the results are consistent again!
Tested via DeepPrivate: Z:\DeepPrivate\****Models\bin\Release\****Models.exe Z:\DEVELOP\DeepPrivate\****Models\cfgs\COPYING\LSTM\80reluOutputTest\Config.fsx
Code during training gets optimized differently?
Tested with [band 2277e5e]
The text was updated successfully, but these errors were encountered:
jklanger
changed the title
Separate Loss function result differs from training Loss result
Loss function result differs from training Loss
Mar 29, 2017
Loss evaluated with a separate function:
let lossFn = mi.Func<single> (loss) |> arg2 input target
differs from the loss evaluated during training:
let trainFn () = Train.train trainable fullDataset trainCfg
When thisoption ist set:
SymTensor.Debug.DisableCombineIntoElementsOptimization <- true
the results are consistent again!
Tested via DeepPrivate:
Z:\DeepPrivate\****Models\bin\Release\****Models.exe Z:\DEVELOP\DeepPrivate\****Models\cfgs\COPYING\LSTM\80reluOutputTest\Config.fsx
Code during training gets optimized differently?
Tested with [band 2277e5e]
The text was updated successfully, but these errors were encountered: