Results 5 issues of Evan Smith

I am trying to use `ipyleaflet` in a notebook on AWS SageMaker, but the JupyterLab doesn't build properly after running `jupyter labextension install jupyter-leaflet`. The source of this problem seems...

# Background I am trying to do single-model [batch transform](https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html) in SageMaker to get predictions from a pre-trained model (I did not train the model on SageMaker). My end goal...

### Issue summary In the README's setup section, it says: > or, in a single line: > > ``` > pip install git+https://github.com/mapillary/seamseg.git > ``` But, since `setuptools.setup()` does not...

This comment from #17 leads me to believe that `seamseg` is now compatible with PyTorch >1.1. Could we please update the README and the `requirements.txt` files to reflect this? >...

### The issue When a response with an error status code other than 429 is received (like 504), a cryptic error message about parsing the results is printed to the...