I was trying-out the Deep Learning extension and encountered the following exception:
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.
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.
Rename
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.
Your Response
Post
Edit Post
Login is required