Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (dr_panther, 1 invisible), 620 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 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