Created
July 15, 2020 16:46
-
-
Save risenW/a8b7ede68b79dd89b71946d6ee18af30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log('Loading Model...') | |
home_ = process.cwd() | |
model_path = "file://"+ home_ + "/model/model.json" | |
console.log('Model Loaded Successfull') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment