cover_feat = torch.load("cover_feature.pt") video_f_feat = torch.load('video_feature.pt') path = '../../data/' tr = np.load(path+"training_dict.npy", allow_pickle=True).item() tst= np.load(path+"testing_dict.npy", allow_pickle=True).item()
cover_feat = torch.load("cover_feature.pt")
video_f_feat = torch.load('video_feature.pt')
path = '../../data/'
tr = np.load(path+"training_dict.npy", allow_pickle=True).item()
tst= np.load(path+"testing_dict.npy", allow_pickle=True).item()