trigeorgis / mdm

A TensorFlow implementation of the Mnemonic Descent Method.
BSD 3-Clause "New" or "Revised" License
124 stars 48 forks source link

Missing tensorflow repo #10

Closed Tao-Hu-L closed 7 years ago

Tao-Hu-L commented 7 years ago

when I run "git clone git@github.com:trigeorgis/tensorflow.git", but with error output: "Cloning into 'tensorflow'... Permission denied (publickey). fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists." Does the tenforflow missing? Thank you!

cassidylaidlaw commented 7 years ago

Try running git clone https://github.com/trigeorgis/tensorflow.git, it worked for me!