You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing the code. We are trying to run evaluation of pre-trained StackGAN model but encountered a problem with loading caption features for validation images.
Specifically, when we try to load the feature from (val_captions.t7) using torchfile, the following error occurs:
*** error: unpack requires a string argument of length 4
We are suspecting that may be the caption feature file is truncated, considering that the size of file is ~13.5 MB. Could you please check whether the file is valid?
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for sharing the code. We are trying to run evaluation of pre-trained StackGAN model but encountered a problem with loading caption features for validation images.
Specifically, when we try to load the feature from (val_captions.t7) using torchfile, the following error occurs:
*** error: unpack requires a string argument of length 4
We are suspecting that may be the caption feature file is truncated, considering that the size of file is ~13.5 MB. Could you please check whether the file is valid?
The text was updated successfully, but these errors were encountered: