Re: Tensorflow wrapper for D

2020-06-01 Thread tastyminerals via Digitalmars-d-announce

On Monday, 1 June 2020 at 20:04:01 UTC, tastyminerals wrote:

On Sunday, 31 May 2020 at 14:43:46 UTC, 9il wrote:


by Shigeki Karita

https://github.com/ShigekiKarita/tfd


Nice to see changes in DL domain for D. I wonder what happened 
to https://github.com/ShigekiKarita/grain, looks dormant now. 
Also, looks like tfd needs a lot of work too with autograd is 
not being implemented. Which TF version does tfd target? TF2 
doesn't even have official Java API support which basically 
means that nobody will port their prod models to TF2 for the 
time being.


I know that creating something akin to PyTorch/TF for D is a 
titanic amount of work. I wonder if generating PyTorch / TF 
bindings for D would be easier?


"nobody will port their prod models to TF2 for the time being." I 
meant those who use their TF models in Java/Scala code bases like 
we do.


Re: Tensorflow wrapper for D

2020-06-01 Thread tastyminerals via Digitalmars-d-announce

On Sunday, 31 May 2020 at 14:43:46 UTC, 9il wrote:


by Shigeki Karita

https://github.com/ShigekiKarita/tfd


Nice to see changes in DL domain for D. I wonder what happened to 
https://github.com/ShigekiKarita/grain, looks dormant now. Also, 
looks like tfd needs a lot of work too with autograd is not being 
implemented. Which TF version does tfd target? TF2 doesn't even 
have official Java API support which basically means that nobody 
will port their prod models to TF2 for the time being.


I know that creating something akin to PyTorch/TF for D is a 
titanic amount of work. I wonder if generating PyTorch / TF 
bindings for D would be easier?


Re: Tensorflow wrapper for D

2020-05-31 Thread Shigeki Karita via Digitalmars-d-announce

On Sunday, 31 May 2020 at 14:43:46 UTC, 9il wrote:


by Shigeki Karita

https://github.com/ShigekiKarita/tfd


Thanks for sharing my work. Currently, I am working on code 
generation for all the operations in 
https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/ops/ops.pbtxt


Re: Tensorflow wrapper for D

2020-05-31 Thread jmh530 via Digitalmars-d-announce

On Sunday, 31 May 2020 at 14:43:46 UTC, 9il wrote:


by Shigeki Karita

https://github.com/ShigekiKarita/tfd


Cool.


Re: Tensorflow wrapper for D

2020-05-31 Thread Greatsam4sure via Digitalmars-d-announce

On Sunday, 31 May 2020 at 14:43:46 UTC, 9il wrote:


by Shigeki Karita

https://github.com/ShigekiKarita/tfd


Thanks for this great work. I will give it a try later. 
Tensorflow im D is whatwhile


Re: Tensorflow wrapper for D

2020-05-31 Thread Greatsam4sure via Digitalmars-d-announce

On Sunday, 31 May 2020 at 14:43:46 UTC, 9il wrote:


by Shigeki Karita

https://github.com/ShigekiKarita/tfd


Thanks for this great work. I will give it a try later. 
Tensorflow in D is worthwhile


Tensorflow wrapper for D

2020-05-31 Thread 9il via Digitalmars-d-announce



by Shigeki Karita

https://github.com/ShigekiKarita/tfd