Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deep prior #7

Open
datseismo opened this issue Jul 30, 2021 · 2 comments
Open

deep prior #7

datseismo opened this issue Jul 30, 2021 · 2 comments

Comments

@datseismo
Copy link

datseismo commented Jul 30, 2021

Hii, developers,

@weijia29
Copy link

Thanks developers for updating the codes.It runs even in cpu also for small volume of data.Nevertheless, the query asked by @datseismo is valid and I also tried with his data sets and I think reshaping/little modification in code is required to rectifying the problem.Developers can show the better path for the same.

@fpicetti
Copy link
Member

fpicetti commented Aug 4, 2021

Hi @datseismo and @weijia29,

Thanks for spotting the bug. Last commit should have fixed it.

The procedure you tested is correct, you need to have a (M, N, 1) dataset out of your (M, N) original dataset.
Regarding the 48-shape problem, I think it is due to the network dimensions (it try to shrink too much an already-small axes).
You can try either reducing the network filters and skip, or zero-padding your dataset, updating the mask subsequently.

I have uploaded a proof_of_concept_2D notebook, using the lines dataset. Check it out, and let me know if the problem persists.
Otherwise, you can have a look at the antialiasing_lines notebook, that is a slight modification of the method. There, you can find all the steps of the interpolation, without classes and hidden functions.

@datseismo datseismo changed the title applying programme to 2d data deep prior Aug 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants