-
I convert the Pytorch model(CIResNet22_RPN.pth) from [SiamDW](https://github.com/researchmm/SiamDW) project to ONNX model and there is no error to get the artifact (siamdw.onnx).
After that, i ref…
-
Hi,
I have few questions related to models?
1. Does bert-base-nli-mean-tokens is trained on English-only dataset? I have used this model to get the embeddings of Urdu Language - sentences. It is pro…
-
Hi! I'm trying to create a Siamese Network using Bayesian Layers. But I'm having the following issue:
```
/pytorch/torch/csrc/autograd/python_anomaly_mode.cpp:57: UserWarning: Traceback of forward …
-
-
https://github.com/researchart/rose6icse/tree/master/submissions/available/FRMiner-icse-main-1604
- Lin Shi
shilin0616@hotmail.com
- Mingzhe Xing
mingzhe@itechs.iscas.ac.cn
- …
-
(pytorch) F:\jetbrains\pycharm\COSNet>python test_coattention_conf.py --dataset davis
=====> Configure dataset and model
Namespace(batch_size=1, corp_size=(473, 473), cuda=True, data_dir='./DAVIS', …
-
**Describe the bug**
Model checkpoint is not working, even with explicit checkpoint callback.
**To Reproduce**
Steps to reproduce the behavior:
This is the settings I'm using. `hparams.checkpoin…
-
Hi, If I want to train object detector, I need to convert my dataset format from MOT17 to VOC, is that right? or I don't need to do that?
How about training the re-identifaction Siamese network? What…
-
#### Configuration
- Version of DeepDetect:
- Locally compiled on Ubuntu 16.04 LTS
- Commit (shown by the server when starting):
- Branch `Master`, 7512943bd830967c9c97f0780658d8e811c81c4d…
YaYaB updated
4 years ago
-
Dear author ,I want to use my dataset to train the model,but I think the load way of mnist can't suit me,Can you tell me how to change the load my dataset? thanks!