adapting `_validation_step`
Open
@LeonStadelmann is already working on this.
Since Apr 4, 2025.
enhancement
- Dominant language
- Python
- Stars
- 159
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Description of feature
There are two modifications which we need
- we want to be able to pass kwargs to the solver as in
predict. as we want to need them in every validatino iteration, we need to pass them once inprepare_validation_data, and then save them as attributes in theCellFlowTrainer - we want to pass the model to
ComputationCallback, such that people can do predictions themselves, i.e. in addition tox_true, andx_predicted(in most cases this will just be absorped/ignored, e.g. in theComputationCallback)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.