Skip to content
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

No acc and rmse for IntensityFree #51

Open
yuzhenmao opened this issue Nov 13, 2024 · 2 comments
Open

No acc and rmse for IntensityFree #51

yuzhenmao opened this issue Nov 13, 2024 · 2 comments

Comments

@yuzhenmao
Copy link

Hi, Thank you for the amazing work! When I run python train_nhp.py --experiment_id IntensityFree_train, I found it only printed out loglike and num_events, like this:

INFO: [ Epoch 450 (train) ]: train loglike is 0.345095773208137, num_events is 27590
INFO: [ Epoch 450 (valid) ]: valid loglike is 0.3291581182213554, num_events is 40073
INFO: [ Epoch 450 (test) ]: test loglike is 0.323051981051905, num_events is 82197

Would it be possible to also print out the ACC and RMSE metrics for the IntensityFree model? I assume it is feasible, as both metrics are reported in Table 1 of the original paper.

Thanks!

@zefang-liu
Copy link
Contributor

I'm encountering the same issue. It seems that compute_intensities_at_sample_times is missing in IntensityFree. When adding thinning configurations to the YAML config file, it throws the following error:
AttributeError: 'IntensityFree' object has no attribute 'compute_intensities_at_sample_times'. Did you mean: 'compute_states_at_sample_times'?

@yuzhenmao
Copy link
Author

@iLampard Any updates on that? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants