You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
F:\Hybrid\64bit\Vapoursynth\Lib\site-packages\ccrestoration\vs\convert.py:8: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\builder\windows\pytorch\torch\csrc\utils\tensor_numpy.cpp:209.)
[torch.from_numpy(np.asarray(frame[plane])).to(device) for plane in range(frame.format.num_planes)]
could be fixed.
It's not critical, but annoying. :)
The text was updated successfully, but these errors were encountered:
Would be nice if:
could be fixed.
It's not critical, but annoying. :)
The text was updated successfully, but these errors were encountered: