-
-
```
smartctl -x /dev/csmi0,1
smartctl 7.4 2023-08-01 r5530 [x86_64-w64-mingw32-win7-sp1] (sf-7.4-1)
Copyright (C) 2002-23, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFOR…
-
All metadata used by ssds should be stored in own directory like /var/cache/ssds or similar one.
We should not touch metadata provided by YUM/DNF.
-
Hello,
I managed to install Cubian for A20 on nand. Now I would like to move the system to a SSD. Is it possible and if yes then what have I to do? Change of the path in /boot/uEnv.txt to /dev/sda2 (w…
-
Allow specifying volume type on EBS creation: http://star.mit.edu/cluster/docs/latest/manual/volumes.html#create-and-format-a-new-ebs-volume
-
I want to evaluate the inference time difference on TX1 with fp16 and fp32.
Many layers used in SSD are not implemented on nvcaffe fp16experimental branch.
Has anyone tried to make SSD forward pass ru…
-
Hi,
I'm training on my own dataset and getting the following error when running ssd.ipynb:
`F0213 23:57:43.818559 22275 solver.cpp:52] Check failed: param->type() == this->type() (SGD vs. ) Solv…
raviv updated
6 years ago
-
Hello everyone. I tried to reproduce the results of the ssd_detect.ipynb, so I converted it into ssd_detect.py. However, when I execute it, it throws me the following error:
I0524 11:50:22.202144 …
FLsur updated
7 years ago
-
Hello,
I am trying to finetune the SSD model for a video dataset. Because it is a video I cannot use lmdb as the size would be too large. So I am planning to pass every frame to a caffe net object …
-
Hi,
We have an issue in the implementation/adaptation of SSD Network. To be precise, it appears when trying to assign "boxes[best_iou_idx, 4:]" to "assignment[:, 5:-8][best_iou_mask]" in the assign…