Reproduce the results of pred_and_eval_ss.ipynb #1743
Unanswered
mmuneeburahman
asked this question in
Q&A
Replies: 1 comment
-
This is a known issue (4th item in the list in #960). This happens because the model bundle was created in an environment where You can work around this by installing !pip install -q condacolab
import condacolab
condacolab.install()
!conda install -c conda-forge gdal==3.5.2 -y
!pip install rastervision_gdal_vsi You will have to restart the notebook after running the above. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to reproduce the result of pred_and_eval_ss.ipynb. But I am facing this error, refer to the notebook
Notebook Link.
Beta Was this translation helpful? Give feedback.
All reactions