-
### Describe the issue
We are trying to convert a siamese PyTorch model to ONNX and perform inference with it on a CPU instance. However:
1. We are observing that our model does not meet neither…
-
When I attempt to use XBM, I receive the following error. The encoder is a torchvision resnet34. It does use a number of in-place operations, but I am not sure why this is a problem.
```
Traceback (…
-
## ❓ Questions & Help
Hi
I am working on building siamese/ triplet model. In this case, I need to input pairs with labels (or triplet without labels). In original pytorch, an easy way is using d…
-
When using Dataset Condensation with Differentiable Siamese Augmentation network for training cifar 10 with ipc =1.
I am getting an error.
```
Evaluation
model_train = ConvNet, model_eval = ConvNe…
-
ValueError: Caught ValueError in replica 0 on device 0.
Original Traceback (most recent call last):
File "/opt/conda/lib/python3.7/site-packages/torch/nn/parallel/parallel_apply.py", line 61, in _…
-
When I run experiment AB, I always report the following error:
AB:
is_training = False # enable or disable train models. if enable training, save best models will be update.
def EXPAB_train_and…
-
Hi,
There seems to be a bug with Batch Normalization layer when using it for shared layers. I traced the problem to the running mean growing uncontrollably and then going to nan. It surfaced in my ki…
-
Hello,
I have really a bad results on my customs data set, even the bbox are outide the object ! Knowing that the mAP of these same data was great while using yolov7 !
Should I train deepSort on m…
-
博主好,非常感谢你的代码,按照要求整理好数据之后,会出现如下错误:
Traceback (most recent call last):
File "train.py", line 343, in
fit_one_epoch(model_train, model, loss, loss_history, optimizer, epoch, epoch_step, epoch_s…
-
## How to reproduce the behaviour
After running `pip install blis --no-binary blia --no-build-isolation` i got this the above error, i'm always using --no-build-insolation to avoid rebuilding n…