-
Hello, I am trying to train a object detection model. I have already run this code in my windows laptop and cluster server. But when I am trying to run the code to a ubuntu laptop with GPU support , I…
-
MNIST 예제가 utilization이 너무 낮게 나와서 다른 예제를 추가하려고 했는데 CLI 로 컴파일이 안되네요 504 에러 발생합니다.
Local에서 컴파일러로 컴파일하면 성공합니다.
```
➜ furiosa-cli git:(master) ✗ furiosa compile test_data/SSD512_MOBILENET_V2_BDD_in…
-
请问能把主干换成mobileNet吗?代码有吗
-
The current model doesn't fit into the memory of a microcontroller.
- Research a TinyML compatible Neural network architecture (e.g., MobileNet v.X.x ) and train a new model that can be used on the d…
-
File "/Users/suhasj/Documents/GitHub/Face-Mask-Detection/detect_mask_video.py", line 2, in
from tensorflow.keras.applications.mobilenet_v2 import preprocess_input
ModuleNotFoundError: No modu…
-
File "train_yolo3_mobilenet.py", line 314, in train
warmup_epochs=args.warmup_epochs)
TypeError: __init__() got an unexpected keyword argument 'step'
-
Hi,
I trained SSD-Mobilenet for my dataset. it failed to detect small objects as onion and weed_root.
Any solution for my objects?
Thanks!
-
when i run the command:
python train.py --network mobilenet --data-shape 512 --prefix C:\Users\Stefan\Desktop\MXNet\mxnet-ssd-master\output\mobilenet-ssd-512 --train-path C:\Users\Stefan\Desktop\MXNe…
-
Hi, have you ever reimplemented the results as the paper reported, such as MobileNet or ResNet?
-
### 🚀 The feature, motivation and pitch
# RVV support in PyTorch
We conducted performance tests on the RISC-V platform, comparing the performance of various models on `aarch64` and `riscv64` mac…