Edgar Y. Walker

Results 13 comments of Edgar Y. Walker

@LiuTaw Can you check what version of `nvidia-docker` you have installed? You can check this by running `nvidia-docker version`. If you have version 2, then `nvidia-docker-compose` is currently incompatible with...

With version `v0.4.0`, you can now specify which GPU device should be included by specifying `devices` explicitly in `docker-compose.yml`. However, if you don't specify any devices, then _all_ GPU devices...

This is now supported via the use of special config keyword `enable_cuda=true/false` as discussed here #25

I actually think this is a CSS issue and thus not Jupyter issue.

It is - we wrote the code that displays the DataJoint table. It is entirely on us to fix it 😄

Cascading drop is actually not perfect now because if two schemas depend on each other, we don't drop it correctly. While it is a powerful feature, it is needed from...

Nah, that just won't be a reasonable interface as just having one entry with meta can disrupt it. We do need to have a clean separation for when meta is...

It will just be much nicer to be able to fully expect if you are going to get a tuple vs list of strings precisely corresponding to the filepath. Meta...

there is a clear separation between actual data and metadata, and I find it completely consistent we treat them separately. Let's proceed with `fetch_meta` based behavior and discuss further as...

Hm, potentially. Although I'd really think it's enough to offer `True/False` behavior defaulting to `False`.