-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Performing Inference with Predicted Label Output #10
Comments
I added the following code to the main function of run.py: `training_data, valid_data, test_data, vocab, args, logger, saved_vocab_path = prepare_data()
But the output is like the following: It does not seem to correlate to actual codes. Could you please advise? |
Here are my model stats: ^MTraining at epoch #14: 0%| | 0/5965 [00:00<?, ?batches/s]^M ^M^MTraining at ep$ 07:37:47 INFO ======== Results at level_1 ======== 07:37:47 INFO Results on Test set at epoch #8 with Averaged Loss 0.00751 07:37:47 INFO ======== Results at level_1 ======== 07:37:48 INFO => loading best model 'checkpoints/mimic-iii_2_full/RNN_LSTM_1_512.static.label.0.001.0.3_72df8e44d8921dd19f07bab290d6a868/best_model.pkl' |
Thank you for sharing this work! I was able to train the model. Could you please advise on the steps for performing an inference where the output shows the labels as a string?
The text was updated successfully, but these errors were encountered: