Giter VIP home page Giter VIP logo

Comments (5)

paulosabile-wb avatar paulosabile-wb commented on July 20, 2024

Hi @hussein-jafarinia

Good day and thank you for reaching out to us. Happy to help you on this!

Would it help you if you export your runs into a csv file and then log them to your new server/instance as a new run?

You can do something like a script (below) to "export" a run into a csv and then check this guide on how you can log a run from a csv file.

import wandb
import pandas as pd

# Retrieve the run
run = wandb.Api().run("mohammadbakir/test_slow_wandb/q5x7ip2i")

# Scan the run history
history = run.scan_history()

# Convert the history to a list of dictionaries
history_list = [row for row in run.scan_history()]

# Convert the list of dictionaries to a DataFrame
history_df = pd.DataFrame(history_list)

# Save the DataFrame to a CSV file
history_df.to_csv('run_history.csv', index=False)

print("Run history saved to run_history.csv")

from wandb.

hussein-jafarinia avatar hussein-jafarinia commented on July 20, 2024

@paulosabile-wb
Thanks for the help. It not an option because my runs are actually a lot (in order of thousands) and some of them are in sweeps and some capabilities that wandb provides like watching aggregation of sweeps in forms of mean, std of metrics, ... are important and it would be a very very laborious thing to do all of these manually.

from wandb.

hussein-jafarinia avatar hussein-jafarinia commented on July 20, 2024

I'm sure there is another way. Because the docker volume is actually there. I just don't know how to make it work on a new machine (probably some problems with the mysql database)

from wandb.

paulosabile-wb avatar paulosabile-wb commented on July 20, 2024

Hi @hussein-jafarinia Good day and thank you for patiently waiting for my update. I checked this with our team and at this time, there isn't any supported migration offerings from one instance to another instance. We apologize for this.

from wandb.

paulosabile-wb avatar paulosabile-wb commented on July 20, 2024

Hi @hussein-jafarinia , since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!

from wandb.

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.