We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The above npy file is from Dataset Analysis.ipynb?I didn't get results after trying,how to get them?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dataset_name = 'unos'
print('loading Source')
X = np.load(basePath+"/train_data/"+dataset_name+"/features/S_FULL.npy")
print('loading Target')
T = np.load(basePath+"/train_data/"+dataset_name+"/features/T_FULL.npy")
print(X.shape)
print(T.shape)
st_len = np.load(basePath+"/train_data/"+dataset_name+"/features/batchwise_length.npy")
print(st_len.shape)
The above npy file is from Dataset Analysis.ipynb?I didn't get results after trying,how to get them?
The text was updated successfully, but these errors were encountered: