-
Hi,
I generated the model.plan engine file on the same server as Triton. I also built TensorRT OSS but I get the following error when loading the engine:
```
E0226 17:02:00.421746 1 logging.cc:43…
-
**The training parameters are set as follows:**
#!/bin/bash
DATASET_DIR=../tfrecords/train
TRAIN_DIR=../train_model/
CHECKPOINT_PATH=../checkpoints/vgg_16.ckpt
python ../train_ssd_network.py \
…
-
My ssd_detect.cpp's result is not right, it's result is different with ssd_pascal_video.py on the same video. Such as ILSVRC2015_train_00755001.mp4.
What's may cause that? Is it need a mean_file?
T…
-
Reporting an unusual situation. Have ZFS mirror array across two 1TB SSDs. It regularly spews "Unaligned write command" errors. From reading reports here and elsewhere, this problem used to exist, was…
-
Is it possible to load IP-Adapter for distilled SD v1 or v2 based models such as nota-ai/bk-sdm-tiny or nota-ai/bk-sdm-v2-tiny?
When I tried to load ip adapter using bk-sdm-tiny
```python
pipe.…
-
Hi, I am benchmarking inference speed on long sequences and encountering CUDA-related errors specifically with the Mamba2 models at longer sequence lengths (>200k). This issue does not occur with Mamb…
-
Hi, I came up with an issue when training on my dataset which has 102 classes. It seems like a size mismatch problem when using the pretrained model.
Here is my code:
PYTHONWARNINGS="ignore" cvne…
-
I have train the pretrained_model on my own datasets by using this command
DATASET_DIR=./tfrecords
TRAIN_DIR=./log/
CHECKPOINT_PATH=./checkpoints/vgg_16.ckpt
python train_ssd_network.py \
…
-
I use image_input size 256x256. The code runs for one iteration. In the first iteration, the losses are normally computed. But before the next step, I got `CUDA warning: an illegal memory access was e…
thucz updated
3 months ago
-
Hello, I think SimNIBS is a very useful and comprehensive tool. But I have a problem when using the dwi2cond command to get the conductivity file of dwi data. The specific error is as follows. The dwi…