Just playing with DL extension:



Then I started training, manually stopped training and Message Box "Training stopped at Epoch xyz" confirmed caused this exception:
System.InvalidOperationException: Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoElementsException()
at System.Linq.Enumerable.MinFloat[T](IEnumerable`1 source)
at WealthLab.DeepLearning.Model.PerformEval(List`1 isInput, List`1 isOutput, List`1 oosInput, List`1 oosOutput)
at WealthLab.DeepLearning.WPF.ucDeepLearning.<TrainingStopped>b__100_0()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Then I started training, manually stopped training and Message Box "Training stopped at Epoch xyz" confirmed caused this exception:
System.InvalidOperationException: Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoElementsException()
at System.Linq.Enumerable.MinFloat[T](IEnumerable`1 source)
at WealthLab.DeepLearning.Model.PerformEval(List`1 isInput, List`1 isOutput, List`1 oosInput, List`1 oosOutput)
at WealthLab.DeepLearning.WPF.ucDeepLearning.<TrainingStopped>b__100_0()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
Rename
Thanks i’ll take a look.
I make an update on B114. First training run of above described network works fine (manully stop after 100 epoches, so auto save locks the netweork). Then I unlock the network, start training again, manually stop training and exception is thrown.
Your Response
Post
Edit Post
Login is required