Download Latest Version Raster Vision v0.31.1 source code.zip (30.2 MB)
Email in envelope

Get an email when there's a new version of Raster Vision

Home / v0.30.0
Name Modified Size InfoDownloads / Week
Parent folder
Raster Vision v0.30 source code.tar.gz 2024-04-10 29.8 MB
Raster Vision v0.30 source code.zip 2024-04-10 30.1 MB
README.md 2024-04-10 1.6 kB
Totals: 3 Items   59.9 MB 0

Changelog

Highlights

  • Easier installation: Raster Vision no longer requires exact versions of dependencies, which means it can more easily be installed alongside other packages.
  • AWS SageMaker support: you can now run Raster Vision jobs on SageMaker via rastervision run sagemaker ... You can even run training over multiple instances with multiple GPUs. See Running on AWS SageMaker for more details.
  • Distributed training support: Raster Vision Learners now support distributed training (both multi-node and multi-GPU) via PyTorch DDP. If your machine has multiple GPUs, Raster Vision will now automatically use them all during training.
  • New CLI command, predict_scene, that allows greater configurability than the predict command. rastervision predict_scene <model_bundle_uri> <scene_config_uri> [--predict_options_uri <predict_options_uri>]
  • New tutorial: Predicting with an ONNX model.

PyPI

pip install rastervision==0.30.0

https://pypi.org/project/rastervision/0.30.0/

Docker image

docker pull quay.io/azavea/raster-vision:pytorch-0.30
Source: README.md, updated 2024-04-10