Bodo Kaiser

Results 70 comments of Bodo Kaiser

I added you as a contributor. Feel free to update this repo with your suggestions. I won't be able to work on this over the next weeks :(

Hi, you have very good arguments! Unfortunately I have very limited computing resources so I cannot update this project at the moment but feel free to send a PR with...

Hi, yes see [this issue](https://github.com/bodokaiser/piwise/issues/8). You can also check out [semseg](https://github.com/meetshah1995/pytorch-semseg) as stated in the README. I cannot say why there is so bad convergence with my implementation(s) - if...

Great work! Can you submit your changes? Bodo > Am 26.07.2017 um 04:58 schrieb Saeed Izadi : > > I finally found the problem!! > For the last set of...

@saeedizadi I am now working on a different project which utilizes the u-net architecture and found some solutions: * Use leaky relus in the encoder/downsample part * Small learn rate...

> > The problem is that the schema file itself tries to import a package that doesn't exist if the code gen has never run before > > There's no...

I wonder about the error code? Further the [kernel docs][1] actually say that half duplex is enabled per default. Any suggestions how I could test this detached from go /...

@joewreschnig Hey Joe, huge thank you for giving some implementation details! Feels really good to have a clean solution for this kind of problem.

For (personal) reference: I needed to use a three-stage build process, where I first generate the ent skeleton, second the hooks, and third the privacy features: ```go func main() {...