Git Product home page Git Product logo

Comments (5)

fuckingsore avatar fuckingsore commented on July 22, 2024

This is my jupyter notebook

from eo-learn.

zigaLuksic avatar zigaLuksic commented on July 22, 2024

Hi @fuckingsore
the issue seems to be with multiprocessing. I assume you are using Windows? Windows+Jupyter+multiprocessing are a poor combination. I see two options:

  1. In the EOExecutor set workers=1, this will execute the process in a single thread. Sadly it will also be slower.
  2. Judging by the error it has issues with a custom class. You can try moving the definitions to a utility python file outside of the notebook, and import them from there. But that might be just one of many issues you'll face.

If you don't need to cover a huge area, then single threaded execution should work fine for you. Otherwise pick a small area, write a notebook that processes it in a single thread, just to get things to work. Then transfer the code to a regular python file , and that one you run with multiple workers to process the whole area.

from eo-learn.

fuckingsore avatar fuckingsore commented on July 22, 2024

Hello, thank you for your help, I'm very grateful. Yes, I'm using windows 11 and Jupyter in Pycharm.
The first solution helped me, but another problem appeared(
What is the problem?
`---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
File :24

RuntimeError: Execution failed EOPatches with IDs:
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24]
For more info check report at D:\Lessons\Diplom\Zaloga_diplom\eoexecution-report-2023_05_08-21_57_09\report.html
`
chrome_dukan7oNxv

from eo-learn.

zigaLuksic avatar zigaLuksic commented on July 22, 2024

In one of the cells you are expected to download reference data (input cell 8 in the original notebook), which is a geopackage containing vector data for land-cover of a small area in SI. The EOExecutor complains that it was unable to locate such a file.

If the cell itself does not work, just above it you can find a link, with some instructions, where you can download it manually.

from eo-learn.

mlubej avatar mlubej commented on July 22, 2024

Closing. @fuckingsore let us know if further help is needed otherwise.

from eo-learn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.