Achille Mascia
Achille Mascia
**What happened**: When scanning a directory with the following files: `package.json` ``` { "name": "first_app", "version": "1.0.0", "description": "a first app", "main": "index.js", "scripts": { "test": "testing" }, "author": "",...
Hi, I am looking into your tensorflow implementation of V-net and it's really interesting. I have a question on the multichannel inputs because you say that your code handle them....
#### Reference Issues/PRs To the best of my knowledge, no issues/PRs are addressing this added feature. #### What does this implement/fix? Explain your changes. This PR adds the `class_weight` parameter...