The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Script Terminated abnormally - Keras Samples
a_ghaleb03
Member Posts: 1 Learner III
in Help
Hello All,
So, I've been able to run all the Keras samples in the Rapidminer repository except for the s&p-500-regression. I have the below error message which I think has something to do with Java or the operators being used. It would be great if someone can help on this!
Thanks!
So, I've been able to run all the Keras samples in the Rapidminer repository except for the s&p-500-regression. I have the below error message which I think has something to do with Java or the operators being used. It would be great if someone can help on this!
Thanks!
- Exception: com.rapidminer.operator.OperatorException
- Message: Script terminated abnormally.
- Stack trace:
- com.rapidminer.operator.scripting.AbstractScriptRunner.run(AbstractScriptRunner.java:166)
- com.rapidminer.extension.keras.general.Sequential.doWork(Sequential.java:436)
- com.rapidminer.operator.Operator.execute(Operator.java:1022)
- com.rapidminer.operator.execution.SimpleUnitExecutor.execute(SimpleUnitExecutor.java:77)
- com.rapidminer.operator.ExecutionUnit$2.run(ExecutionUnit.java:806)
- com.rapidminer.operator.ExecutionUnit$2.run(ExecutionUnit.java:801)
- java.security.AccessController.doPrivileged(Native Method)
- com.rapidminer.operator.ExecutionUnit.execute(ExecutionUnit.java:801)
- com.rapidminer.operator.OperatorChain.doWork(OperatorChain.java:423)
- com.rapidminer.operator.Operator.execute(Operator.java:1022)
- com.rapidminer.Process.executeRoot(Process.java:1464)
- com.rapidminer.Process.lambda$executeRootInPool$5(Process.java:1443)
- com.rapidminer.studio.concurrency.internal.AbstractConcurrencyContext$AdaptedCallable.exec(AbstractConcurrencyContext.java:362)
- java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
- java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
- java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
- java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
0