-
- RTX 3090
- CUDA 11.8
- Ubuntu 22.04.1 LTS
```
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 520.61.05 Driver Version: 520.61.05 CUDA Versi…
-
with the default command "-O", in a single RTX1080, train 30K steps, 100 images, 300 epoch, Lego dataset.
the speed is fast, but I only get PSNR=28.244854, LPIPS = 0.070723.
Is there any mistake? pl…
-
### Search before asking
- [X] I searched the [issues](https://github.com/ray-project/ray/issues) and found no similar issues.
### Ray Component
Ray Tune, RLlib
### What happened + What …
-
```
root@Ie640bd7d900d0100b:/hy-tmp/stable-dreamfusion# python main.py --text "a hamburger" --workspace trial -O
Namespace(H=800, O=True, O2=False, W=800, albedo_iters=1000, angle_front=60, angle_ov…
-
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: 18.04
- **Ray installed from (source or binary)**: pip install ray
- **Ray version**: 0.5.2
- **Python version…
-
### What happened + What you expected to happen
After finishing all epochs, it report the following error:
```
Exception ignored in:
Traceback (most recent call last):
File "/home/songxujie/…
-
I'm serving the OPT 175B model using two GPU nodes with ray and alpa.
I tested three different small-scale tasks with different domains, the results seem to significantly underperform the openai da…
zomux updated
2 years ago
-
The RLLib converges slowly on a simple environment compared to comparable algorithms with different libraries under same conditions (see below the results). Is this something that is expected or is th…
-
Hi,
I am now working on a Linux server and am running into different errors that I haven't been able to figure out. Do you know what is happening? It seems like it's unable to find installed librari…
-
### What happened + What you expected to happen
So I have been trying with different algorithms, PPO, SAC, ...etc on a custom multi-agent discrete action environment, but the actor loss was consist…