Added ability to store CNN models
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-07-28 20:19:52 +02:00
parent fe965706b5
commit 284dfce735
12 changed files with 224 additions and 67 deletions

View File

@@ -1,2 +1,3 @@
#!/usr/bin/env python3
from .model_view import ModelView
from .svm_view import SVMView
from .cnn_view import CNNView