-
Two people from Harvard (Justo and Corey) are coming to the spring week in January and they will need a full tutorial. In addition, I think that many people at IFIC could benefit from a refreshed tuto…
-
Hello:
This paper gives me a lot of help for my research. Thanks for it!
I have some questions about the process of training and testing the trailnet. I followed the wiki and trained the orientation…
-
Add support for pre-trained DNN models that can be used to extract features from free-form text data, such as word embedding vectors.
These features could then be used as inputs, for example, for …
-
I found that `F.forget` does not work correctly when inputs to `F.forget` are bare `xp.ndarray` (rather than `chainer.Variable`). When all inputs to `F.forget` are bare ndarray, `backward` of `F.forge…
iwiwi updated
6 years ago
-
First of all thanks for providing the code to your paper that really helps to understand the approach better.
As far as I see, neuron coverage is calculated based on the outputs of all layers excep…
-
##### System information (version)
- OpenCV => 3.4.0 (but also master)
- Operating System / Platform => Ubuntu 16.04 (might not matter)
- Compiler => g++ 5.4.0 (might not matter)
##### Detailed …
-
Here is the log message
F1101 12:14:03.755115 6367 mkldnn_eltwise_layer.cpp:102] Not Implemented Yet
It looks as mkldnn_eltwise_layer is not ready
-
Around 36 seconds into [this YouTube Video](https://www.youtube.com/watch?v=4_TmPA-qw9U), you can see green, yellow and red shading on top of the video feed. How would I go about replicating that? I…
-
There are certainly topics that were not covered in the initial review. Although many were worth covering, there were cases where we didn't have the time or the personnel to review these topics before…
-
Hi
Can you explain why do we need the random seed? I noticed the random seed for ImageNet classification is set to 34. I also trained a model for face verification, without random seed, it sometimes…