Forum

mrmucha
@mrmucha
Admin
Member
Dołączył: sty 9, 2012
Last seen: kwi 27, 2024
Tematy: 526 / Odpowiedzi: 551
Odpowiedz
Odpowiedź na: wireguard: can't reach another host in wireguard server network

remember: eth0 - this is my network interface, change it if needed 1. Add this lines in wg0.conf: PostUp = iptables -A FORWARD -i wg0 -j ACCEPT;...

3 tygodnie temu
Forum
Odpowiedz
Odpowiedź na: Save & Load model with optimizer and epoch

save function torch.save({ 'epoch': epoch, 'model_state_dict': model.state_dict(), 'optimizer...

3 miesiące temu
Forum
Odpowiedz
Odpowiedź na: scalene, stylegan error: RuntimeError: context has already been set

open: stylegan2-ada-pytorch-main\train.py find code: # Launch processes. print('Launching processes...') torch.multiprocessing.set_s...

3 miesiące temu
Forum
Odpowiedz
Odpowiedź na: WSL UBUNTU - code not working or start internal VSC installation

One of the solutions AT WINDOWS make sure that C:\Program Files\Microsoft VS Code exist make sure that C:\Program Files\Microsoft VS Code is...

7 miesięcy temu
Forum
Odpowiedz
Odpowiedź na: TESLA P100 on WSL (errors and drivers, TCC to WDDM mode)

First, TESLA P100 runs in Tesla Compute Cluster (TCC) mode, that's bad and it's not supported by WSL2. Get new drivers from/p> If you are usin...

8 miesięcy temu
Forum
Odpowiedz
Odpowiedź na: awstats - htaccess username and password protected

example /etc/apache2/conf-enabled/awstats.conf apache file ScriptAlias /awstats/ /usr/lib/cgi-bin/ Alias /awstats-icon/ /usr/share/awstats/icon/ A...

9 miesięcy temu
Forum
Odpowiedz
Odpowiedź na: WSL, Ubuntu - .VHDX space optimization

Open power shell as administrator type: wsl --shutdown Disable disk compression! Right click on *.VHDX file of system (in my case is ext4.vhd...

10 miesięcy temu
Forum
Odpowiedz
Odpowiedź na: yt-dlp, download only live chat

yt-dlp --sub-langs all --write-subs --skip-download/span>

10 miesięcy temu
Forum
Odpowiedz
Odpowiedź na: WiFi Krexus - what android app?

Name: Smart Life - Smart Living url:

10 miesięcy temu
Forum
Odpowiedz
Odpowiedź na: lightning.pytorch.utilities.exceptions._TunerExitException:

make sure that are you using right import, change from lightning.pytorch.tuner import Tuner to from pytorch_lightning.tuner import Tuner

10 miesięcy temu
Forum
Odpowiedz
Odpowiedź na: cuda/Indexing.cu:1289: indexSelectLargeIndex: block: [19,0,0], thread: [51,0,0] Assertion `srcIndex < srcSelectDimSize` failed.

In my case that was just changing special token from tokenizer.add_special_tokens({'pad_token': '[PAD]'}) to tokenizer.pad_token = tokenize...

10 miesięcy temu
Forum
Odpowiedz
Odpowiedź na: Postfix (most annoying message) : rejected: Relay access denied

Yes that's the most annoying message that is ever exist, it's worse than screen of death 1.

11 miesięcy temu
Forum
Odpowiedz
Odpowiedź na: vue- conditional attribute

<input :required="test ? true : false">

11 miesięcy temu
Forum
Odpowiedz
Odpowiedź na: Exception has occurred: KeyError 'RANK' KeyError: b'RANK'

start script with python -m torch.distributed.launch --nproc_per_node=NUM_GPUS_YOU_HAVE YOUR_TRAINING_SCRIPT.py

11 miesięcy temu
Forum
Strona 1 / 37