Source code for fontr.pipelines.nodes

import pytorch_lightning as pl


[docs]def set_random_state(seed: int): pl.seed_everything(seed)