Remix.run Logo
oasisaimlessly 4 days ago

It's trivial to make most AI implementations deterministic; just use a constant RNG seed.

klabb3 3 days ago | parent [-]

Deterministic within a single image yes, but not within arbitrary subsections. Classical filters aren’t trying to reconstruct something resembling “other images it’s seen before”. Makes a difference both in theory and practice.