Re: Slack Invite

2018-04-26 Thread Lukasz Cwik
The link has been fixed, please use https://s.apache.org/slack-invite to
generate yourself an invite.

On Thu, Apr 26, 2018 at 1:42 PM Filip Popić  wrote:

> me also
>
> On Thu, Apr 26, 2018, 09:23 Ismaël Mejía  wrote:
>
>> Done, welcome!
>>
>> On Tue, Apr 24, 2018 at 5:47 PM, Preston Marshall 
>> wrote:
>> > Can someone send me an invite to the Slack? The invite link on the
>> website
>> > is broken.
>>
>


Re: Slack Invite

2018-04-26 Thread Filip Popić
me also

On Thu, Apr 26, 2018, 09:23 Ismaël Mejía  wrote:

> Done, welcome!
>
> On Tue, Apr 24, 2018 at 5:47 PM, Preston Marshall 
> wrote:
> > Can someone send me an invite to the Slack? The invite link on the
> website
> > is broken.
>


Re: saving image object on GCS from DoFn

2018-04-26 Thread Eugene Kirpichov
You can use FileSystems.create()

to create a file on gs:// and you can pass the result of that method to
img.save().

On Thu, Apr 26, 2018, 9:02 AM OrielResearch Eila Arich-Landkof <
e...@orielresearch.org> wrote:

> Hello all,
>
> I am running the following simplified code from DoFn (ParDo)
>
> from PIL import Image
> img = Image.fromarray(array)img.save('testrgb.png')
>
>
> img.save() with gs:// drive does not work.
> What would be the recommended way to save the img object on google drive
> as .png file
> any advice is appreciated
>
> Many thanks,
> --
> Eila
> www.orielresearch.org
> https://www.meetup.com/Deep-Learning-In-Production/
>


saving image object on GCS from DoFn

2018-04-26 Thread OrielResearch Eila Arich-Landkof
Hello all,

I am running the following simplified code from DoFn (ParDo)

from PIL import Image
img = Image.fromarray(array)img.save('testrgb.png')


img.save() with gs:// drive does not work.
What would be the recommended way to save the img object on google drive as
.png file
any advice is appreciated

Many thanks,
-- 
Eila
www.orielresearch.org
https://www.meetup.com/Deep-Learning-In-Production/


Re: Slack Invite

2018-04-26 Thread Ismaël Mejía
Done, welcome!

On Tue, Apr 24, 2018 at 5:47 PM, Preston Marshall  wrote:
> Can someone send me an invite to the Slack? The invite link on the website
> is broken.