Skip to content

jalexhurt/DNN-RS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNN-RS

Deep Neural Networks with Remote Sensing Data

Description

This repo serves as the source code for the Final Project in Supervised Learning. This code will allow for GPU training of ImageNet based Deep Neural Networks, and is intented to be run on open source satellite imagery datasets.

Running the Code

  1. Build the container
docker build . -t dnn-rs
  1. Run the container
docker run -it dnn-rs
  1. Run the Code
python {train/eval}.py --help

GPU Usage

In order to use a GPU, you will to install nvidia-docker2, and specify runtime=nvidia in your docker run command.

Releases

No releases published

Packages

No packages published