-
to foster community involvement - some richer sample code beyond MNIST should be tackled.
Generative Adversarial Networks is a hot topic amongst ML - and some sample code using swift should help enco…
-
ICASSP reca(ss)p?
On the hook: @lostanlen @jongwook @mcartwright
-
Questions: https://github.com/jinzishuai/learn2deeplearn/blob/master/deeplearning.ai/C4.CNN/week4_SpecialApps/Quiz.pdf
-
Batched operations involve performing many small linear-algebra operations, such as GEMV or GEMM. In particular batched GEMM has become increasingly popular due to deep learning. More parallelism can …
-
Hi author, I noticed that there is a 'task' option in your code, as mentioned in your paper, this network can also be used for super-resolution task. How can I modify this code to do upsample task?
-
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…
-
I, like 613 other people, was not accepted into this program. The main thing this camp really offers is mentorship and advice from intelligent and well experienced people. While I am certainly not as …
-
I cannot find this information detailed anywhere and suspect it may be why my build won't use the GPU for extraction/conversion.
-
_@agitter is no longer updating the outline, we are no longer accepting new sections_
Of course you should feel welcome to contribute to sections that already exist. We're also looking for people t…
-
Hey Alex!
Awesome that you're using the StagingArea. However, the usage of it is incorrect, and you won't see any speedup.
You're correctly aggregating a list of the staging area ops (you call e…