GPUs for your projects · crypto payment without KYC How to rent
English
Open the console
DOCUMENTATION / KERNODECK

From repository to result.

Prepare your project, understand how it runs and keep useful evidence. Pick a question from the library or start with the first-launch walkthrough.

Choose a GPU ↗
GETTING-STARTED PATH

A readable first run.

Prepare the input, rerun the same code, then verify the result before scaling up.

  1. 01Prepare the first trial
  2. 02Rebuild the environment
  3. 03Check the first computation
TO RUN / V1

Two methods, their files.

Read the protocol, examine the proof, then adapt the code to your project.

PYTHON · JSON · ZIP

The first PyTorch computation

A diagnostic script, a limited report, the expected results of a 2 × 2 computation and its gradient.

python kernodeck-diagnostic-v1.py --device cpu

CPU report provided: verified loss 196. A CUDA check on RTX 5070 is also provided; it does not measure catalog offerings. The script requires a GPU unless you specify CPU.

PYTHON · CSV · ZIP

A resume you can verify

A small training run, 24 synthetic rows, a continuous/resume comparison and a negative control.

python -B verify_resume.py --output runs/preuve-cpu

From the extracted folder, with PyTorch and NumPy installed, to a fresh folder. The proof provided compares 10 steps to 5 + 5 on CPU; it does not validate GPU, AMP or distributed training.

01

Prepare the project

From exploratory code to an input you can replay.

02

Run and observe

A clear command, a tracked process, interpretable traces.

03

Understand discrepancies

Distinguish the device, the operation, and the numerical result.

04

Keep and continue

Pick up the work, choose what comes next, and track the rental.