Can not fetch or discover runs on remote machine
See original GitHub issue🐛 Bug
Can run aim up but no runs displayed.
To reproduce
Running snippet from the docs -
from aim import Run
# Initialize a new run
run = Run()
# Log run parameters
run["hparams"] = {"learning_rate": 0.001, "batch_size": 32}
# Log metrics
for i in range(10):
run.track(i, name="loss", step=i, context={"subset": "train"})
run.track(i, name="acc", step=i, context={"subset": "train"})
Expected behavior
The behavior should be identical to running on a local machine
Environment
- Aim Version: Aim v3.15.0.dev20221024
- Python version: 3.8
- pip version: 22.3
- OS: Ubuntu 18.04.3 LTS
- Connecting via VSCode remote server (ssh tunneling)
Additional context
Works well on local machine (Ubuntu 20.05, python3.8, pip 22.2). The tunneling works well, can open aim UI but with no runs. The remote machine could have some file permission restrictions but I do not see any releated errors.
Thank you!
Issue Analytics
- State:
- Created a year ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Failed to fetch from the remote repository.
I'm not able to ping the host dev.azure.com, the command prompt said that the host could not be find it. This is they...
Read more >Unable to Connect to the Microsoft Visual Studio Remote ...
If you cannot connect using the remote computer name, try using the IP address instead. You can use ipconfig in a command line...
Read more >Could not fetch remote environment / Connection error ...
Remote - SSH logs ends with Got connection 2 and popped up an error: Failed to connect to the remote extension host server...
Read more >Jenkins not able to fetch code from remote git - Stack Overflow
My search for a solution to this problem always made me worry about permissions but the problem is not that. It is the...
Read more >2.5 Git Basics - Working with Remotes
This command shows which branch is automatically pushed to when you run git push while on certain branches. It also shows you which...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The issue regarding file locks is in progress. Core contributors are working on it hard now to ship as soon as possible.
@gorarakelyan Not sure, the env first fetched nightly release, then a release from 2021. so probably there were multiple issues. Pipenv lock had nightly even tho aim version should latest version. So its a mess or I was missing something but the problem might have to do with the nightly version. Didnt see any issues in other machines or users.