Shortcuts

torch.set_rng_state

torch.set_rng_state(new_state)[source]

Sets the random number generator state.

Note

This function only works for CPU. For CUDA, please use torch.manual_seed(), which works for both CPU and CUDA.

Parameters

new_state (torch.ByteTensor) – The desired state

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources