a-PyTorch-Tutorial-to-Image-Captioning icon indicating copy to clipboard operation
a-PyTorch-Tutorial-to-Image-Captioning copied to clipboard

Support for batch processing

Open Swapnillader21 opened this issue 4 years ago • 0 comments

I have tried making the encoder part process batch image by passing multiple image as np array and later converting it in tensorfloat and stacking images together , but i am unable to process the same image passing in the decoder as its taking single image at a time as input . Can someone guide me how to pass encoder and decoder as batch processing in pytorch as am very new to this.

Swapnillader21 avatar Apr 19 '21 13:04 Swapnillader21