Shubham Kale
Shubham Kale
Previous error is now changed to :- AttributeError Traceback (most recent call last) in () 8 t_file = torchfile.load(cap_path) 9 print("type is :-",type(t_file)) ---> 10 captions_list = t_file.raw_txt 11 embeddings...
Respected Sir, I am currently working on StackGAN[https://github.com/hanzhanggit/StackGAN](url) and one of the primary scripts in the code demands loading a text-file with the help of function " t_file = torchfile.load(cap_path)...
I Apologize for replying so late But there is issue with torch code used in the project I did the project using skip-thought encoding model On Thu, 22 Nov, 2018,...
@Chinmay4400 , refer - https://github.com/Shubham-kale/Project I used the skip-thoughts pre-trained model, and its been a long time I don't really remember the details.