-
I was trying to load the weights from 'RadImageNet-ResMet50_notop.h5' to use them in pytorch. Is there any version of pretrained weights from RadImageNet for pytorch?
Also, is it possible to know …
-
Hi,
Thanks a lot of this wonderful work. I am wondering if you could help me in running this on Tensor flow? I did translate the main components but I am getting errors.
```
import tensorflow a…
-
Hi,
I'd like to retrieve, during the evaluation the detailed architecture of the ensemble and its sub network.
Using
```python
def ensemble_architecture(result):
"""Extracts the ensemble arc…
shazz updated
4 years ago
-
> @dustinvtran
> I'm thinking of efficientnet or assemble-resnet. Both have TF implementations:
>
> * https://github.com/clovaai/assembled-cnn
> * https://github.com/tensorflow/tpu/tree/master/mo…
-
I'm trying to run your `runme.py` script, but it breaks on importing `convnet` and `sequential` from `deepretina.model`.
Should it be `nips_cnn` instead of `convnet`, or is that something different…
-
The following code
```
import tensorflow as tf
import tensorflow_probability as tfp
from tensorflow_probability import distributions as tfd
def get_mnist_data(normalize=True):
img_rows…
nbro updated
8 months ago
-
Hi, I am looking to visualize the activations layers for a given image for tiny yolov3.
Example : https://medium.com/google-developer-experts/interpreting-deep-learning-models-for-computer-vision-…
-
https://stackoverflow.com/questions/55731589/cnn-keras-valueerror-negative-dimension-size-caused-by-subtracting-3-from-2-fo
It seems like maybe the padding is the issue, maybe you can add padding =…
-
Hi @wadhwasahil
I got error:
Traceback (most recent call last):
File "spatial_stream_cnn.py", line 149, in
model = VGG_16(img_rows,img_cols,'vgg16_weights.h5')
File "spatial_stream_cn…
-
**Describe the bug**
I successfully convert my CNN pytorch model to a keras model, and want to predict an input for testing it, but this exception occurs. My CPU is intel 8700 and my tensorflow and k…