James Dolezal
James Dolezal
> Could it be picking different loaders? I would try using `openslideload` instead of `new_from_file`, and `openslideload_buffer` instead of `new_from_buffer`. There is no openslideload_buffer method, unless I'm missing something...
Ah, that makes sense. I'm looking for a flexible method to load the compressed image into RAM before reading/decompressing. We have 10-20 TB of slides on slow hard drives and...
Any update on this issue or potential workarounds? We're having the same issue with Leica scn files.
In a083554, I add a unit test that ensures the generated splits are valid (all patients are used, no site is present in multiple cross-folds). The test generated data was...
In 57ac792, I made formatting changes with minor refactoring only to improve readability - the underlying algorithm is the same. Code that is easier to read is also easier to...
Thank you, this is a great idea. I will add it to the feature list. It will get included in 2.1 or 2.2.
So we're not *quite* ready for multimodal integration with clinical variables, but in version 2.2 we did just release a multimodal MIL strategy that allows you to train models at...
Thanks for this bug report. Slideflow is not officially supported or tested on Windows (see [docs](https://slideflow.dev/installation/)), but I think it would be fairly straightforward to resolve this issue. We try...
Thanks - I've created the branch `databricks` for development. I added a commit that should address the `DatasetFeatures.to_torch()` issue you encountered previously. Let me know if that works. There are...
Hmm... just to confirm, did you set the environmental variable SF_ALLOW_ZIP=0? I'm not sure how this error could be encountered if that variable is set.