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

Archive bug. #314

Closed
GeoffreyChen777 opened this issue Jan 26, 2021 · 5 comments
Closed

Archive bug. #314

GeoffreyChen777 opened this issue Jan 26, 2021 · 5 comments
Assignees
Labels
type / question Issue type: question

Comments

@GeoffreyChen777
Copy link

Thanks for your awesome product!

I found that archived runs reappear after a while.

I'm using the latest version (2.1.5).

Is there any debug log that I can provide to you? How to find these logs?

@SGevorg SGevorg added the type / question Issue type: question label Jan 26, 2021
@SGevorg
Copy link
Member

SGevorg commented Jan 26, 2021

Hi @GeoffreyChen777 do they appear back on the experiments page or the dashboard?

@GeoffreyChen777
Copy link
Author

@SGevorg Both.

@SGevorg SGevorg added the type / bug Issue type: something isn't working label Jan 26, 2021
@GeoffreyChen777
Copy link
Author

After reading the code about archive function,

with open(config_file_path, 'r') as config_file:

I think I know what's going on.

Actually, there is no bug of archive function.

Archive state is saved in the config.json, but this file is overwrite by my sync scripts.

Because I run my experiments on a cluster, I cannot start the aim UI on this cluster (no docker and no permission to install). So I need to run a sync script on my own machine to fetch the .aim folder on the cluster and start the aim ui on my local machine.

It would be better to support remote storage (mentioned here #315 ). I believe many researchers run experiments on clusters.

Anyway, thanks for your awesome product! 😃

I think this issue can be closed if no further discussion.

@gorarakelyan
Copy link
Contributor

Hi @GeoffreyChen777 ,

Thanks for the details. I will keep you updated on progress of remote server feature development.
We also consider removing docker dependency to make Aim easier to install and to avoid overhead.

@gorarakelyan gorarakelyan removed the type / bug Issue type: something isn't working label Feb 9, 2021
@gorarakelyan
Copy link
Contributor

gorarakelyan commented Feb 9, 2021

@GeoffreyChen777 would love to invite you to join Aim community to stay up to date with changes.

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

No branches or pull requests

3 participants