Re: [Pdl-general] Example notebooks from new TensorFlow (low-level) binding

2023-02-01 Thread Zakariyya Mughal
On 2023-02-01 at 17:00:11 +0100, Grégory Vanuxem wrote: > Hello Zakariyya, > > Good! Thanks! > > I'll for sure give it a try. I want to test TensorFlow since some time now. > But you didn’t tell us, on which operating system/arch dit it supposed to > work on? Hello Greg, The code currently

Re: [Pdl-general] Example notebooks from new TensorFlow (low-level) binding

2023-02-01 Thread Grégory Vanuxem
Hello Zakariyya, Good! Thanks! I'll for sure give it a try. I want to test TensorFlow since some time now. But you didn’t tell us, on which operating system/arch dit it supposed to work on? Regards, __ Greg Le mer. 1 févr. 2023 à 15:49, Zakariyya Mughal a écrit : > Hello, > > I have created

[Pdl-general] Example notebooks from new TensorFlow (low-level) binding

2023-02-01 Thread Zakariyya Mughal
Hello, I have created some notebooks to demonstrate using the new libtensorflow bindings . The notebooks use PDL to convert the PDL ndarrays into the TensorFlow TFTensor data structure. This is meant to be a low-level binding for now and as