Matheus Viana
Matheus Viana
Hi. I just updated Keras (2.1.0) and TF (1.4.0) and the your code is no longer working. It seems that the function `K.gradients(...)` is now returning `[None]`. Any idea how...
Hi. Good job putting this together. I was wondering whether `loss=K.sum(...)` should be replaced with `K.max(...)` once we are interested on the output for the class with highest output value...
Marco, I've been using spherical harmonics to represent 3D meshes. I am using a package called pyshtools that provides a very simple way of doing the decomposition into spherical harmonics...
Hey Marco. I am trying to come up with a simple example where I use ipywidget to control an actor, but I had no success so far. Would you have...
Hi guys. Have any of you tried to run itkwidgets on Google Colab? I got the package installed with `!pip`, but the moment I try `view(image)`, the thing keeps running...
Hi. I am trying to run the example found in `VolumeOpacityTransferFunction.ipynb`, but I am getting this: ```python import itk from itkwidgets import view from urllib.request import urlretrieve file_name = 'first-instar-brain.mha'...
Hi. I have installed the extension on Mac OS but when I try the binding CMD+D for multiple selections, it ends up deleting the line, which is the default behavior....