-
1. The script_rfcn_demo.m is work well with Resnet101
2. But the matlab go crash when running with Resnet50/101, the code is down at line 117 "caffe_solver.step(1)" of rfcn_train.m, without an…
-
Hi, the acc of trained ann resnet is 0.80 , but when I try to convert it into snn using this code , the converted snn acc is only 0.77.
In the fuse_norm_replace function of the snn which reaches 0.7…
-
Excuse me, I want to use this tool to visualize my own trained vgg16 model. However, I only have a .pb and .h5 model instead of .npy or .cpkt. So How can I convert or change some parts of code to achi…
BIRlz updated
2 years ago
-
-
I am trying to use your code to replicate the training process with my custom dataset. I am using the VGG16 as back end. I get the following error as mentioned below
I0120 19:31:06.732738 15049 sol…
-
CUDA_VISIBLE_DEVICES=0,1 python trainval_net.py --dataset pascal_voc --mGPUs --net vgg16 --bs 16 --nw 12 --lr 0.001 --cuda
我这样这设置多卡训练,但是报错了。。。
请问需要怎么设置,程序里写好了多卡并行么????
-
Noting down the list of tasks to be completed for the tutorial. The implementation for the attack is in #65 .
Paper [Link](https://arxiv.org/pdf/1710.08864.pdf)
For the sake of simplicity righ…
-
This will be one of the tutorials for One Pixel Attack using VGG16 and CIFAR10 (open to discussion if difficult). Try to include the visualizations in original paper. [Link](https://arxiv.org/pdf/1710…
-
Now we have demonstrated the possibility of implementing well known models with crystalnet, by giving two examples: **vgg16** and **yolov2**.
But we still don't have an example of training the mod…
-
有代码,以下是maskrcnn在这个基代码的实现:
class MaskRCNNHead(nn.Module):
def __init__(self, n_class, roi_size, spatial_scale, num_convs=4, conv_dim=256, mask_out_dim=28):
super(MaskRCNNHead, self).__in…