Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
deepsynthbody
/
deepfake_ecg
like
11
Follow
DeepSynthBody
4
Unconditional Image Generation
Transformers
PyTorch
English
pulse2pulse-2
ECG
Synthetic ECG
custom_code
Inference Endpoints
License:
bsd
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
vlbthambawita
commited on
Feb 24, 2023
Commit
e1cd9c3
•
1 Parent(s):
5dbec5d
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+7
-0
README.md
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
# To generate synthetic ECGs
2
+
3
+
from transformers import AutoModels
4
+
5
+
model = AutoModels.from_pretrained("deepsynthbody/deepfake_ecg")
6
+
7
+
out = model(num_channels=5)