-
Nvidia GeForce GTX 1080
Core i7-7700K
Simple 3 layers Dense network with selu activation.
```
Epoch 58/10000
CUBLAS failure 11: CUBLAS_STATUS_MAPPING_ERROR ; GPU=0 ; hostname=amal-laptop ; ex…
-
HI @cetinsamet , Can you please tell us from where you got the data and created a .pkl file from that .
-
Hi all,
I am working with a feature extractor (Inception V3, VGG16, whatever) plus an LSTM for sequences classification (let's say 3 sec. each one). There's any way to use GradCam in order to obtain…
-
@KimSoybean HI
有几个疑问:
1. 在分析BN作用时,是基于SSD+VGG16.能不能这么认为,只要是一个包含了BN层的网络,将其作为detector的底层网络时,该detector都可以train from scratch?
2. 4.1节指出:remove the L2 Normalization.是不是因为BN层的存在可以代替这个L2 Normalization?
…
-
Hi,
I am trying to run the code to test the RCNN classifier on the VGG16 reference model, but I get the error:
F0408 15:16:28.126595 23712 common.cpp:141] Check failed: error == cudaSuccess (35 vs. 0…
-
我使用 `./experiment/scripts/faster_rcnn_end2end.sh 1 VGG16 rrpn` 来训练模型。训练阶段没有问题,成功得到了最终的模型,但是测试阶段出现了错误,是 `test_net.py` 中调用 `get_imdb` 函数时出的错, 提示 `KeyError: 'Unknown dataset: MSRA_TEST',请问我应该如何解决这个错误?
-
您好,非常感谢您的代码,我在使用的时候有个问题,使用如下代码:
“CUDA_VISIBLE_DEVICES=0 python run_test.py --weight_path ./weights/SHTechA.pth --output_dir ./logs/”执行后得到:“Namespace(backbone='vgg16_bn', gpu_id=0, line=2, output_dir=…
-
-
Thanks for your great work and kind sharing.
I successfully reproduce the edge detection result, as
`2018.jpeg`:
![2018](https://user-images.githubusercontent.com/24492366/90303277-4b435a80-ded…
-
how to obtain VGG16: flops = [3.1, 57.8,14.1, 28.9, 7:0, 14.5,14.5,3.5, 7.2,7.2, 1.8,1.8, 1.8, 1.8] according to FLOPs = 2HW(CinK2 + 1)Cout?
for example, no.1 conv FLOPs(0) = 3.1, while FLOPs = 2HW(C…
eeric updated
6 years ago