vit-pytorch
vit-pytorch copied to clipboard
Pair images prediction
trafficstars
Hi,
Is it possible to input two images (a pair), like Image1<sep>Image2 into the network?
@nooralahzadeh yea of course :) you are no longer constrained to a 2 dimensional grid, the sky is the limit here
@nooralahzadeh ohh, if you mean whether the current framework allows you to do that, nope it doesn't, but it's like a 5 line code change to make it do so