Martin Klefas-Stennett
Martin Klefas-Stennett
I wasn't quite sure what each logo meant, and unfortunately when you mouse-over the status image it just says "image": 
It took me a short while to figure out what was going wrong, but my password has an ! in it. This then gives the error message: bash: !,: event...
I think there may be a step missing in the usage/install guide. I'm on Ubuntu 14.04 I've installed python-fuse but when I navigate into the folder I extracted the downloaded...
**Describe the issue** I've downloaded your notebook server image and successfully submitted a number of pipelines based on your examples and the early stages of my work. I'd like to...
I've changed the docker-compose.yml file to uncomment ' - /opt/large_image/sources/pil/large_image_source_pil.egg-info' and looked through the girder.cfg and elsewhere to try to enable pil. I'm unfortunatley no closer and when I try...
I started a new install on aws to try to scale up a bit, and unfortunately there seem to be some issues. Perhaps there's a step missing in the install...
I was hoping to read the tags out of a collection of images once, and save the information to a companion file to speed things up the next time I...
I've used this fork to replace the outdated version of phpFlickr that was coded into flogr (https://github.com/mcarruth/flogr) and it seems to work really well - thank you for all of...
Fixes issue where `Tensor.nonzero` would fail on GPU for tensors containing more than `INT_MAX` elements. Changes made: - Implemented a chunking mechanism to handle tensors in manageable sizes. - Each...