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

Missing encoding times for image data in 2stage models #67

Open
janfrancu opened this issue Nov 17, 2020 · 1 comment
Open

Missing encoding times for image data in 2stage models #67

janfrancu opened this issue Nov 17, 2020 · 1 comment

Comments

@janfrancu
Copy link
Contributor

janfrancu commented Nov 17, 2020

Fit/encoder time of first stage model is not returned in case of loading encodings of image data

return data, split(encoding_path, "/")[end], encoder_params

but is present in tabular
return data, split(encoding_path, "/")[end], encoder_params, model["fit_t"]

@janfrancu
Copy link
Contributor Author

I have been able to recover the training time of the first stages using lookup table only for reported (vae_ocsvm and vae_knn). Encoding time has been approximated by total evaluation time of all data splits.

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

1 participant