Browse Source

Update Keras script

Lutz Roeder 2 months ago
parent
commit
f1695592bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/keras

+ 1 - 1
tools/keras

@@ -19,7 +19,7 @@ venv() {
 }
 
 clean() {
-    echo "tf clean"
+    echo "keras clean"
     rm -rf "./third_party/env/keras"
     rm -rf "./third_party/source/keras"
 }