Views
No views yet
realesr-general-x4v3.pth
from the official Real-ESRGAN v0.2.5.0 release
8dc7edb9ac80ccdc30c3a5dca6616509367f05fbc184ad95b731f05bece96292torch.onnx.export (PyTorch 2.8.0, TorchScript exporter),
opset 17, fp32, constant folding on — see export_realesr.py
in this repo for the exact reproducible scriptinput [1, 3, height, width] (NCHW, RGB, float32 in [0,1]) →
output [1, 3, 4*height, 4*width]; height/width are dynamicAdd, Constant, Conv, DepthToSpace, PRelu, Resize — no Clip,
no layout transposes, so it runs on both the wasm and WebGPU execution
providers of ONNX Runtime Web