Skip to content

Instantly share code, notes, and snippets.

@Visrozar
Created December 15, 2018 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Visrozar/c5f2aef0a7c61c569384f2344f2f603e to your computer and use it in GitHub Desktop.
Save Visrozar/c5f2aef0a7c61c569384f2344f2f603e to your computer and use it in GitHub Desktop.
Clarifai API - Train a model
app.models.train("golden retriever").then(
function (response) {
console.log(response.rawData);
},
function (err) {
console.log(err);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment