Code Monkey home page Code Monkey logo

Comments (6)

jzbontar avatar jzbontar commented on June 2, 2024

Looking at the multiprocessing code, the default seems to be to spawn 20 processes, which might overwhelm some systems. Would you mind changing the number of processes to a lower number, say 2, and rerunning the script? Unfortunately, I can't reproduce this on my machine and would appreciate your help with debugging this issue. Thanks!

from fastmri.

jurader avatar jurader commented on June 2, 2024

from fastmri.

jzbontar avatar jzbontar commented on June 2, 2024

The error that you get, multiprocessing.pool.MaybeEncodingError: Error sending result:, seems to indicate that Python is having trouble pickling and unpickling the results from the workers that are spawned. This might be specific to some older Python version. Do you mind telling me the version of Python and the operating system you are using?

from fastmri.

jurader avatar jurader commented on June 2, 2024

from fastmri.

anuroopsriram avatar anuroopsriram commented on June 2, 2024

Hi Mizuho: I'm also not able to reproduce your error. I have however made a change to turn off multiprocessing (9e9510f). Can you please try with a single process (set --num-procs 0) and see if the problem persists?

from fastmri.

jurader avatar jurader commented on June 2, 2024

from fastmri.

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.