-
I wanted to convert 2 models for usage in inf1, the movenet model and another model which was saved from keras as a .h5 file. The movenet model is a tensorflow model (if I am not mistaken), saved in a…
-
Hello everyone, I have a question about the weight update of BindsNET, I hope someone can help me solve it.
My problem description is: During the process of running the network in a single step, I …
-
```ruby
# model
path = 'model/DNABERT2-117M'
config = BertConfig.from_pretrained(path)
model = AutoModel.from_pretrained(path, config=config,trust_remote_code=True)
# train
trainer = Trainer(mod…
-
This feature request has been transcribed from messages posted in #2412 and to the mailing list in the first week of January 2021. The topic is what might replace the current memory structures used f…
-
Click to expand!
### Issue Type
Bug
### Have you reproduced the bug with TF nightly?
Yes
### Tensorflow Version
v2.12.0-rc1-12-g0db597d0d75 2.12.0
### Custom Code
No
### …
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Union types express a subtyping relationship, but I am unclear as to whether typeclasses (i.e. Rust's traits) do?
If a `trait B` extends another `trait A` and `B` reuses the implementations of `A`, c…
-
问题描述: 可以通过localhost:9997加载出web ui,但是在注册本地模型或者加载内置模型(包括LLM和embedding),下载完成后运行时都会报这个错
`RuntimeError: [address=0.0.0.0:36297, pid=1139] Failed to import transformers.generation.utils because of the fo…
-
This thread is a master thread for collecting problems and reports related to incorrect and/or problematic predictions of the pre-trained models.
## Why a master thread instead of separate issues?
…
ines updated
2 months ago
-
Hi,everyone!
I met a strange illegal memory access error. It happens randomly without any regular pattern.
The code is really simple. It is PointNet for point cloud segmentation. I don't think there…