spotify / basic-pitch-ts

A lightweight yet powerful audio-to-MIDI converter with pitch bend detection.
https://basicpitch.io
Apache License 2.0
234 stars 22 forks source link

Can tensorflow be updated? #20

Open paulrosen opened 19 hours ago

paulrosen commented 19 hours ago

I see this in the package.json: "@tensorflow/tfjs": "^3.2.0", but the latest version is 4.2.1. Also I notice that there is a reference to "@tensorflow/tfjs-node": "^3.2.0", and that project has been archived.

Is it safe to update those dependencies or will that need lots of other changes?

drubinstein commented 19 hours ago

@dohertyguirand @rabitt

Probably safe to upgrade. I believe tfjs-node is only used for testing. Where have you seen that tfjs-node was archived? I see at least one new release a month ago on npm.

paulrosen commented 19 hours ago

https://github.com/tensorflow/tfjs-node?tab=readme-ov-file

drubinstein commented 19 hours ago

Ah. I guess Google setup tfjs-node to point to tfjs