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

Is 'n_training_epochs' working for parameteric UMAP? #1084

Open
PraljakReps opened this issue Jan 3, 2024 · 0 comments
Open

Is 'n_training_epochs' working for parameteric UMAP? #1084

PraljakReps opened this issue Jan 3, 2024 · 0 comments

Comments

@PraljakReps
Copy link

I set n_training_epochs to args.epochs, where args.epochs is 1. Of course, I plan to change this after I complete the fast development. However, it appears that parameteric_umap.fit_transform() leads to 10 epochs regardless of how I setup args.epochs. I shared a couple of pictures.

Here is the initialized boilerplate for parameteric umap training.:

image

Here is the output of the training using args.epochs=1:

image

How do I set a desired number of epochs for training that isn't a multiple of 10?

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