-
Hi there,
i would like to use EOgmaNeo and apply it to a reinforcement learning problem. I have inputs as a vector at each time step. But I don't know how to pass these inputs to the learning agent…
-
2024-06-09 21:59:48 ==========
2024-06-09 21:59:48 == CUDA ==
2024-06-09 21:59:48 ==========
2024-06-09 21:59:48
2024-06-09 21:59:48 CUDA Version 12.1.1
2024-06-09 21:59:48
2024-06-09 21:59:48…
-
Type: Bug
When I initially installed visual studio code with anaconda. I installed basic libraries for deep learning development such as tensor flow and jupyter notebook support both in anaconda vir…
-
### 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…
-
在运行python3 generate_dataset/generate_dataset.py --Nt 64 --Nr 4 --K 8 --dk 2 --B 1 --SNR 0 --SNR_channel 100 --gpu 0 --mode gpu --batch_size 200 --epoch 1000 --factor 时,出现了如下错误
Traceback (most recent …
-
Hi,
We've talked about your input pipeline in StackOverflow and since you advised me to open an issue here, here I am. You've helped me a lot already but I would like to know more about the actual …
-
it takes so long time.
in get_evaluation_bboxes, it takes so much time to run below code, (about more than 10 hours)
for idx in range(batch_size):
nms_boxes = non_max_suppressi…
-
I am trying `speedster` to optimize inference of `oasst-sft-1-pythia-12b` on a rented A100 with 40GB VRAM on Lambda Cloud. The code I use is pasted here:
```
from speedster import optimize_model, …
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Predict
### Bug
I chec…
-
Need help in fixing a bug in the adaptation of the test code for the new method of training. I almost managed to adapt the test code, but I ran into one bug that I'm really stuck on solving. Only this…