From dd3bd507b1d111831651c221a2a040cce3b333d1 Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Tue, 26 May 2026 15:09:15 +0200 Subject: [PATCH] Debug --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 6f502c2..d62a560 100755 --- a/run.sh +++ b/run.sh @@ -20,6 +20,6 @@ pip install pandas numpy matplotlib seaborn pillow scikit-learn pip install "tensorflow[and-cuda]" pip install --upgrade kagglehub[pandas-datasets,hf-datasets] -jupyter nbconvert --to notebook --execute Skin_Cancer_Classification.ipynb --output Skin_Cancer_Classification_Final.ipynb +jupyter nbconvert --to notebook --execute Skin_Cancer_Classification.ipynb --output Skin_Cancer_Classification_Final.ipynb --log-level=DEBUG # python3 skin_cancer_classification.py echo "Done."