-
Time per batch iteration on the same experiment (Siamese network) setup.
RTX2080Ti - 0.5 sec.
TitanX - 0.69 sec.
RTX3080 - 0.72 sec.
RTX 2070-Super -- 0.77 Sec
Is it because Pytorch/CUDA e…
-
**Here** "Download the state dictionary of the Network and put it inside of Root_Dir/models and set the value of net in Root_Dir/tracking/experiments//design.json as the name of the network (e.g. base…
-
THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=663 error=11 : invalid argument
Traceback (most recent call last):
File "/home/jfkuang/SiamMask/tools/demo.py", line 53, in
st…
-
It looks like every parameter is counted twice. Is there a way to report correct results for Siamese and Triplet models?
-
## 🚀 Feature
The number of examples in ignite repository is significantly less as compared to the [pytorch/examples](https://github.com/pytorch/examples) repository. It would be great to have a few m…
-
When i run "install_env.sh" directly in my terminal, here are some errors I met:
(base) chenrh@amax-4seismic:~/Siamese_FWI-main/Siamese_FWI-main$ sh install_env.sh
Creating Package environment
Ch…
-
**Describe the bug**
Trying to convert a siamese Resnet18 model from Pytorch to Tensorflow but I get the following error in tf.loadModel
> tfjs@latest:2 Uncaught (in promise) Error: Provided weigh…
-
Addition of New Contastive Loss function which is used as a primary metric to calculate loss in siamese networks. If it needs to be added, I would love to work on the PR.
Reference : http://yann.lecu…
-
In both siamese codes you have the class CNN with a parameter n_classes but you never used it, so you can initialize empty? or is a mistake and it need that parameter for something?
`# define the …
set92 updated
7 years ago
-
![image](https://user-images.githubusercontent.com/70731194/177521512-91a75186-415e-4f7f-80c4-af01ff5bd255.png)
预训练模型:https://huggingface.co/uer/chinese_roberta_L-12_H-768
训练命令:
python finetune/…