Re: Tensorflow on Spark CPU

2023-04-30 Thread Sean Owen
l.com> wrote: > > > You don't want to use CPUs with Tensorflow. > If it's not scaling, you may have a problem that is far too small to > distribute. > > On Sat, Apr 29, 2023 at 7:30 AM second_co...@yahoo.com.INVALID > wrote: > > Anyone successfully run nativ

Re: Tensorflow on Spark CPU

2023-04-30 Thread second_co...@yahoo.com.INVALID
second_co...@yahoo.com.INVALID wrote: Anyone successfully run native tensorflow on Spark ? i tested example at https://github.com/tensorflow/ecosystem/tree/master/spark/spark-tensorflow-distributor   on Kubernetes CPU . By running in on multiple workers CPUs. I do not see any speed up in training

Re: Tensorflow on Spark CPU

2023-04-29 Thread Sean Owen
You don't want to use CPUs with Tensorflow. If it's not scaling, you may have a problem that is far too small to distribute. On Sat, Apr 29, 2023 at 7:30 AM second_co...@yahoo.com.INVALID wrote: > Anyone successfully run native tensorflow on Spark ? i tested example at > https://gith

Tensorflow on Spark CPU

2023-04-29 Thread second_co...@yahoo.com.INVALID
Anyone successfully run native tensorflow on Spark ? i tested example at https://github.com/tensorflow/ecosystem/tree/master/spark/spark-tensorflow-distributor   on Kubernetes CPU . By running in on multiple workers CPUs. I do not see any speed up in training time by setting number of slot from1

Re: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-24 Thread Gourav Sengupta
at all, either by model parallelization or data >> parallelization. I don't think there is much need to develop spark to >> support tensorflow jobs. Just my thoughts... >> >> >> On Thu, Feb 24, 2022 at 4:36 PM Gourav Sengupta < >> gourav.sengu...@gmail.com> w

Re: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-24 Thread Gourav Sengupta
ard to implement a > distributed training job at all, either by model parallelization or data > parallelization. I don't think there is much need to develop spark to > support tensorflow jobs. Just my thoughts... > > > On Thu, Feb 24, 2022 at 4:36 PM Gourav Sengupta > wr

Re: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-24 Thread Sean Owen
o develop spark to > support tensorflow jobs. Just my thoughts... > > > On Thu, Feb 24, 2022 at 4:36 PM Gourav Sengupta > wrote: > >> Hi, >> >> I do not think that there is any reason for using over engineered >> platforms like Petastorm and Ray, except for

Re: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-24 Thread Bitfox
I have been using tensorflow for a long time, it's not hard to implement a distributed training job at all, either by model parallelization or data parallelization. I don't think there is much need to develop spark to support tensorflow jobs. Just my thoughts... On Thu, Feb 24, 2022 at 4:36 PM

Re: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-24 Thread Gourav Sengupta
e any dependencies? >>- Any other library which is suitable for my use case.? >>- Any example code would really be of great help to understand. >> >> >> >> Thanks, >> >> Vijayant >> >> >> >> *From:* Sean Owen >&

Re: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-23 Thread Dennis Suhari
.? >> Any example code would really be of great help to understand. >> >> >> Thanks, >> >> Vijayant >> >> >> >> From: Sean Owen >> Sent: Wednesday, February 23, 2022 8:40 AM >> To: Vijayant Kumar >> Cc: us

Re: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-23 Thread Sean Owen
ta >>>>> where I am using LSTM and transformers to forecast. >>>>> >>>>> >>>>> >>>>> I evaluated *SparkFlow* and *spark_tensorflow_distributor *libraries, and >>>>> there has been no major development recently on

Re: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-23 Thread Gourav Sengupta
t; I evaluated *SparkFlow* and *spark_tensorflow_distributor *libraries, and >>>> there has been no major development recently on those libraries. I faced >>>> the issue of version dependencies on those and had a hard time fixing the >>>> library comp

Re: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-23 Thread Sean Owen
t; >>> >>>- Does *Horovod* have any dependencies? >>>- Any other library which is suitable for my use case.? >>>- Any example code would really be of great help to understand. >>> >>> >>> >>> Thanks, >>> >>> Vi

Re: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-23 Thread Gourav Sengupta
Horovod* have any dependencies? >>- Any other library which is suitable for my use case.? >>- Any example code would really be of great help to understand. >> >> >> >> Thanks, >> >> Vijayant >> >> >> >> *From:

Re: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-22 Thread Bitfox
which is suitable for my use case.? >- Any example code would really be of great help to understand. > > > > Thanks, > > Vijayant > > > > *From:* Sean Owen > *Sent:* Wednesday, February 23, 2022 8:40 AM > *To:* Vijayant Kumar > *Cc:* user @spark > *S

Re: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-22 Thread Sean Owen
y dependencies? >- Any other library which is suitable for my use case.? >- Any example code would really be of great help to understand. > > > > Thanks, > > Vijayant > > > > *From:* Sean Owen > *Sent:* Wednesday, February 23, 2022 8:40 AM > *To:

RE: [E] COMMERCIAL BULK: Re: TensorFlow on Spark

2022-02-22 Thread Vijayant Kumar
is suitable for my use case.? * Any example code would really be of great help to understand. Thanks, Vijayant From: Sean Owen Sent: Wednesday, February 23, 2022 8:40 AM To: Vijayant Kumar Cc: user @spark Subject: [E] COMMERCIAL BULK: Re: TensorFlow on Spark Email is from a Free Mail

Re: TensorFlow on Spark

2022-02-22 Thread Sean Owen
Sure, Horovod is commonly used on Spark for this: https://horovod.readthedocs.io/en/stable/spark_include.html On Tue, Feb 22, 2022 at 8:51 PM Vijayant Kumar wrote: > Hi All, > > > > Anyone using Apache spark with TensorFlow for building models. My > requirement is to use Tens

TensorFlow on Spark

2022-02-22 Thread Vijayant Kumar
Hi All, Anyone using Apache spark with TensorFlow for building models. My requirement is to use TensorFlow distributed model training across the Spark executors. Please help me with some resources or some sample code. Thanks, Vijayant This e-mail message may

Request for comments: Tensorframes, an integration library between TensorFlow and Spark DataFrames

2016-03-18 Thread Tim Hunter
Hello all, I would like to bring your attention to a small project to integrate TensorFlow with Apache Spark, called TensorFrames. With this library, you can map, reduce or aggregate numerical data stored in Spark dataframes using TensorFlow computation graphs. It is published as a Spark package