-
Looking through the code, I notice that there are mini-batches consisting of just negative examples that appear to be ignored entirely. If the code ignores certain combinations, how does using GradCac…
-
I use custom_finetune.sh and no other redundant parameter settings have been changed.
encountered a problem that is " raise ValueError("Type fp16 is not supported.")ValueError: Type fp16 is not suppo…
-
Hi, xingyizhou, thanks for sharing the code! I have some troubles.
If num_works = 0, we can train the network on kitti dataset well. However, if num_workers > 0, our training crashes:
ubuntu 16.04…
-
I have a custom trained facebook fasttext embedding which i want to use in my RNN.
i use the nightly version of torchtext so the Vocab is kinda new.
How do i use fastext embedding there. a simpl…
-
**I want to pretrain BERT on custom corpus but got this error,**
**Source Code**
from simpletransformers.language_modeling import LanguageModelingModel, LanguageModelingArgs
from sklearn.model_se…
-
### Before Asking
- [X] I have read the [README](https://github.com/tinyvision/DAMO-YOLO/blob/master/README.md) carefully. 我已经仔细阅读了README上的操作指引。
- [X] I want to train my custom dataset, and I have r…
-
# Machine Learning setup and training issues
In this issue I will update the current setup for training, results and problems I encounter to converge a good solution.
## Data
The Data used comes …
-
Basic setup for data loader
```
let pileline = ImagePipeline {
$0.dataLoader = AskDataLoader()
}
ImagePipeline.shared = pileline
```
Using LazyImage from NukeUI. Custom Data…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Train
### Bug
here is …
-
When I train on voc, it shows:
Traceback (most recent call last):
File "1train.py", line 60, in
model = Darknet(opt.model_config_path)
File "/public/home/G19850028/zheng/workspace/yolo-e…