chaimeleon-eu / workstation-images

MIT License
0 stars 2 forks source link

New tool uploaded please test and push to the image repositary #3

Closed The-D-lab closed 1 year ago

The-D-lab commented 1 year ago

Hi ,

Please test the new image (image_batch_shap_explainability_radiomics) that we have uploaded .

regards, D-Lab, UM

Palollo commented 1 year ago

There are few required changes:

Other recommendations:

Palollo commented 1 year ago

Another thing... I see main.py does not accept arguments, just reads a config.ini file, so at least this file should be read from /home/chaimeleon/persistent-home/shap-explainability-radiomics/config.ini. The persistent-home is the directory mounted on the container where the user can write (edit the configuration she/he wants). So this way usually the user will set the first lines in this file like this:

model_filename = /home/chaimeleon/persistent-home/shap-explainability-radiomics/test_model.sav
test_data_preprocess = /home/chaimeleon/persistent-home/shap-explainability-radiomics/test_file.npy
save_dir_for_plots = /home/chaimeleon/persistent-home/shap-explainability-radiomics/test_run

Anyway, as soon as you make the required changes I told you in my previous message, then we will build and upload the image to the CHAIMELEON repository, so you will be able to test and see all this things and adjust them ;)

Palollo commented 1 year ago

Ok, I see you added a license yesterday. The testing version of the image has been uploaded. If you create a desktop workstation in the platform you will be able to see your image with the command: jobman images Also you will see the details with: jobman image-details -i sharp-exp-tool And you can launch a job using this image with: jobman submit -i sharp-exp-tool:0.0.1-testing

It is recommended to add some usage example like the previous in the README.md, see this.

And the log for the job lauched currently is like this:

----Log begin----

  python: can't open file '/workspace/main.py': [Errno 2] No such file or directory

----Log end----

I close the issue for now. Feel free to reopen or create a new one when you fix the issues and you have a new version ;)