Browse Source

Update lasagne.js

Lutz Roeder 4 years ago
parent
commit
5bde3e2aa1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/lasagne.js

+ 1 - 1
source/lasagne.js

@@ -329,7 +329,7 @@ lasagne.Tensor = class {
     }
 
     get state() {
-        return 'Not implemented.';
+        return 'Tensor data not implemented.';
     }
 
     toString() {