-
I need to analyze and present visually the training process and the outcome of the encoder-decoder training and compare this with input features. I use 'pytorch' backend process. How can I tap the net…
-
Hello! I wanted to ask if there was any interest from the maintainers in adding a [COBS](https://en.wikipedia.org/wiki/Consistent_Overhead_Byte_Stuffing) encoder and decoder to this library.
I've b…
-
在val阶段,模型可以正常加载并推理。但是在训练时无法正确加载模型。这将会导致模型输出空白图
```
Restored from PID_FLIR/epoch=000345-step=000059999.ckpt with 299 missing and 1048 unexpected keys
Missing Keys: ['encoder.conv_in.weight', 'enco…
-
This is a tasklist for protobuf encoder/decoder module for gRPC protocol.
API for this module is described here https://www.notion.so/tarantool/RFC-Protocol-Buffers-encoder-decoder-17ff2ff599974f9a…
-
Can you help me,This is my sample code
```
siamese_init();
SiameseEncoder encoder = siamese_encoder_create();
SiameseDecoder decoder = siamese_decoder_create();
unsigned char frame_…
-
### Checklist
- [X] The issue exists after disabling all extensions
- [X] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
作者你好,我使用链接进行下载的预训练权重进行测试,报如下错误,我想问一下这个是预训练模型本身的错误还是我哪里出错了?希望作者可以抽空解答一下我的疑惑。
Total: 9551088
Trainable: 9551088
/root/autodl-tmp/DeepRFT-main/utils/model_utils.py:39: FutureWarning: You are using…
-
use the modelscope VAE, UNet and text encoder weights as README suggest, but crashed while loading vae
```
Traceback (most recent call last):
File "/home/turing/workspace/instruct-video-to-video…
-
### 🐛 Describe the bug
We are trying to convert `whisper-large-v2` to TRT using the [`whipser_trt`](https://github.com/NVIDIA-AI-IOT/whisper_trt) repo. This repo uses [`torch2trt`](https://github.com…
-
Hello, I'm trying to reload a model after quantizing it and saving it to a checkpoint file + the quantization map:
```
import json
import torch
import diffusers
import optimum.quanto
from op…