-
Q: I trained a model with a dataset in coco format that I made myself, and now have two problems: 1) The score is high on the validation set, but low for other datasets of the same type. This doesn't …
-
Hi
Despite the installation it cannot work
![Screenshot 2024-02-26 074936](https://github.com/ssitu/ComfyUI_UltimateSDUpscale/assets/74836845/65e772f3-fbb7-45a8-857b-886207cd09c4)
-
## Catalogue
- Platform
- [x] Gitcoin
- [ ] Hackerlink
- [ ] Mask
- Experience
- [ ] Beginner
- [x] Intermediate
- [ ] Advanced
- Category
- [ ] Mask Core Feature
- [x] Ma…
-
This guide explains how to train your own **custom dataset** with YOLOv3.
## Before You Start
Clone this repo, download [COCO](http://cocodataset.org/#home) dataset, and install [requirements.tx…
-
Meta just released there LLaMA model family
https://github.com/facebookresearch/llama
Can we got support for that?
They calim that the 13B model is better than GPT 3 175B model
----------------…
-
Need a way to prevent TF from consuming all GPU memory, on v1, this was done by using something like:
```
opts = tf.GPUOptions(per_process_gpu_memory_fraction=0.5)
sess = tf.Session(config=tf.Confi…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection/issues) and [Discussions](https://github.com/open-mmlab/mmdetection/discussions) but cannot get the expected …
-
### Issue Type
Others
### onnx2tf version number
1.5.36
### onnx version number
1.12.0
### tensorflow version number
2.10.1
### Download URL for ONNX
pip install onnx==1.12.0
### Parameter R…
-
I'm training with a custom dataset, but for some reason when training (both locally and on google colab) using
```
trainer = DefaultTrainer(cfg)
trainer.resume_or_load(resume=False)
trainer.train…
-
Semantic Import Versioning (SIV) is a novel idea for supporting multiple versions of a package within the same program. To my knowledge and experience, it's the first example of a strategy for support…