Search Results

Search: Posts Made By: chercheur111
665
Posted By chercheur111
Yes, using sklearn library (like tensorflow).
Yes, using sklearn library (like tensorflow).
665
Posted By chercheur111
Programming using sklearn
Hi,
Please i'd like to use prediction techniques in sklearn
I have this file:


x | y

1| 1
2| 4
4|16


--> prediction techniques must give me this model y=x*x


using this model i...
2,398
Posted By chercheur111
Please, how can i install Tensorflow ? I have...
Please, how can i install Tensorflow ? I have used these commands but it doesn't work..



sudo -H pip3 install tensorflow --proxy https://XXX.XX.XX.X:3128

sudo -E pip3 install tensorflow ...
2,398
Posted By chercheur111
I use this Install TensorFlow on Ubuntu | ...
I use this Install TensorFlow on Ubuntu | TensorFlow (https://www.tensorflow.org/install/install_linux) to install tensorflow


But, i have these errors:


...
2,398
Posted By chercheur111
root@graphene-99:~# vim hi.py ...
root@graphene-99:~# vim hi.py
root@graphene-99:~# python hi.py
Traceback (most recent call last):
File "hi.py", line 1, in <module>
import tensorflow as tf
ImportError: No module named...
2,398
Posted By chercheur111
Install Tensorflow on Ubuntu
Hi,
Please, how can fix this error:




(myvenv)root@graphene-121:~# pip install --upgrade tensorflow
Downloading/unpacking tensorflow
Cannot fetch index base URL Simple index...
1,374
Posted By chercheur111
Please, can you explain me why we have this...
Please, can you explain me why we have this value:


127.0.0.1 = 0

?
1,374
Posted By chercheur111
Thank you so much for help. Kind regards.
Thank you so much for help.
Kind regards.
1,374
Posted By chercheur111
What operating system are you using? ...
What operating system are you using?


Linux OS (Ubuntu distribution)


What shell are you using?

shell bash

How do you expect to deduce a failure rate from a single point in time? ...
1,374
Posted By chercheur111
Failure rate of a node / Data center
Hi,

Please, i have a history of the state of each node in my data center. an history about the failure of my cluster (UN: node up, DN: node down).
Here is some lines of the history:



...
1,112
Posted By chercheur111
Memory footprint
Hi all,

Please, what mean :

an analysis of the memory footprint for used applications.


what results i have to provide ?

Thank you so much for help.
Kind regards.
955
Posted By chercheur111
Rsync command
Hi all;

Please, i need a scientific paper which contain the algorithm rsync, Have you any link please ?

rsync (http://linuxcommand.org/man_pages/rsync1.html)


Thanks a lot for help.
Kind...
1,618
Posted By chercheur111
Thank you so much for help :) Kind...
Thank you so much for help :)


Kind regards.
1,618
Posted By chercheur111
Script Shell: Count The sum of numbers in a file
Hi all;

Here is my file:


V1.3=4
V1.4=5
V1.1=3
V1.2=6
V1.3=6


Please, can you help me to write a script shell that counts the sum of values in my file (4+5+3+6+6) ?

Thank you so...
1,012
Posted By chercheur111
Starting Scripts Using SSH
Hi all,

Case 1:

./Myscript.sh param (on a first node)



Another node: (In parallel i run the same script)


./Myscript.sh param (on a second node)


Case2:

From my host,...
1,828
Posted By chercheur111
Hi, Please, with this code: #! /bin/sh {...
Hi,
Please, with this code:

#! /bin/sh
{ read A; read B; printf "%s\n" $A $B; sort -r ; } < Versions.txt | awk -F\. 'T[$1,$2,$3]++'and this file:


filename...
1,828
Posted By chercheur111
I have this output: ...
I have this output:

/tmp/g-9.n.gggg1000.fr-worker1.V.2.tar.bz2
/tmp/g-9.n.gggg1000.fr-worker1.V.1.tar.bz2
/tmp/g-92.n.gggg1000.fr-worker1.V.3.tar.bz2
/tmp/g-92.n.gggg1000.fr-worker1.V.2.tar.bz2...
1,828
Posted By chercheur111
Ok. I have used 'sort' instead of 'sort -r' {...
Ok. I have used 'sort' instead of 'sort -r'
{ read A; read B; printf "%s\n" $A $B; sort; } < file | awk -F\. '!T[$1,$2,$3]++'
I have only !

filename...
1,828
Posted By chercheur111
Thank you so much for answer. Please, i have...
Thank you so much for answer.
Please, i have to extract old versions (lines in blacks) not recent ones (lines in red).

Thanks a lot.
Kind regards.
1,828
Posted By chercheur111
Extract lines from a file
Hi all;

Here is my file which contains a list of files (recent versions of files are in red). This file is dynamic, files versions can change at any time (versions can increment)


filename
...
1,362
Posted By chercheur111
Linux command rsync sending files incrementally
Please, i have a question about rsync command:

Here is the command that i have used in my script:


rsync -ratlz --rsh="/usr/bin/sshpass ssh -o StrictHostKeyChecking=no" -aAXHltzh...
2,143
Posted By chercheur111
Order of execution of instructions in a script shell
Hi all,

Here is a portion of my script test.sh:

#!/bin/bash

tar -cf $name.tar $name && pbzip2 $name.tar
2-Sending .tar.bz2 to destination node



Please, i have a question. The...
1,060
Posted By chercheur111
Script Shell: Diplay date of two minutes (period)
Hi all,

Here is my script:

#!/bin/sh
while :;
do
sleep 1
date
done

Please, how can i change this script, i'd like to display the time only of...
2,479
Posted By chercheur111
Thank you much for help. Yes, it works fine...
Thank you much for help.
Yes, it works fine with:

\$4
2,479
Posted By chercheur111
Command host with awk
Hi all,


Please, why "echo" instruction:
iphost="$(ssh root@$machine -x "host $machine | awk '/has address/ { print $4 }'")" echo $iphost

display:
g-3.xx.yyy.zz has address...
Showing results 1 to 25 of 65

 
All times are GMT -4. The time now is 08:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy