Soumya Ranjan Mohanty

Results 4 comments of Soumya Ranjan Mohanty

@rbavery I was able to reproduce the test errors locally. The array values are different for tiles in - tests/data/rastertile_test_fill_nodata_expected/ - tests/data/rastertile_test_fill_nodata_result/ Visually they look similar but array values are...

@fnattino Did you set up a `~/.netrc` file to access NASA CMR STAC data? You can sign-up [here](https://urs.earthdata.nasa.gov/) & run this [script](https://git.earthdata.nasa.gov/projects/LPDUR/repos/daac_data_download_python/browse/EarthdataLoginSetup.py) to set things up.

@rbavery I had my fair share of trouble trying to access NASA CMR STAC and tried multiple things. I guess I found this from one of the tutorials: https://nasa-openscapes.github.io/2021-Cloud-Workshop-AGU/how-tos/Earthdata_Cloud__Single_File__HTTPS_Access_COG_Example.html

@stas00 Thank you for maintaining the ML-engineering guide! I noticed that [you recommend setting --ntasks-per-node=1](https://github.com/stas00/ml-engineering/blob/0ed96ca4fdfd2dc35b96a94a3386f8b4794888c1/orchestration/slurm/launchers/lightning-launcher.slurm#L8), whereas the [Lightning documentation suggests --ntasks-per-node=8](https://lightning.ai/docs/fabric/stable/guide/multi_node/slurm.html) (which corresponds to the number of GPUs per node)....