Paul Gavrikov

Results 12 comments of Paul Gavrikov

Looks like, post / postRemote work only on the UI Thread, so assign a handler in onCreate of the Service (this is executed on the UI Thread) and then post...

Well, I don’t know theoretically you could build a workaround inside Wearbus. But anyway I’d suggest you to write this down somewhere, nearly drove crazy to find out why it...

It should but as you said it does not always work > Am 26 Aug 2015 um 23:53 schrieb powder366 [email protected]: > > Should not postRemote only post to remote?...

If it runs outside your Main Context it will go crazy. Check my issue in that > Am 27 Aug 2015 um 00:01 schrieb powder366 [email protected]: > > Yes, but...

Apologies, I rarely Have time for this project anymore and I haven’t used keras in ages … but I’ll take a look. @amirshnll one thing I’ve noticed already is that...

I don't think so. Von meinem iPhone gesendet > Am 15 Jul 2015 um 09:36 schrieb Kronos87 [email protected]: > > Hello, > is it possible to set each of the...

no, it should work straightforward. > On 20 Jun 2015, at 21:44, Infinite Studio [email protected] wrote: > > Hello, > > I'm very interested by your work but when i...

Not working either - has anyone updates on this?

I really would suggest to use `Docker` for this in combination with `nvidia-docker2`. Here is my working Dockerfile: ``` FROM nvidia/cuda:10.0-cudnn7-devel-ubuntu18.04 RUN apt update RUN apt install -y python3 RUN...

@gzhhhere sorry, it been a while a while and I no longer have that container. But I've found this: https://githubmemory.com/repo/anvoynov/GANLatentDiscovery/issues/31 Perhaps you're also loading the wrong file? or in the...