Daniel Lusk

Results 9 comments of Daniel Lusk

Thanks @jianboqi, but unfortunately I've already tried this. Here's what I have tried, specifically: 1. `brew install gcc` 2. `export PATH=/usr/local/bin:$PATH` 3. `ln -s gcc-11 gcc` 4. 'gcc -v` to...

@Weber-AILand, the new `DataGenerator` object is indeed not an iterator, but you can easily fix this code by changing `next(g)` to `next(iter(g))` for both conditions of the if ... else...

I am also running into this issue when attempting to resample 0.25 deg data to 30 second grids (for use with a global ML model). With the wide use now...

I can confirm that I am also encountering this same issue with `rpy2` version 3.5.16, python 3.12.2.

Sure, my dataset consists of 360 512x512x3 RGB tif images + their corresponding annotations (which are also 512x512 tifs with integer labels). For each RGB image I have one corresponding...

When adding `tqdm` to `setup.py`, I noticed that black formatting hadn't been applied. Commit 48d45a6 includes that.

@sbeale007 this can happen if you don't restart your jupyter kernel after installing `xesmf`.

Hi @Innixma, my apologies for the delay despite your quick response! Things got a bit side-tracked... Anyway, I was able to assign my folds via a column that I then...

### Update I found a workaround by running `dvc import --no-download`to first import the `.dvc`file only, and then using `dvc pull` several times to download the remaining data after the...