Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# task_predict_modality 0.2.0

## BUG FIXES

* `file_pretrained_model`: Add the missing `example`. Without one, `run_and_check_output` never assigned a value to `--output`, so `viash test` invoked `novel_train` and `simple_mlp_train` without their required output argument and they could not pass (PR #52).

# task_predict_modality 0.1.1

## NEW FUNCTIONALITY
Expand Down
1 change: 1 addition & 0 deletions src/api/file_pretrained_model.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: file
example: "resources_test/task_predict_modality/openproblems_neurips2021/bmmc_cite/swap/models/novel"
label: "Pretrained model"
summary: "A pretrained model for predicting the expression of one modality from another."