Browse Source

Update keras.js (#1223)

Lutz Roeder 2 years ago
parent
commit
317e30a349
1 changed files with 2 additions and 0 deletions
  1. 2 0
      source/keras.js

+ 2 - 0
source/keras.js

@@ -614,6 +614,8 @@ keras.Graph = class {
                     }
                     break;
                 }
+                case 'YOLOV8Backbone':
+                case 'YOLOV8Detector':
                 case '__Function__':
                 case 'Functional':
                 case 'Model': {