-
# Enhancement
### Description
As discussed in various places, including https://github.com/atom/atom/pull/10384#issuecomment-174019550, there is an opportunity to implement a new indentation log…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmengine/issues) and [Discussions](https://github.com/open-mmlab/mmengine/discussions) but cannot get the expected help.
…
-
A bunch of examples directly do `torch.save(model)`. For example https://github.com/pytorch/examples/blob/main/word_language_model/main.py#L234-L235
Right now, if a dynamo-optimized model is attemp…
-
Hello,
My final goal is to do a custom dataset training on the object detection.
For a simple start, I try to follow the model training guide given in stm32ai-modelzoo/object_detecction/src.
The…
-
Hi,
With `hubot-2.19` with `redis-brain-v0.0.4` and I get the following errors when I try to use `hubot-eavesdrop-2.2.1`. Any ideas on how to fix this?
```
hubot_1 | [Mon Sep 04 2017 18:00:…
-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
```
- `llamafactory` version: 0.9.1.dev0
- Platform: Linux-5.4.0-81-generic-x86_64-with-glibc2.31…
-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
[2024-06-07 10:17:14,980] [INFO] [real_accelerator.py:191:get_accelerator] Setting ds_accelerator t…
-
非常感谢贵团队能开源这个工作!
我尝试从本项目下载的segment-10061305430875486848_1080_000_1100_000_with_camera_labels数据测试streetsurf时缺却遇到了如下报错:
> python -u /data/temp_dev/code_single/tools/train.py --config code_single/conf…
-
### Reminder
- [X] I have read the README and searched the existing issues.
### System Info
MASTER_PORT=$(shuf -n 1 -i 10000-65535)
export CUDA_VISIBLE_DEVICES=0,1,2,3
torchrun --nproc_per_node=4…
-
I have translator the yolo mole from darknet to caffe mode and successfully recognize the piture [refer to this](https://github.com/Banus/caffe-yolo#model-files). And I also translator the caffe model…