aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSIPB2024-12-08 02:00:19 -0500
committerSIPB2024-12-08 02:00:19 -0500
commitf54a040ecea0e2273e6bd06874ca4c834b4b8caf (patch)
tree0c77bf247c3e0ca96bfabb76a9b430e57150be89
parent889c0de58c4765fefe65c9d3b6c98d71c9b4bdad (diff)
Oh oops delete those files too
-rw-r--r--finetune.dot9
-rw-r--r--test.dot18
-rw-r--r--train.dot18
3 files changed, 0 insertions, 45 deletions
diff --git a/finetune.dot b/finetune.dot
deleted file mode 100644
index f80b54b..0000000
--- a/finetune.dot
+++ /dev/null
@@ -1,9 +0,0 @@
-graph G {
- 1 [color=blue];
- 2 [color=red];
- 3 [color=green];
- 1 -- 3 [color=red];
- 4 -- 3;
- 2 -- 4;
- 2 -- 3 [color=red];
-}
diff --git a/test.dot b/test.dot
deleted file mode 100644
index 664b30e..0000000
--- a/test.dot
+++ /dev/null
@@ -1,18 +0,0 @@
-graph G {
- 1 [color=blue];
- 2 [color=red];
- 3 [color=red];
- 5 [color=green];
- 11 [color=red];
- 1 -- 3 [color=red];
- 4 -- 3;
- 11 -- 2 [color=red];
- 9 -- 3;
- 6 -- 7
- 4 -- 5;
- 10 -- 8;
- 5 -- 3 [color=red];
- 3 -- 8;
- 5 -- 11 [color=red];
- 4 -- 9;
-}
diff --git a/train.dot b/train.dot
deleted file mode 100644
index 48d7d46..0000000
--- a/train.dot
+++ /dev/null
@@ -1,18 +0,0 @@
-graph G {
- 1 [color=blue];
- 2 [color=green];
- 3 [color=red];
- 5 [color=red];
- 11 [color=red];
- 1 -- 3 [color=red];
- 4 -- 3;
- 11 -- 2 [color=red];
- 9 -- 3;
- 6 -- 7
- 4 -- 5;
- 10 -- 8;
- 5 -- 3 [color=red];
- 3 -- 8;
- 5 -- 11 [color=red];
- 4 -- 9;
-}