re3-pytorch icon indicating copy to clipboard operation
re3-pytorch copied to clipboard

Error for inference large trained network

Open mribrahim opened this issue 2 years ago • 0 comments

Small network is OK but there is an issue for running large network. I guess it is related to select appropriate CROP_SIZE, CROP_PAD values for large network in constants.py

Error message: RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead.

mribrahim avatar Mar 09 '22 19:03 mribrahim