Skip to content
Snippets Groups Projects
Commit d30ae32d authored by aamirh2's avatar aamirh2
Browse files

Update run.sh

parent bb1c7277
No related branches found
No related tags found
No related merge requests found
#!\bin\bash
#!/bin/bash
PCP_PATH="../saved/pcp_models"
offset=2.5
......@@ -74,4 +74,4 @@ do
done
echo "Train set in $OUTPUT_PATH/train with $(ls $OUTPUT_PATH/train | wc -l) samples"
echo "Val set in $OUTPUT_PATH/val with $(ls $OUTPUT_PATH/val | wc -l) samples"
\ No newline at end of file
echo "Val set in $OUTPUT_PATH/val with $(ls $OUTPUT_PATH/val | wc -l) samples"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment