Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Test: add load_model code
Browse files Browse the repository at this point in the history
  • Loading branch information
asheswook committed May 29, 2023
1 parent 79c9636 commit 1ec38f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import VisageSnap

vs = VisageSnap.Core()
vs.load_model()
vs.set_label(["NY", "JY"])
vs.train_labeled_data()
result = vs.predict_all()
Expand Down

0 comments on commit 1ec38f8

Please sign in to comment.