Object: ChatRequest
Object
question
chat_history
application
language
Category
Last updated
Hey I have a question about using wandb with fastapi in a prod environment. is it recommended to initialize wandb within a specific route function, ie
`@app.route('/')
def my_function():
wandb.init(...)
`
or should i initialize beforehand:
`wandb.init(...)
@app.route('/')
def my_function():
...`
I'm getting a long list of log items in the console and many of them are empty.
N/A
api-eval
en
Hey with wandb is it possible to link from the sweep api?
best_run = sweep.best_run()
I have the best run but it isn't clear to me how to link through the api. the UI works fine but trying to get the api working also. I have been reading the docs but missing something.
N/A
api-eval
en
string
["weave:///wandbot/wandbot-eval2/object/QuestionAnswer:YTYefSvhf2YzGZX1bLwF4nu5w1etJSoPbVS5QgoSxpo"]
string
en
string
["weave:///wandbot/wandbot-eval2/object/QuestionAnswer:8DSXFpz6XgKrkYgmYUYWrJN4rEKFYavI9AEmY9LpQs8"]
string
en
please show me how to log training output_name model of the current training run
N/A
api-eval
en
What are some great resources for me to better understand Weights & Biases usage for Deep Learning?
N/A
api-eval
en
is there an example of how to use Launch on Sagemaker using BYOI (Bring your own image)?
N/A
api-eval
en
I am logging some metrics using wandb.log method and I have runs grouped by Group. Within that group each run has the metrics logged. While analyzing the runs in the table format on the UI previously before some days it would show average metric of the runs within the group next to the group name, but it's showing basically nothing now. Has anything changed in wandb ?
N/A
api-eval
en
In the Runs view / Workspace, what button do we push to hide the sidebar with the list of all the run names?
N/A
api-eval
en
what are best practices for logging artifacts that optimally wont consume all of my storage.
N/A
api-eval
en
Can public cloud customers make W&B reports accessible to their colleagues without W&B access?
N/A
api-eval
en
Total Rows: 109