Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding AmbrosM's solution to methods (openproblems-bio#31)
* converted AmbrosM's notebook into viash script * fixed parameters * modified config * method now runs successfully (in native mode with correct packages installed) * remove ipynbcheckpoints * add ipynb_checkpoints to gitignore * remove ipynbcheckpoints * Add longer description Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com> * Clean up viash arguments Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com> * Fix Viash start/end tags Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com> * fixed script parameters to match task/api/comp_method.yaml * modified config * bug fixes * switching to nvidia docker image * changed nvidia docker container version * adding colorama to list of required packages * using older version of nvidia pytorch package that uses CUDA 11 * trying removing cupy-cuda11x==12.2.0 from package requirements to avoid installing multiple versions of cupy * trying to fix cupy to cuda 11.8 * trying now to install just cuda11x (without pinning version) * fix config * fix config * remove unused imports * minor changes to script * move helper functions to separate file * fix missing variables * remove cross validation * rename method * add to wf * remove gpus from config * move imports to individual models * Delete .attach_pid21979 * fix path in resources dir --------- Co-authored-by: Robrecht Cannoodt <rcannood@gmail.com>
- Loading branch information