-
In your paper, you mentioned that the mean rank of the model is close to 0, but the average correct rate of the model is only about 0.004.
But I think that a mean rank close to 0 should mean that t…
-
hello, im studying the face recongiton.
I want to detect the glassed in the face images.
but using the glass_cascade.xml cannt achieve
i dont konw how to improve and train a better glasses_detector…
-
### Context
So far, when training models using several channels/contrasts (e.g. T1w, T2w), images need to be co-registered for each subject. This takes time and is prone to error. What if we would …
-
Hi,
I am trying to train CNN model using keras in R. I followed the example from [Simple CNN on CIFAR10 dataset](https://tensorflow.rstudio.com/examples/cifar10_cnn).
Everything seems to run well …
-
Post questions here for this week's fundamental readings:
Goodfellow, Ian, Yoshua Bengio, and Aaron Courville. 2016. Deep learning. Chapter 12.2 [“Convolutional Networks.”](http://www.deeplearning…
lkcao updated
7 months ago
-
I am using your code to pansharpen a PRISMA dataset and am encountering some issues with the output. First of all, there is visible distortion remaining in the 9x9 pixel groups (image included below),…
-
Is any code available from chapter 6 particularly the Char RNN?
-
The following code for the contiguous check in **shape.rs** will trigger problems for the squeezed tensor (n-dim to 1-dim) because of the " if dim > 1" condition (recently added ).
``` rust
//…
-
I was about to train this, when I had an Idea: Since I provide all the data for this, couldn't I technically use this to detect anything in an image? Like guns, or cars?
I'm not trying to be a prude …
-
When I trained with English train/dev files, it worked.
But when I trained with Japanese train/dev files (and set pre-trained Japanese word embeddings file), I got the following error.
```
File…