Git Product home page Git Product logo

deep_prior_interpolation's People

Contributors

fpicetti avatar kft-upc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

deep_prior_interpolation's Issues

Add Parallelism

As the network size is proportional to the dataset size, and the GPU memory is limited, some parallelism has to be implemented.

A naive approach is to split the dataset into possibly-overlapped windows to be processed separately and then the results are merged. This can be done sequentially (as in this repo) or with a DataParallel strategy.

On the other hand, in order to process all the data at once, one might want to adopt a ModelParallel strategy.

problem

Hii deep_prior_interplation developer, While running the second example i am getting error like T.build_input(imgshape)
TypeError: build_input() takes 1 positional argument but 2 were given, however i get The image shape is (512, 128, 128, 1) .Please suggest a solution.Thanks.

Problem about 3D data reconstruction

hello developer,thank you for the source code,but in the process of my verification,I found that the patch[1] was always the best and the patch[0] and patch[2] parts were poor.my input shape is(64,32,32),other parameters are set as shown in the figure.
2
args

need suggestions for implimenting the deep prior int. tool on 2d seismic data

Hello, I am chiseo. Really, this is an amazing tool for interpolating the 3d seismic data. Could you please suggest me how to use this tool for 2d seismic data. In the 2d case i have the data dimension of mxn. However according to the instruction provided "If you have 2D native datasets, please add an extra axis". Thus i have added an extra axis by using the command inputdata[:, :, newaxis], in python and in this way i convert the 2d native data to 3d and now the data dimension is mxnx1. Though the data is now in 3d it gives something like "Invalid shape (n,)......So, i need some support from developers rectifying this small error.Thanks and looking forward to hearing from you.

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.