Coder Social home page Coder Social logo

flmeetsrs's Introduction

FLmeetsRS

Texto alternativo

Requirements (bold is the tested version):

torch >= 1.12.1

cuda >= 10.2

mpi compatible with torch+cuda version >= 4.0.4

fedml (https://github.com/FedML-AI/FedML) v0.7.331

Data types (This study focus on high-resolution optical images)

Getting Started

Installation

git clone https://github.com/hpc-unex/FLmeetsRS.git
cd FLmeetsRS
> Install previous requirements
git clone https://github.com/FedML-AI/FedML.git
cd FedML
git checkout 7aaa278d15f8852e1e2af49bf8baf3666151192f
cd ..
cd patch
sh execute_patch.sh

RSICB256 dataset should be collected in ~/FLmeetsRS/FedML/fedml_data/RSICB256 as:

.
├── construction land/
│   ├── city_building/
│   ├── container/
│   ├── residents/
│   └── storage_room/
├── cultivate land/
│   ├── bare_land/
│   ├── dry_farm/
│   └── green_farmland/
├── other land/
│   ├── desert/
│   ├── mountain/
│   ├── sandbeach/
│   └── snow_mountain/
├── other objects/
│   ├── airplane/
│   ├── pipeline/
│   └── town/
├── transportation/
│   ├── airport_runway/
│   ├── avenue/
│   ├── bridge/
│   ├── crossroads/
│   ├── highway/
│   ├── marina/
│   └── parkinglot/
├── water area/
│   ├── coastline/
│   ├── dam/
│   ├── hirst/
│   ├── lakeshore/
│   ├── river/
│   ├── sea/
│   └── stream/
└── woodland/
    ├── artificial_grassland/
    ├── forest/
    ├── mangrove/
    ├── river_protection_forest/
    ├── sapling/
    ├── shrubwood/
    └── sparse_forest/

Run Code

# With 10 nodes 20 clients (MPI)
sbatch --nodes=10 -p volta --wait-all-nodes=1 -t 01:00:00 --gpus-per-node=2 ./launch.sh -e 10 -c MPI -w 20 -s 123 -i 256 -n 20 -k 10 -t 100 -b 64

# With 1 nodes 20 clients (SP)
sbatch --nodes=1 -p volta --wait-all-nodes=1 -t 01:00:00 --gpus-per-node=2 ./launch.sh -e 10 -c SP -w 4 -s 123 -i 256 -n 20 -k 10 -t 100 -b 64

Some Results

Texto alternativo

flmeetsrs's People

Contributors

hpc-unex avatar

Watchers

 avatar

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.