We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1548bd8 commit c05a56aCopy full SHA for c05a56a
downloadtfjs.sh
@@ -7,7 +7,7 @@ if [ ! -f "../src/com/kylecorry/ml4k/assets/model.json" ]; then
7
do
8
curl https://storage.googleapis.com/tfjs-models/tfjs/mobilenet_v1_0.25_224/group$i-shard1of1 -o ../src/com/kylecorry/ml4k/assets/group$i-shard1of1
9
done
10
- npm install @tensorflow/tfjs@3.12.0
+ npm install @tensorflow/tfjs@3.14.0
11
cp node_modules/@tensorflow/tfjs/dist/tf.min.js ../src/com/kylecorry/ml4k/assets/.
12
npm install @ricokahler/pool
13
cp node_modules/@ricokahler/pool/dist/index.js ../src/com/kylecorry/ml4k/assets/promisepool.js
0 commit comments