If we want to run all the metrics, we are currently required to do:
method:
name: ot_cfm
train_and_test_script: ./methods/ot_cfm/train_and_test.sh
metrics:
- name: OTLossMetric
- name: EmbeddingMetrics
- name: GraphSimMetric
trajectory_infer_model:
name: CellTypist
renormalize: True
and that's because I did not set things up properly where we should be having required_outputs to list all of its children instead as well/overwrite the config each time actually.
If we want to run all the metrics, we are currently required to do:
and that's because I did not set things up properly where we should be having required_outputs to list all of its children instead as well/overwrite the config each time actually.