publicmatt

Results 15 comments of publicmatt

I have this bug as well. ``` /path/to/python3.10/site-packages/accelerate/data_loader.py", line 693, in prepare_data_loader sampler = dataloader.batch_sampler.sampler AttributeError: 'BatchSamplerShard' object has no attribute 'sampler' ``` I'm using v0.18

Bump. I love this package, but getting 'real-world' data into this domain is tricky.

I've also been investigating serving postgresql databases over postgrest. I like the idea of hosting some static html + js on github, but having it backed by datasets I can...

Something to think about, but I hate how long the url is when sharing a custom SQL query. Would it be possible to hash the query and state of a...

Are all of the following environment variables set? ```bash ######################################## # # finally ready to build it # set some env vars first # ######################################## echo "setting env variables" export...

This looks like it's related to a dependency on Eigen. Here's what I do to install that: ```bash CORE=${HOME}/gcam-core DOWNLOADS=/tmp LIBS=${CORE}/libs ######################################## # # downloading and install eigen # ########################################...

Darn! Just checking: have you tried running `make clean` before `make gcam` to start the build from scratch?

Super cryptic. It looks like you have all the `libs/` dependencies installed (or this would fail earlier). I don't really know what's going on, sorry. Maybe you could list out...

> Hi publicmatt, Not from the JGCRI team, but could be of help. Is this on mac os or windows? On windows check check if you have the right version...

Bump. I'm still having this issue, even with the latest rocker/tidyverse docker image. I'm using the following Dockerfile: ``` FROM rocker/tidyverse:4.3 COPY ./ /gcamdata WORKDIR /gcamdata RUN R -e 'install.packages(...