osama-raddad/encog-java

Cannot train with Resilient Propagation Method

Closed this issue · 1 comments

What steps will reproduce the problem?
1. Lauch Workbench
2. Load training set
3. Create feedforward network
4. Train using Resilient Propagation Method

What is the expected output? What do you see instead?
I expect to workbench to start training network.  I get an exception related to 
OpenCL.  This all worked fine with  WorkBench 2.4

What version of the product are you using? On what operating system?
Workbench 2.5.0-b1.  Windows XP Media Center Edition, SP3

Please provide any additional information below.
I checked graphics card and chipset and is not capatabile with OpenCL.
I attempt to run with Target Device = CPU(non-OpenCL) but get this exception.

We are very sorry but an unexpected error has occured.
Would you consider sending this information to us?
No personal information will be transmitted, just what you see below.
This information is very useful to us to make Encog a better program.
----------------------------------------------------------------------
[BasicNetwork: Layers=3]
----------------------------------------------------------------------
org.encog.neural.data.basic.BasicNeuralDataSet@1e32382
Input: 13
Output: 2
----------------------------------------------------------------------
Encog Version: 2.5.0
Encog Workbench Version: 2.5
Java Version: 1.6.0_18
Java Vendor: Sun Microsystems Inc.
OS Name: Windows XP
OS Arch: x86
OS Version: 5.1
Core Count: 2
----------------------------------------------------------------------
Exception: org.encog.engine.EncogEngineError: You must enable OpenCL before 
using this training type.
org.encog.engine.network.train.prop.TrainFlatNetworkOpenCL.<init>(Unknown 
Source)
org.encog.neural.networks.training.propagation.resilient.ResilientPropagation.<i
nit>(Unknown Source)
org.encog.workbench.dialogs.training.resilient.ProgressResilient.startup(Unknown
 Source)
org.encog.workbench.dialogs.training.BasicTrainingProgress.run(Unknown Source)
java.lang.Thread.run(Unknown Source)


Original issue reported on code.google.com by jbuntr...@charter.net on 31 Oct 2010 at 5:44

This has been corrected in Encog 2.5 beta2.

Original comment by heatonre...@gmail.com on 2 Nov 2010 at 11:51

  • Changed state: Verified