CEA-LIST / N2D2

N2D2 is an open source CAD framework for Deep Neural Network simulation and full DNN-based applications building.
Other
146 stars 35 forks source link

Unable to get graphical view (error with gnuplot commands) #3

Closed scleyet closed 7 years ago

scleyet commented 7 years ago

Running the command: ./n2d2.sh "../../../tuto/tutorial.ini" -learn 1 -log 1

I get lot of errors with gnuplot, here is an example:

gnuplot> if (!exists("multiplot")) set term png size 800,600 enhanced large
                                                                      ^
         line 0: unrecognized terminal option

Linux distribution: Red Hat Enterprise Linux Server release 6.7 (Santiago) Gnuplot version: gnuplot 4.6 patchlevel 5

olivierbichler-cea commented 7 years ago

Could you send me a full log of the command execution log, including all gnuplot errors?

scleyet commented 7 years ago

Find the log here: log.txt

olivierbichler-cea commented 7 years ago

It seems that the Gnuplot terminal back-end may not be the right one... Could you send me the output of this command: echo 'set terminal' | gnuplot

You may need to install libgd before installing gnuplot: yum install gd gd-devel

olivierbichler-cea commented 7 years ago

Hi, any feedback? Did you manage to solve the issue?

scleyet commented 7 years ago

Problem fixed on my side. I used version provided in RedHat distribution instead of other ones installed on my system.

Thx for support and sorry fro late reply.