Skip to content

Instantly share code, notes, and snippets.

@alexcos78
Last active September 29, 2021 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexcos78/054ab798e98a87ee425b74bee66905c5 to your computer and use it in GitHub Desktop.
Save alexcos78/054ab798e98a87ee425b74bee66905c5 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo LD_LIBRARY_PATH=$LD_LIBRARY_PATH
echo PATH=$PATH
apt-get update; apt-get install -y git
pip install mnist
#!pip install -q git+https://github.com/tensorflow/examples.git
git clone https://github.com/alexcos78/tensorflow-test.git
echo RUNNING
cd tensorflow-test;
time python keras-test.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment