From 2d7ee51a8a81c411659ff343e53865980d8cb30c Mon Sep 17 00:00:00 2001 From: skal Date: Thu, 12 Feb 2026 09:34:01 +0100 Subject: remove more stale files --- training/debug/cur/layer_0.png | Bin 406194 -> 0 bytes training/debug/cur/layer_1.png | Bin 238358 -> 0 bytes training/debug/cur/toto.png | Bin 90164 -> 0 bytes training/debug/debug.sh | 45 --------------------- training/debug/ref/layer_0.png | Bin 356038 -> 0 bytes training/debug/ref/layer_1.png | Bin 222247 -> 0 bytes training/debug/ref/toto.png | Bin 107009 -> 0 bytes .../training/checkpoints/checkpoint_epoch_10.pth | Bin 6395 -> 0 bytes .../training/checkpoints/checkpoint_epoch_100.pth | Bin 6417 -> 0 bytes .../training/checkpoints/checkpoint_epoch_50.pth | Bin 6395 -> 0 bytes 10 files changed, 45 deletions(-) delete mode 100644 training/debug/cur/layer_0.png delete mode 100644 training/debug/cur/layer_1.png delete mode 100644 training/debug/cur/toto.png delete mode 100755 training/debug/debug.sh delete mode 100644 training/debug/ref/layer_0.png delete mode 100644 training/debug/ref/layer_1.png delete mode 100644 training/debug/ref/toto.png delete mode 100644 training/debug/training/checkpoints/checkpoint_epoch_10.pth delete mode 100644 training/debug/training/checkpoints/checkpoint_epoch_100.pth delete mode 100644 training/debug/training/checkpoints/checkpoint_epoch_50.pth (limited to 'training/debug') diff --git a/training/debug/cur/layer_0.png b/training/debug/cur/layer_0.png deleted file mode 100644 index 0cb977b..0000000 Binary files a/training/debug/cur/layer_0.png and /dev/null differ diff --git a/training/debug/cur/layer_1.png b/training/debug/cur/layer_1.png deleted file mode 100644 index 801aad2..0000000 Binary files a/training/debug/cur/layer_1.png and /dev/null differ diff --git a/training/debug/cur/toto.png b/training/debug/cur/toto.png deleted file mode 100644 index 9caff40..0000000 Binary files a/training/debug/cur/toto.png and /dev/null differ diff --git a/training/debug/debug.sh b/training/debug/debug.sh deleted file mode 100755 index 083082b..0000000 --- a/training/debug/debug.sh +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh - -pwd=`pwd` - -img=../input/img_003.png - -# img=/Users/skal/black_512x512_rgba.png -#img=/Users/skal/rgba_0_0_0_0.png -check_pt=../checkpoints/checkpoint_epoch_10000.pth -#check_pt=../chk_5000_3x3x3.pt - -#../train_cnn.py --layers 3 --kernel_sizes 3,3,3 --epochs 10000 --batch_size 8 --input ../input/ --target ../target_2/ --checkpoint-every 1000 -#../train_cnn.py --export-only ${check_pt} -#../train_cnn.py --export-only ${check_pt} --infer ${img} --output test/toto.png - -#../train_cnn.py --layers 2 --kernel_sizes 1,1 --epochs 10 --batch_size 5 --input ../input/ --target ../target_2/ --checkpoint-every 10 -#../train_cnn.py --export-only ${check_pt} -#../train_cnn.py --export-only ${check_pt} --infer ${img} --output test/toto.png - -## XXX uncomment! -../train_cnn.py --export-only ${check_pt} \ - --infer ${img} \ - --output ref/toto.png --save-intermediates ref/ # --debug-hex - -echo "== GENERATE SHADERS ==" -echo -cd ../../ -./training/train_cnn.py --export-only ${pwd}/${check_pt} - -echo "== COMPILE ==" -echo -cmake --build build -j4 --target cnn_test -cd ${pwd} - -echo "== RUN ==" -echo -rm -f cur/toto.png -../../build/cnn_test ${img} cur/toto.png --save-intermediates cur/ --layers 3 # --debug-hex - -open cur/*.png ref/*.png - -echo "open cur/*.png ref/*.png" - -#pngcrush -rem gAMA -rem sRGB cur/toto.png toto.png && mv toto.png cur/toto.png -#pngcrush -rem gAMA -rem sRGB cur/layer_0.png toto.png && mv toto.png cur/layer_0.png diff --git a/training/debug/ref/layer_0.png b/training/debug/ref/layer_0.png deleted file mode 100644 index 3e0eebe..0000000 Binary files a/training/debug/ref/layer_0.png and /dev/null differ diff --git a/training/debug/ref/layer_1.png b/training/debug/ref/layer_1.png deleted file mode 100644 index d858f80..0000000 Binary files a/training/debug/ref/layer_1.png and /dev/null differ diff --git a/training/debug/ref/toto.png b/training/debug/ref/toto.png deleted file mode 100644 index f869a7c..0000000 Binary files a/training/debug/ref/toto.png and /dev/null differ diff --git a/training/debug/training/checkpoints/checkpoint_epoch_10.pth b/training/debug/training/checkpoints/checkpoint_epoch_10.pth deleted file mode 100644 index 54ba5c5..0000000 Binary files a/training/debug/training/checkpoints/checkpoint_epoch_10.pth and /dev/null differ diff --git a/training/debug/training/checkpoints/checkpoint_epoch_100.pth b/training/debug/training/checkpoints/checkpoint_epoch_100.pth deleted file mode 100644 index f94e9f8..0000000 Binary files a/training/debug/training/checkpoints/checkpoint_epoch_100.pth and /dev/null differ diff --git a/training/debug/training/checkpoints/checkpoint_epoch_50.pth b/training/debug/training/checkpoints/checkpoint_epoch_50.pth deleted file mode 100644 index a602f4b..0000000 Binary files a/training/debug/training/checkpoints/checkpoint_epoch_50.pth and /dev/null differ -- cgit v1.2.3