-
### 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…
-
**Vartexai is google platform based on project**
**For the usage, we use the code as below**
from vertexai.generative_models import GenerativeModel, Part
import vertexai.preview.generative_mode…
-
After I run pruning.sh, the command line outputs "Starting training..." and the config message.
However, I did not get any other output after running it overnight.
In fact, I'm running the program o…
-
I tried to write the training method by myself. However, i couldn't reproduce the results on 3dpw. Could you explain the training methods more detail? I tried to train the pymaf-x with the coco and it…
-
### System information
- **Have I written custom code?**: No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04 or Windows 10 v1709 x64)**: No
- **astroNN (Build or Version)**: 1.1.0
- **D…
-
On Windows 10 Pro
RTX 3090
DeepFaceLab_NVIDIA_RTX3000_series_build_07_17_2021.exe installed with no modifications
No other python instances installed
Hardware scheduling enabled
Latest NVIDI…
-
Hi, I would like to log the experiments on local only, so I changed the logger to CSVLogger in the `lasaft/trainer.py`:
```
log = args['log']
if log == 'False':
args['logger'] = Fals…
-
I think the problem is that we generally expect an input scaling of 1.0 for centered instance models since they're crops already. The training does handle this appropriately, but not the visualization…
talmo updated
8 months ago
-
KTLG reference https://github.com/ktlg/tickets-integration/issues/841
Tenant reference https://github.com/ken9ross/ktlg-trng/issues/326
null
-
Hi,
This is my first time working with Sagemaker. I successfully trained a model, however, I'm having difficulty getting it to output evaluation metrics to the log files.
Here is a snippet of my…