-
```python
import pandas as pd
import lazyslide as zs
# Slide metadata
metadata = pd.DataFrame({
"slide": ["slide1", "slide2", "slide3"],
"class": ["cancer", "normal", "cancer"]
})
…
-
Hi,
Apologies if I've misunderstood something, but I'm getting an error that isn't `ConcurrencyError` and i'm trying to figure out if it's a bug in this plugin, or in some of the code being tested …
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please describe.…
-
The Exp. Balance item is currently implemented in a way that leads to less than desirable outcomes. A summary of the current implementation follows.
Current Exp Balance implementation
- Normal…
-
While making the torch TAPIR model compatible with _Torchscript tracing_ is easy by changing `TAPIR.forward()` in https://github.com/google-deepmind/tapnet/blob/main/torch/tapir_model.py#L196-L209 fro…
-
When trying to compile ES on Arch Linux (since the AUR package seems to be broken), I get the following errors:
```
In file included from /tmp/emulationstation/EmulationStation/es-app/src/views/game…
ghost updated
1 month ago
-
### Descriptive summary
We have no idea how the new stack will perform under stress. The tech has changed significantly since the days of our original CDM -> Hydra migration, we have more data, an…
-
**Is your feature request related to a problem? Please describe.**
The `test_hypothesis_mean_agg_dynamic` test can fail on the below float inputs:
```
0 1
1 …
-
It seems that all examples for "up" back arrow navigation are in the "legacy-architecture-samples". A bit hard to find especially as they are "legacy" and written in java.
By up navigation I mean t…
-
Hi,
I am trying to modify the LayerNorm sample code in such a way that the intermediate computations are stored in shared memory to avoid recomputation. That is, I want to store the result of "(a -…