Releases: ArcInstitute/cell-load
Releases · ArcInstitute/cell-load
v0.8.6
v0.8.5
see v0.8.4. hotfix to fix small bug
v0.8.4
enables training on all data (no test subset required)
leave toml arrays empty for this functionality
fix reversion in vcc
allow embedding as output space
this adds an 'embedding' option for data.kwargs.output_space. if set, the getitem call only yields embeddings and not counts. this is paired with a new option in state where users can train only on embedding spaces (no need to force a decoder to counts)
also fixes a bug with filter_on_target_knockdown
Enabling training on observational data
enables padded argument for cell-load train dataloader
this can be used to easily generate predictions on the training data with the predict binary
add cli
1/ exposes filter on target knockdown as something that can be run as:
uvx -q --from git+https://github.com/ArcInstitute/cell-load.git@cli_run_uv filter_on_target_knockdown --help
reverted breaking change for csr for colab notebook
Merge pull request #49 from dukesun99/patch-1 Fix CSR data types in _perturbation.py
properly cast all yielded tensors to torch.float32
0.7.5 merge main