-
unfold: 0.40
django: 5.12
chrome: latest
description: the collapse inside inline isn't working anymore
code:
`
class WorkerInline(StackedInline):
form = WorkerForm
model = Worke…
-
Why complex dataports running so slow.
We have dataport that should import about 35k products with some attributes, bricks data and so on.
![image](https://github.com/user-attachments/assets/2abe3…
-
It seems like the class HS added in #102 can't be access when running on docker:
Docker log:
```
ns: ignoring non-local HS class request
```
Which comes from
https://github.com/handshake-org…
Falci updated
11 months ago
-
hello, I try to run this code by hugeface,but get some error:
```
UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This sh…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Papers about effective preprocessing in images.
- Check notebooks seen in class (ANNDL + BIO)
- https://drive.google.com/file/d/1IwJOUvHt6HkC9ypaPVkBVKu6cA1WmOsJ/view?usp=sharing
-
I want to detect only one class. For example, if I trained the base model on the 'dog' class and then fine-tuned it using a few-shot approach for the 'cat' class, how can I save only the images where …
-
OT: Sorry for posting so much issues. Don't get me wrong, I like the work you have done and I just want to give feedback :)
Measurements in Home Assistant should be `state_class: measurement` to su…
-
Hello.
I failed to display translations with Angular v18.
Here is the config file :
``` TypeScript
import { APP_INITIALIZER, LOCALE_ID, Provider } from "@angular/core";
import { Title } fro…
-
```python
from mmdet.apis import init_detector, inference_detector
config_file = 'rtmdet_tiny_8xb32-300e_coco.py'
checkpoint_file = 'rtmdet_tiny_8xb32-300e_coco_20220902_112414-78e30dcc.pth'
mod…