Hello, this might be a stupid question but I have not seen any use of self like:
output = self(input_img, input_qst)
in the definition of BasicModel before. From later lines I know output must be a tensor but I cannot understand how it processes input_img and input_qst. If this is simply a Python or Pytorch question, not relevant to your code, could you please perhaps let me know where I can find relevant answers? Thanks!
Hello, this might be a stupid question but I have not seen any use of self like: output = self(input_img, input_qst) in the definition of BasicModel before. From later lines I know output must be a tensor but I cannot understand how it processes input_img and input_qst. If this is simply a Python or Pytorch question, not relevant to your code, could you please perhaps let me know where I can find relevant answers? Thanks!