locationencoder icon indicating copy to clipboard operation
locationencoder copied to clipboard

Results 6 locationencoder issues
Sort by recently updated
recently updated
newest added

This is a horrible issue and one that I can add more value to, but attempting to use the SphericalHarmonics encoder with a legendre_polys > 30 results in an NaN....

Hello! I hope this message finds you well. Today I was running the [colab](https://colab.research.google.com/drive/1Byil0r05MROO6peAhKOm_yy0bwuJSVhR?usp=sharing) notebook provided, but the following error appeared when running the last line (`model = fit(args)`) of...

Hello! I finally collected the necessary data files for the iNat2018 task and got the whole thing running. Unfortunately the result for SH-SIREN was 0.5688 for Top 1 and 0.6887...

Hi @MarcCoru , Thank you for your excellent work! I really enjoyed reading it! I have a specific question that I hope you can enlighten me on. I thought the...

Why there are no hyperparameters for `era5dataset_multi` in `hparams.yaml`? This causes the code `dataset_hparams = hparams[dataset]["dataset"]` to throw an error: `KeyError: 'era5dataset_multi'`.

Hi, I wanted to ask if it is possible to go back to the original lonlat once these have been embedded. For example: ```python sh = SphericalHarmonics(legendre_polys=20) embedded_lonlat = sh(lonlat)...