Closed ASnow closed 3 years ago
Possibly also a blocker for M1 support using Apple's fork? (https://github.com/tensorflow/tfjs/issues/4514#issuecomment-758334433)
Perhaps @nickplee would gracious enough to upstream the fixes made over there :D
@WenheLI Wenhe, do you think you have the bandwidth to take a look at this? It might be useful for pipcook, basically upgrade tfjs-node from TF 1.15 to TF 2.4.x. thanks!
@WenheLI Wenhe, do you think you have the bandwidth to take a look at this? It might be useful for pipcook, basically upgrade tfjs-node from TF 1.15 to TF 2.4.x. thanks!
Sure. I will take a look this week.
how's this going? Just starting out with tfjs on jetson nano, and don't want to do the symlink phreaking to make it work with cuda10.2 ... if it's immanent, then I'll hold off. s
how's this going? Just starting out with tfjs on jetson nano, and don't want to do the symlink phreaking to make it work with cuda10.2 ... if it's immanent, then I'll hold off.
Hi, I should be able to export an MVP for tf2.x this weekend. Will post any update in this thread.
@pyu10055 - Hi, just wondering where I can find the document for the new c-api about TF_String. I kinda know how to move the deps to tf2.x but I need to get an overview of how the new c-api works. Any documents that are available at this time?
Made a draft at https://github.com/tensorflow/tfjs/pull/4810
"C-API functions TF_StringDecode, TF_StringEncode, and TF_StringEncodedSize are no longer relevant and have been removed; see core/platform/ctstring.h for string access/modification in C."
This change has breaking building from source for tfjs-node-gpu.
System information
Describe the problem Can't build bindings
Provide the exact sequence of commands / steps that you executed before running into the problem