question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created a year ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
gorarakelyancommented, Oct 28, 2022

The issue regarding file locks is in progress. Core contributors are working on it hard now to ship as soon as possible.

0reactions
bsridattacommented, Nov 15, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found