-
## Expected Behavior
The application should load properly.
## Current Behavior
It seems when SD is enabled, it loads the SD model and fails to load the other normal LLM model and also fails to …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Bug description
Just installed DLC 3.0 with .yaml file. DLC won't start because of a missing PyTorch dependenc…
-
In function ILI9341_Draw_Colour_Burst initialization at 0 of Buffer_Size, cause division by 0 in Sending_in_Block
```
uint32_t Buffer_Size = 0;
unsigned char chifted = Colour>>8;
unsigned c…
-
### 确认清单
- [X] 我已经阅读过 README.md 和 dependencies.md 文件
- [X] 我已经确认之前没有 issue 或 discussion 涉及此 BUG
- [X] 我已经确认问题发生在最新代码或稳定版本中
- [X] 我已经确认问题与 API 无关
- [X] 我已经确认问题与 WebUI 无关
- [X] 我已经确认问题与 Finetune 无关
##…
-
## Description
I am trying to convert a Huggingface model to make it compatible with DJL.
My goal is to use `djl-convert` to convert the model and be able to load it locally.
Then I want to generat…
-
I'm trying to follow this link
[https://github.com/tensorflow/lucid/wiki/Importing-Models-into-Lucid]
And I have error in feature visualization of a layer with lucid
`render.render_vis(model, "Co…
Edw2n updated
4 years ago
-
Hi brother, I'm running with this error: when I run the train.py file, there are multiple input folders and output folders in the tmp folder, but it reminds me that only one folder can exist.
```
Th…
-
First off, I'm completely new to all of this, just playing around, so bear with me.
I was trying `python anime_upscaler.py -m ~/src/ESRGAN_models/RRDB_ESRGAN_x4.pth [and the rest]`, which I took to…
-
Would it be possible to make PhysicsML support CUDA graphs? In some cases it can provide a large speed improvement.
The main requirements to be graph compatible are that tensor shapes have to be s…
-
Does lucid support to make my own TensorFlow model visualizations now?And how to make my own channel spritemaps?
Thanks!