Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Error when starting interpolation:

Using Benchmark: True
Batch Size: -1
Input FPS: 23.976023976023978
Use all GPUS: False
Scale: 1.0
Render Mode: 0
Interpolations: 4X
Use Smooth: 0
Use Alpha: 0
Use YUV: 0
Encode: libsvtav1
Device: cuda:0
Using Half-Precision: False
Resolution: 3840x2160
Loading Pre-train
Using Model: rl_regular2
Traceback (most recent call last):
  File "my_design.py", line 86, in run
  File "my_DAIN_class.py", line 1436, in RenderVideo
  File "my_DAIN_class.py", line 1495, in RenderVideoWithModel
  File "my_DAIN_class.py", line 143, in make_inference
  File "model\flow_slow2.py", line 442, in inference
  File "torch\nn\modules\module.py", line 1051, in _call_impl
    return forward_call(*input, **kwargs)
  File "model\flow_slow2.py", line 165, in forward
  File "torch\nn\modules\module.py", line 1051, in _call_impl
    return forward_call(*input, **kwargs)
  File "torch\nn\modules\container.py", line 139, in forward
    input = module(input)
  File "torch\nn\modules\module.py", line 1051, in _call_impl
    return forward_call(*input, **kwargs)
  File "torch\nn\modules\container.py", line 139, in forward
    input = module(input)
  File "torch\nn\modules\module.py", line 1051, in _call_impl
    return forward_call(*input, **kwargs)
  File "torch\nn\modules\conv.py", line 443, in forward
    return self._conv_forward(input, self.weight, self.bias)
  File "torch\nn\modules\conv.py", line 439, in _conv_forward
    return F.conv2d(input, weight, bias, self.stride,
RuntimeError: Input type (torch.cuda.DoubleTensor) and weight type (torch.cuda.FloatTensor) should be the same
QObject::setParent: Cannot set parent, new parent is in a different thread

Ah, is you "Data Precision" to something other than "Normal"? If so, try putting it on normal. This is indeed a bug, but with the latest changes, Normal should work for all types of input.