Skip to content

Oflibpytorch 1.1.1

Choose a tag to compare

@CSRavasio CSRavasio released this 28 Jan 17:31

oflibpytorch 1.1.1 (Optical Flow Library, pytorch version)

Changelog:

  • Type of the flow attribute 'device' changed from string to the torch.device class
  • If the CUDA device index is left undefined, it defaults to torch.cuda.current_device(). This avoids ambiguities
    and possible CUDA device mismatches when working with multiple GPUs.