- ago
I was trying-out the Deep Learning extension and encountered the following exception:
CODE:
6/24/2025 11:23:26:365 Deep Learning Unable to cast object of type 'WLEncog.Neural.Networks.Training.Propagation.Resilient.ResilientPropagation' to type 'WLEncog.Neural.Networks.Training.ILearningRate'. InvalidCastException Unable to cast object of type 'WLEncog.Neural.Networks.Training.Propagation.Resilient.ResilientPropagation' to type 'WLEncog.Neural.Networks.Training.ILearningRate'. at WLEncog.Neural.Networks.Training.Strategy.SmartLearningRate.Init(IMLTrain train) at WealthLab.DeepLearning.EncogEngine.TrainEpoch(Model model) at WealthLab.DeepLearning.Model.Train(IDeepLearningHost host, Boolean resuming) at WealthLab.DeepLearning.WPF.ucDeepLearning.trainingThreadRun()


WL8 build is 126. Deep Learning build is 6.

Architecture:


Parameters: (using Encog)


Train:


I don't need a workaround. I just thought the WL8 crew would want to know about the exception.
0
42
Solved
1 Replies

Reply

Bookmark

Sort
Glitch8
 ( 9.82% )
- ago
#1
It looks like Encog Resilient Propagation doesn't implement ILearningRate, which seems to make it incompatible with the Smart Learning strategy. I'll disable that combination in the UI for future builds.
1
Best Answer

Reply

Bookmark

Sort