Skip to content

Commit

Permalink
Adding log message
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrichmond committed Apr 26, 2024
1 parent f111767 commit 8deef11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model-classification-app/scripts/transfer-learning.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ async function run() {
});

await classifyAllImages(mobileNetModel, myTransferMobileNetModel);

console.log('Classification complete!');
}

/* Functional implementation */
Expand Down

0 comments on commit 8deef11

Please sign in to comment.