-
When I started the worker to use distributed training with the following environment configuration, I got a segmentation error. The error message is as follows:
> BytePS launching worker
> enabl…
-
Hi, farrajota
I trained and tested the fastrcnn with voc dataset, everything goes well.
I trained the fastrcnn in coco dataset with no error, when I tested the accuracy with the trained model, error…
-
Dear ronghanghu:
Thank you for your work,I tried to call this function to reproduce the paper, but the loss (cost function) has been very large during the training, and there is no tendency t…
-
I want to save the weights and load the weights in Keras with Tensorflow backend.
When I import ResNet50 model with Tensorflow backend I get errors
ValueError: Cannot feed value of shape (512, …
-
I have ilsvrc2012 dataset and VGG16 pretrained network. (init_net and predict_net files generated by the model translator) and I want to train/finetune it further with caffe2. why is this so hard and …
-
help me, pls
```
bafs@bafs-xavier:~/Saliency/cvpr2019_Pyramid-Feature-Attention-Network-for-Saliency-detection$ python3 train.py --train_file=train_pair.txt --model_weights=model/vgg16_no_top.h5
…
-
有代码,以下是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…
-
In the code set up for vgg16 I see that the crop pool layer stop the gradient propagation with respect to rois coordinates, which means it only propagate gradients to conv5_3 bottom layer. Could anyon…
-
I am trying to extract weights from a pruned VGG16 caffemodel however it outputs a 1kb h5 file giving 0 layers processed. The link to the model https://github.com/yihui-he/channel-pruning/releases/tag…
-
Dear Dong Huang,
I am reaching out regarding the dataset referenced in the `deepfeature` repository, particularly the file named `neuron_sensitive_samples_random_svhn_vgg16_images.npy`, as shown in…