J'aimerais en savoir plus sur ce code, mais je ne parviens pas à l'importer dans mon ordinateur. Comment pourrais-je cloner ce fichier avec git? Le fichier est simplement:
https://github.com/tensorflow/tensorflow/blob/r1.1/tensorflow/examples/tutorials/mnist/mnist_softmax.py.
Merci!
Vous pouvez obtenir ce fichier en utilisant wget
:
Créer un répertoire:
mkdir mypycode
Changer dans ce répertoire:
cd mypycode
Utilisez wget
pour le télécharger:
wget https://raw.githubusercontent.com/tensorflow/tensorflow/r1.1/tensorflow/examples/tutorials/mnist/mnist_softmax.py
Je suggère la commande suivante:
git archive [email protected]:foo/bar.git HEAD | tar xvf - path/to