Felix
Felix
@aaronnewsome I can confirm @lpscr's workaround is succesfully woring on a 4090! And soo much faster than on GTX1060!! Missing part for me was pytorch-lightning~=1.9.0 Thanks @lpscr Never the less...
> 60 epochs per minute!! > > I'm getting about 20-30 epochs per HOUR with quality high, 1150 voice samples, using an RTX 3060 - 6GB. CPU only performance is...
I just for fun tried the thorsten-voice dataset with 22672 voice samples: Preprocessing took quite some time (~20min) but this has to run on CPU. Results on main training with...
@FemBoxbrawl on laptop often dual gpu is active (Intel / Nvidia) Did select the nvidia gpu?
> Hi, Thanks for your suggestion! > > Similar to #398, it seems there's a lot more people asking for this feature than I thought. > > Probably running a...
Same here. Config from above won't make a difference to me, my config also looked fine. Logs don't show any issues... V13 seem to have some issues (or undocumented breaking...
Sure, here a mine ```yaml wireguard: # image: ghcr.io/wg-easy/wg-easy:12 # This is working image: ghcr.io/wg-easy/wg-easy container_name: wireguard restart: unless-stopped cap_add: - NET_ADMIN - SYS_MODULE environment: - LANG=de - WG_HOST=example.com -...
> ``` > ports: > - "80:80/tcp" > - "51822:51822/udp" > ``` > > is missing no, 80 is provided by traefik (reverse proxy) internal wireguard uses 51820/udp you set...
> mine works without connection issues: I am using nginx proxy manager and caddy, both work without any issues. > > ```yaml > services: > wg-easy: > network_mode: "host" >...
Seems to be the case `- WG_PORT=51822` and `- "51822:51822/udp"` is working with V13 in v12 it had to be Seems to be the case `- WG_PORT=51822` and `- "51822:51820/udp"`...