Giter VIP home page Giter VIP logo

Comments (10)

SGevorg avatar SGevorg commented on May 18, 2024

@MultiPath thanks for sharing the issue. Will make sure to get you up and running soon.

On your remote server have you tried to run
aim up --tf_logs <log_dir> --host 0.0.0.0 --port 10008 ?
Essentially try either port 0.0.0.0 or 127.0.0.1 and map/tunnel it to localhost on your machine like you have been doing ?

BTW, please make sure the long_dir path you specify is the parent dir of your log dirs. So it looks something like this:
log_dir/your_tensorboard_log_dir

from aim.

gorarakelyan avatar gorarakelyan commented on May 18, 2024

Please make sure that port 10008 is reachable and is not in use by another process.

You can use lsof or netstat to list ports that are already in use:

  • lsof command:
    sudo lsof -i -P -n | grep LISTEN
  • netstat
    sudo netstat -tulpn | grep LISTEN

from aim.

SGevorg avatar SGevorg commented on May 18, 2024

Hi @MultiPath I was wondering if you were able to get it working?

from aim.

GingerNg avatar GingerNg commented on May 18, 2024

I have the same problem and tried different ports, it does not work. This maybe a bug

from aim.

gorarakelyan avatar gorarakelyan commented on May 18, 2024

We are looking into it.

from aim.

gorarakelyan avatar gorarakelyan commented on May 18, 2024

Could you check if this answer solves the issue?

Please make sure to upgrade Aim.

from aim.

MultiPath avatar MultiPath commented on May 18, 2024

Hi, after updating the aim version. Now it returns me new errors:

docker.errors.APIError: 500 Server Error: Internal Server Error ("error while creating mount source path '/checkpoint/jgu/space/nat2020/.aim': mkdir /checkpoint/jgu/space: permission denied")

I am not sure why it said permission denied.

from aim.

SGevorg avatar SGevorg commented on May 18, 2024

Hi @MultiPath, sorry for a relatively slow reply - took our time to investigate this issue. A strange issue never seen before.
We suspect it could be permissions on your machine for security reasons? Would be awesome to learn more to make sure Aim works everywhere regardless.
Would love to invite you to join Aim community slack so we could use the chat and help interactively resolve the issue and get you up and running?

This would help to eliminate the problem for other users too. 🙏

from aim.

gorarakelyan avatar gorarakelyan commented on May 18, 2024

Hi @MultiPath,

We just released v2.5.0. No more docker required to run Aim!

Try it out by installing the latest version pip install aim --upgrade.

from aim.

gorarakelyan avatar gorarakelyan commented on May 18, 2024

Closing this issue due to inactivity.

from aim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.