Skip to content

Patch the Planet: Restore Missing Data | Team 2

Notifications You must be signed in to change notification settings

Solvro/ml-ptp-team2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTP1

Patch the Planet: Restore Missing Data | Team 2

Participants

  • Daniel Borkowski
  • Jakub Chojnacki
  • Mikołaj Czachorowski
  • Julia Farganus
  • Agata Groszek
  • Kasia Matuszek

Challenge

https://thinkonward.com/app/c/challenges/patch-the-planet

Data

Installation steps

  1. Create new virtual environment:

    conda create --name ptp python=3.10
    
  2. Activate environment

    conda activate ptp
    
  3. Update pip version:

    python -m pip install --upgrade pip
    
  4. Install ptp package:

    python -m pip install -e .[dev] --extra-index-url https://download.pytorch.org/whl/cu121
    
  5. Enable precommit hook:

    pre-commit install
    

About

Patch the Planet: Restore Missing Data | Team 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published