EmmaRocheteau / TPC-LoS-prediction

This repository contains the code used for Temporal Pointwise Convolutional Networks for Length of Stay Prediction in the Intensive Care Unit (https://dl.acm.org/doi/10.1145/3450439.3451860).
https://dl.acm.org/doi/10.1145/3450439.3451860
MIT License
76 stars 25 forks source link

n_epochs does not work as an argument. #16

Closed SewoongLee closed 1 year ago

SewoongLee commented 1 year ago

image

I gave a model n_epochs as 5, but it is calculating 14 epochs as usual.

SewoongLee commented 1 year ago

It seems training epochs are always 14 and we can tune validation epochs.