Clément Walter

Results 12 comments of Clément Walter

@sporejack see the above mentioned issue for calling library's pure functions using struct

Actually poetry is not a dependency but a dependency management system. Currently you have deps defined in setup, in requirements, they do not math and are not locking any deps...

Fix for https://github.com/MIC-DKFZ/batchgenerators/issues/77

@FabianIsensee here is the minimal change. I have run the test locally and it is all good.

what was the point of replacing all `tf.keras` to `keras`?

new to rust here, this is a real pain when coming from (more mature ?) languages such as python of javascript. jest/mocha or pytest display a much nicer log when...

hey @ArielElp , what should I do next?

> You can add `actionlint.yaml` under `.github` folder with this: > > ```yaml > self-hosted-runner: > labels: > - ubuntu-latest-4-cores > - ubuntu-latest-8-cores > ``` this is a patch, because...