Coder Social home page Coder Social logo

c4dl-lightningdl's People

Contributors

jleinonen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

c4dl-lightningdl's Issues

What does CPCH mean?

Dear Leinonen, Thank you for you kindly open source your code. I'm try to reproduce your figure in your paper, but currently occur one issue after runing the training.py. What does CPCH mean? It seem didn't appear in the your paper.

"R10-target": {
"source_vars": ["CPCH"],
"transform": transform.R_threshold(raw["CPCH"]["scale"], 10.0)
},
"R10": {
"source_vars": ["CPCH"],
"transform": transform.R_threshold(raw["CPCH"]["scale"], 10.0)
}

the keys of the raw data

I want to express my gratitude for kindly open sourcing your code. I am currently studying your paper "Seamless lightning nowcasting with recurrent-convolutional deep learning" and I am trying to understand the details of your code. However, I have encountered a problem with the keys of the raw data, which are "dict_keys(['patches', 'patch_coords', 'patch_times', 'zero_patch_coords', 'zero_patch_times', 'zero_value'])". Could you please provide me with more information on what these keys represent?

setup_batch_gen

Thank you very much for sharing! When I try to call setup_batch_gen in training.py, it doesn't work. There is a break at dask.compute :
raw = {
var_name: dask.delayed(regions.load_patches)(fn)
for (var_name, fn) in files.items()
}
raw = dask.compute(raw, scheduler="processes")[0]
The final result shows:
concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.
How can I fix it?

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.