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

tutorials dir problem #2

Open
EricPengShuai opened this issue Aug 7, 2021 · 4 comments
Open

tutorials dir problem #2

EricPengShuai opened this issue Aug 7, 2021 · 4 comments

Comments

@EricPengShuai
Copy link

ds = xr.open_zarr(os.path.join(data_dir,"Dataset","dynamic.zarr"))

There is no such file in the folder you provided, right?

Could you please provide complete training dataset?

Thanks in advance

@mdeff
Copy link
Member

mdeff commented Aug 19, 2021

There's indeed no such file. Sorry the project is still in development and things are fluid. I guess we'll provide all the data in a zenodo archive or something at the end.

In the meantime, what do you want to achieve? Maybe @ghiggi can advise and/or share this data with you.

@ghiggi
Copy link
Collaborator

ghiggi commented Aug 20, 2021

I could provide you next week with 1 year of data at coarse resolution (sizing 100-500 MB). The full training dataset sizes several Terabytes unfortunately ...

@EricPengShuai
Copy link
Author

EricPengShuai commented Aug 24, 2021

@mdeff @ghiggi Thanks for your reply.
In fact, I am new to Spherical CNN. I just want to implement a spherical image information extraction using spherical CNN module. Can you give me some guidance on how to implement it with your provided code.
Thanks in advance.

@mdeff
Copy link
Member

mdeff commented Aug 30, 2021

You can find spherical layers (both convolutions and poolings) in modules/layers.py. They are to be used like standard PyTorch layers (see modules/my_models_graph.py).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants