-
Hi Oliver,
You have merged few PR 's but still have not issued new version. Is there chance for that in a near future? Or maybe if you are busy with other projects could you add maintainers to your r…
-
Hi, all~
I wrote an nn modules to perform regression, the module is as below:
require 'nn'
require 'optim'
require 'torch'
src = torch.load('trainer.t7');
src_size = src.data:size(1);
perc …
-
This question is just about the term "pooler", and maybe more of an English question than a question about BERT.
By reading this repository and its issues, I found the "pooler layer" is put after T…
-
'''
Deep Learning Türkiye topluluğu tarafından hazırlanmıştır.
Amaç: El yazısı rakamların tanınması.
Veriseti: MNIST (http://yann.lecun.com/exdb/mnist/)
Algoritma: Evrişimli Sinir Ağları (Convol…
-
Hi,
It is a nice work. Have you ever tried it on the images of large size? I tried the method on 224*224 images and found that the gap between clean images and adversarial ones hard to enlarge. Fo…
-
Documenting this weird bug I ran into while working on microscopy files.
During the training/validation/testing steps, I get good results and predictions are visually OK. However, when trying to se…
-
I can't seem to get this to work. I am running a VM Ubuntu with the latest keras and tensorflow CPU.
When I run it:
deeplearning@deep-learning-virtual-machine:~/Desktop$ python3 deep_dream.py vgg…
-
Hi qqwweee and everyone,
I have two questions. Would you please give some information to me?
1.
The following sentence is in def create_model (...),
num = (185, len(model_body.layers)-3)[fr…
-
Right now we're using a variant of VGGNet, which is giving decent results. However, we should investigate alternatives such as AlexNet. We should also investigate how well an actual version of VGGNet …
-
## Description
For dot products, there is no speedup from using FP16 (MXNet is 4 times slower than PyTorch) on RTX 2080ti.
For ConvNets, there is similarly little or no gain when using FP16 in …