ray_lightning
ray_lightning copied to clipboard
Deterministic mode is not set on remote worker
Fix related to #213
This PR should also fix an unreachable code segment introduced in my previous PR #208
@JiahaoYao if you have time, could you check if _init_deterministic(True)
is sufficient to replicate Trainer(deterministic=True)
on all workers?