Coder Social home page Coder Social logo

Comments (3)

epeterson12 avatar epeterson12 commented on July 26, 2024

To set up the EC2 (Deep Learning AMI (Amazon Linux)) environment that can run our program, run the following commands then edit the configuration file in the EC2 instance. Eventually, the configuration file should be read from an S3 bucket.

source activate pytorch_p36
conda config --add channels conda-forge
conda install torchvision=0.2.1 -y
conda install gdal=2.2.2 -y
conda install ncurses -y
git clone https://github.com/NRCan/geo-deep-learning.git

from geo-deep-learning.

epeterson12 avatar epeterson12 commented on July 26, 2024

I propose the following process ordering for calling Lambda functions that would run the different stages of the deep learning algorithm. A couple useful references for implementing this workflow are available here https://medium.com/tomincode/launching-ec2-instances-from-lambda-4a96f1264afb and here https://medium.com/swlh/a-guide-to-aws-lambdas-using-python-triggered-by-an-api-call-1e768edd13c5
lambda_flow_diagram

from geo-deep-learning.

epeterson12 avatar epeterson12 commented on July 26, 2024

After testing, we have concluded that using Multiple GPUs on AWS isn't worth the extra cost to obtain minimal if any speedup in training (see #17 for further details).

from geo-deep-learning.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.