-
Thank you for your code. I have two questions.
1. Is the vgg16_weights.h5, which downloaded from the link provided by you, pretrained on ImageNet?
2. It seems that the model_vgg is trained at every…
ghost updated
5 years ago
-
"dataPrepare_for_CNN.py" is okay
but
when I run the "MIL_train.py",
there is a error:
return running_loss/len(loader.dataset)
ZeroDivisionError: float division by zero
So sad that I cannot s…
ghost updated
2 years ago
-
http://doi.org/10.1109/TCBB.2015.2510002
-
LeCun, Yann, Yoshua Bengio & Geoffrey Hinton. 2015. [“Deep Learning.”](https://www.nature.com/articles/nature14539) _Nature_ **521**: 436-444.
-
Hey there,
I really enjoy your network/implementation but have some questions about improving my results :) **As you know this baby best it would interest which parameters I should try to change to i…
-
The latest releases of TensorFlow 2 have been accompanied by excellent tutorials which made it straightforward to manipulate and adapt complex models such as RNNs, CNNs, and GANs to a variety of task…
-
In [this project](https://github.com/emarkou/Audio-auto-tagging), they provide an example about how to feed mel spectrograms to a DNN. However, we need to deal with the fact that our inputs can have d…
-
#### Issue Description
I’m looking for some documentation on how to setup a `MultiLayerConfiguration` that combines Convolution and GravesLSTM layers and that takes _variable-length_ **time-series da…
-
@davidsandberg
I am training on my own dataset, 92 classes approx. 15 images per class, using softmax loss but the training accuracy is reaching 100%. this is very unusual. There must be something v…
-
## I met the problem below when I used my own CNN module
RuntimeError Traceback (most recent call last)
[](https://localhost:8080/#) in ()
7 print(test_images…