ycq091044 / SafeDrug

IJCAI2021: Code for SafeDrug, MIMIC data processing, Medical code mapping
67 stars 16 forks source link

Why batchsize equal to zero? #24

Closed Data-Designer closed 1 year ago

Data-Designer commented 1 year ago

I wonder why not use batches for training?

ycq091044 commented 1 year ago

Yes, you can implement it in batch fashion. Check PyHealth https://pyhealth.readthedocs.io/en/latest/api/models/pyhealth.models.SafeDrug.html for the batch version.