re3-pytorch
re3-pytorch copied to clipboard
Error for inference large trained network
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.