How to do it...

 

  1. The first step will be connecting to the instance, you can do it either through ssh using the command line, or via browser. We use CLI.
  1. To connect first change the mode of .pem file.
chmod 400 <security-keypair-filename>.pem
  1. Next use the the command below to SSH the instance. The exact address will be available on the dashboard, when you select connect:
ssh -i " <security-keypair-filename>.pem" [email protected]
  1. The machine instance that we have chosen already contains all the deep learning libraries including TensorFlow and so we don't need to install anything:
  1. Each folder contains a readme file which describes how to use the corresponding library:
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.240.249