Skip to content

Raster Vision v0.30

Latest
Compare
Choose a tag to compare
@AdeelH AdeelH released this 11 Apr 14:09
db46a7e

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