-
Create data models, e.g. Task, TimeTask, Project, TimeRecord, User, etc.
-
## Short description
When trying to generate a poetry.lock file with the cli fails with an error. I'm able to generate setup.py from pyproject.toml though.
## Output
```
dephell deps convert…
-
Hi! Thanks for the great tool!
When I run sd.cpp with some not pruned SD models it drops the error.
```
[ERROR] model.cpp:773 - unsupported dtype 'F64'
```
It seems to me a simple thing to fix…
-
I was working on adding support for the TFLite op `Batch_MatMul`. When looking at the tests, I was a bit puzzled as to why there was already a test for that operator and why it is passing.
https://…
-
I was trying to convert a pytorch model into keras via onnx. The pytorch model was successfully converted to onnx format. I tried two versions of the model:
1. Model with bilinear upsampling, with …
-
大佬,我尝试翻译以下文档,却报错内容如下
[mans.io-HIe4FpfH.pdf](https://github.com/user-attachments/files/17611252/mans.io-HIe4FpfH.pdf)
Downloading...
Traceback (most recent call last):
File "C:\Users\Leno…
-
I have a question.
Can't we use custom objective function in onnx?
I difined "focal_loss" as a objective function.
ONNX couldn't save following LightGBM model,
```
model = lgb.LGBMCla…
-
Hello,
I want to fine-tune EasyOCR for French (easyocr.Reader([fr])), and I followed the instructions provided in[ this note](https://github.com/JaidedAI/EasyOCR/blob/master/custom_model.md) and[ thi…
-
When reading an excel file that is exported from other libraries, for example caxlsx https://github.com/caxlsx/caxlsx
The library generates Excel with floats and integers represented with t="n", for …
-
Currently System.Windows.Media.Color is the color type used throughout WPF. This type however is not part of .NET Standard, which uses System.Drawing.Color instead.
It would be very useful that the…