Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda's environment.yml: install pytorch gpu by pegging cudatoolkit to <= v11.5 #540

Closed
wants to merge 43 commits into from

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    673787f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Remove type ignores for PyTorch (microsoft#460)

    * Remove type ignores for PyTorch
    
    * Mypy fixes for pytest MonkeyPatch
    
    * Black
    
    * Ignore Identity
    
    * Generic fixes
    
    * Remove unused Generator import
    
    * More fixes
    
    * Fix remaining mypy errors
    
    * More typing cleanups
    
    * typing.OrderedDict isn't available until Python 3.7.2+
    
    * Need Python 3.9 to build docs for fancy OrderedDict
    
    * Fix Python 3.8 and earlier support
    
    * Fix BigEarthNet tests
    
    * Fix bug in ETCI 2021 tests
    
    * Remove unused flake8 ignore
    
    * More robust and well-documented trainer steps
    
    * Many functions don't actually use batch_idx
    
    * Store cast hparams in trainers
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    8a05ab1 View commit details
    Browse the repository at this point in the history
  2. Update hook (microsoft#464)

    ashnair1 authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    728a7a1 View commit details
    Browse the repository at this point in the history
  3. SpaceNet2 update (microsoft#469)

    ashnair1 authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    88848ad View commit details
    Browse the repository at this point in the history
  4. VectorDataset: fix issue with empty query (microsoft#467)

    * VectorDataset: fix issue with empty query
    
    * isort
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    ad85c85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c41555 View commit details
    Browse the repository at this point in the history
  6. gitattributes: allow diff of test data (microsoft#470)

    * gitattributes: allow diff of data.py files
    
    * Allow diffs of all text files, not just data.py
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    ccddefb View commit details
    Browse the repository at this point in the history
  7. dos2unix: zuericrop data.py

    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    3389489 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    944aed7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    17d9b4a View commit details
    Browse the repository at this point in the history
  10. Revert "Fix PyTorch + setuptools bug (microsoft#357)" (microsoft#473)

    This reverts commit ff28a3b.
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    fa2767a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff52c84 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2064311 View commit details
    Browse the repository at this point in the history
  13. Add own plot method and data.py to CBF (microsoft#410)

    * add own plot method and data.py
    
    * clean up data.py
    
    * version changed instead of added
    
    * Update cbf.py
    
    * Any instead of Tensor
    
    * Fix VectorDataset tests
    
    * Plot method in base class no longer needed/tested
    
    * Removing unused imports
    
    * Remove type ignore from openbuildings
    
    * Fix tests
    
    * Black formatting
    
    Co-authored-by: Caleb Robinson <calebrob6@gmail.com>
    Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
    3 people authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    c8dac17 View commit details
    Browse the repository at this point in the history
  14. Add SpaceNet3 (microsoft#480)

    * Add SpaceNet3
    
    * Fixes
    
    * Replace itertools.product with zip
    
    * Update docstring
    
    * Remove unused options
    ashnair1 authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    9039aa8 View commit details
    Browse the repository at this point in the history
  15. Drop Python 3.6 support (microsoft#482)

    * Drop Python 3.6 support
    
    * pandas 0.23.2+ required for Python 3.7+ support
    
    * Update environment.yml too
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    27393da View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4ea3415 View commit details
    Browse the repository at this point in the history
  17. Update hooks (microsoft#489)

    ashnair1 authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    3d4f42c View commit details
    Browse the repository at this point in the history
  18. Upgrade all files to Python 3.7+ syntax (microsoft#486)

    * Upgrade all files to Python 3.7+ syntax
    
    * Update contributing guide
    
    * Move pyupgrade to correct section
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    f72f4fe View commit details
    Browse the repository at this point in the history
  19. RasterDataset: remove plot method (microsoft#476)

    * RasterDataset: remove plot method
    
    * Remove RasterDataset plot tests
    
    * Remove plotting tests for landsat/naip
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    42f044d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1d212c3 View commit details
    Browse the repository at this point in the history
  21. remove random (microsoft#491)

    nilsleh authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    55cd318 View commit details
    Browse the repository at this point in the history
  22. Add Swedish Forest Damage dataset (microsoft#461)

    * add dataset
    
    * md5
    
    * added tests and data
    
    * test
    
    * remove type
    
    * fix docs
    
    * fix docs
    
    * requested changes
    
    * fix documentation and pyupgrade
    
    * remove random
    
    * missing license header
    nilsleh authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    67c7f37 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    752644f View commit details
    Browse the repository at this point in the history
  24. Indices tutorial: better normalization for true color plot (microsoft…

    …#493)
    
    * Indices tutorial: better normalization for true color plot
    
    * Brighten Sentinel-2 image plots
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    fa38b2d View commit details
    Browse the repository at this point in the history
  25. Add PreChippedGeoSampler for pre-chipped geospatial datasets (microso…

    …ft#479)
    
    * Add PreChippedGeoSampler for pre-chipped geospatial datasets
    
    * Add shuffle parameter
    
    * Add tests, fix type hints
    
    * Warn about multi-CRS datasets
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    4f459a8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    198f65c View commit details
    Browse the repository at this point in the history
  27. RandomGeoSampler: several bug fixes (microsoft#477)

    * RandomGeoSampler: prevent area bias
    
    * Use builtin PyTorch random
    
    Co-authored-by: Caleb Robinson <calebrob6@gmail.com>
    2 people authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    e83f0f5 View commit details
    Browse the repository at this point in the history
  28. Fix case of missing label in Forest Damage dataset (microsoft#499)

    * fix case of missing label
    
    * mypy fix
    nilsleh authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    50f676f View commit details
    Browse the repository at this point in the history
  29. Add plot method and data.py to NAIP (microsoft#407)

    * add plot method and data.py
    
    * add version
    
    * file typo
    
    * forgot data.py
    
    * add version change and larger image size
    
    * requested changes
    
    * test with print
    
    * test geo
    
    * change data to match chesapeake
    
    * fix crs test
    nilsleh authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    61247db View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a67f1de View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    bf19ac8 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0770307 View commit details
    Browse the repository at this point in the history
  33. Landsat: add support for all Level-1 and Level-2 products (microsoft#504

    )
    
    * Landsat: allow use of non-SR bands
    
    * Fix citation
    
    * The more citation the better
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    ab66ed9 View commit details
    Browse the repository at this point in the history
  34. Fix error when using other than 4 channel images with BYOL task (micr…

    …osoft#522)
    
    Co-authored-by: BAHL Gaetan <gaetan.bahl@inria.fr>
    2 people authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    ea3729c View commit details
    Browse the repository at this point in the history
  35. add channels to prevent conda's ResolvePackageError on Windows (micro…

    …soft#528)
    
    * add channels to prevent conda's ResolvePackageError on Windows
    
    * add open3d-admin channel for open3d dependency
    remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    a93d54b View commit details
    Browse the repository at this point in the history
  36. Add GBIF dataset (microsoft#507)

    * Add GBIF dataset
    
    * Typo fix
    
    * Add tests
    
    * Style fixes
    
    * Don't ignore CSV files
    
    * Testing...
    
    * Fix coverage bug
    
    * Add note about required dep
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    aa23a60 View commit details
    Browse the repository at this point in the history
  37. Test on Python 3.10 (microsoft#457)

    * Test on Python 3.10
    
    * Install pre-release versions of rasterio for 3.10 wheels
    
    * Only use pre-release for rasterio
    
    * Open3D does not yet have 3.10 wheels
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    94505f6 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1dd37d1 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    960081b View commit details
    Browse the repository at this point in the history
  40. Add EDDMapS dataset (microsoft#533)

    * Add EDDMapS dataset
    
    * Mypy hack
    
    * Test fix
    adamjstewart authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    9151a95 View commit details
    Browse the repository at this point in the history
  41. Use stable docs (microsoft#539)

    ashnair1 authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    4855c8f View commit details
    Browse the repository at this point in the history
  42. Add Inria datamodule (microsoft#498)

    * Add Inria Datamodule
    
    * Fix up
    
    * Add predict.py
    
    * Integrate kornia fns for extracting & combining
    
    Requires kornia/kornia#1558 to be merged
    
    * transform creates problem when calculating metrics
    
    * Update
    
    * Use dict.get
    
    * Add tests & update test data
    
    * Add Inria datamodule to docs
    
    * Reduce test data size
    
    * Datamodules always have predict_dataloader
    
    * Remove comments
    
    * Update predict.py
    
    * Add PredictDataset
    
    * Fix tests
    
    * Update inria.yaml
    
    * Clarify predict_on doc
    
    * Refactor
    
    * Update min kornia
    
    * Update inria.yaml
    
    * Remove predict utilities
    
    * Trainer fix
    
    * Use kornia's compute_padding
    
    * kornia docfix
    
    * Use stable docs
    
    * Fixes
    ashnair1 authored and remtav committed May 26, 2022
    Configuration menu
    Copy the full SHA
    eeac9f7 View commit details
    Browse the repository at this point in the history