Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (AndrewAMD, TipmyPip), 13,353 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
DeepLearn.c #478784
12/17/19 19:38
12/17/19 19:38
Joined: Dec 2019
Posts: 3
iasi, romania
homepod Offline OP
Guest
homepod  Offline OP
Guest

Joined: Dec 2019
Posts: 3
iasi, romania
I am new to this and I wanted to work on some models in zorro.

The problem which I have is in regards to running keras models

installed zoro free (already had R, anaconda, python, keras, tensorflow) on my system)

when I want to train DeepLearn - i get failed after currency pair - EUR/USD or whatever I choose.

Where can I see more info for this error?

Last edited by homepod; 12/17/19 19:47.
Re: DeepLearn.c [Re: homepod] #478994
02/02/20 14:14
02/02/20 14:14
Joined: Feb 2020
Posts: 3
Singapore
K
kasamshaikh2588 Offline
Guest
kasamshaikh2588  Offline
Guest
K

Joined: Feb 2020
Posts: 3
Singapore
Edit Zorro.ini and enter the path to the R terminal on your PC, f.i. "C:\Program Files\R\R-3.6.1\bin\x64\Rterm.exe".
Download and install RTools from cran.r-project.org/bin/windows/Rtools/.
Download and install Anaconda for Windows, Python 3.X version, from www.anaconda.com..
Start the R x64 console. Enter the command install.packages("devtools") and hit <Return>.
Now you can finally install Keras, with the commands devtools::install_github("rstudio/keras") - library('keras') - install_keras().


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1