medizininformatik-initiative / torch

Apache License 2.0
3 stars 1 forks source link

Bash script for torch crtdl execution #69

Open juliangruendner opened 1 month ago

juliangruendner commented 1 month ago

A bash script should be added to the project which allows one to pass the path to a crtdl file.

The script should then take the crtdl file, format it into a TORCH input bod and send it to torch (url configurable in script) for execution.

juliangruendner commented 1 month ago

@alexanderkiel, @Lucas0T i have created a script for the crtdl execution here: https://github.com/medizininformatik-initiative/feasibility-deploy/blob/96-add-torch-to-feasibility-triangle/feasibility-triangle/torch/execute-crtdl.sh

@alexanderkiel do we still need this .sh in this project?