locationencoder icon indicating copy to clipboard operation
locationencoder copied to clipboard

Colab demo not working

Open JuCarv-bit opened this issue 9 months ago • 0 comments

Hello!

I hope this message finds you well.

Today I was running the colab notebook provided, but the following error appeared when running the last line (model = fit(args)) of the cell that trains Siren(SH) on the land-ocean dataset:

AttributeError: module 'fiona' has no attribute 'path' I followed all the instructions, including restarting the session after running the first code cell.

I am using T4 GPU from google colab, but the error persists on the CPU as well.

One workaround I found here is to pin fiona to version 1.9.6, but it caused other things to break.

Could you give me some advice on it? I would appreciate it a lot.

Thank you.

JuCarv-bit avatar Apr 15 '25 12:04 JuCarv-bit