Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
ms903
/
data
like
1
Modalities:
Audio
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
data
/
dict.py
ms903
Upload dict.py
223f967
almost 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
251 Bytes
import
numpy
as
np
a = np.load(
"pitch_aug_dict1.npy"
, allow_pickle=
True
).item()
b = np.load(
"pitch_aug_dict2.npy"
, allow_pickle=
True
).item()
#with open('val_dict2.txt','a') as file0:
#print( a ,file=file0)
a.update(b)
np.save(
'merge.npy'
,a)