Jiaxin Shan
Jiaxin Shan
Seems this project only has memory UI in jupyter lab extension. https://github.com/jupyter-server/jupyter-resource-usage/tree/master/packages/labextension/src I know CPU metrics needs to be enabled on the server side through `c.NotebookApp.ResourceUseDisplay.track_cpu_percent = True`. Is there...
Hi I am checking this repo to act as Kubernetes backend storage. I am trying to see there's more user documentation or best practice? Seems kind doesn't create an upstream...
This would be easier for some of the beginner users who may not use Tensorflow for computer vision or NLP.
Kubeflow community is growing fast. This repository covers basic tutorial for users. I think strategy for next step is to - bring different phases of machine learning into picture like...
**Describe the bug** `Training: 0%| ` I am curious whether this should be updated during the training process? What does it mean and why it's always 0? ``` Training: 0%|...
**Is your feature request related to a problem? Please describe.** I want to use remote dataset hosted in S3 or minio. Do you have any examples? Seems most examples in...
I created an issue https://github.com/ludwig-ai/ludwig/issues/2154 in the past and get some clues. When I get my hands dirty, I feel it's still hard. I tried to read files remotely and...
After a hyperopt job, I can get `auto_train_results`. One thing is a little bit confused. I found two paths for the best persisted model. 1. auto_train_results.path_to_best_model -> hyperopt/trail_63dfb25e/checkpoint_000360. 2. after...
**Describe the bug** I am running ludwig in a single node ray cluster. (only head). here's my setting ``` trainer: batch_size: auto learning_rate: auto learning_rate_scaling: sqrt decay: true decay_steps: 20000...
Hi maintainer, I notice rpcx has supported QUIC protocol. Could I know the benefits to use rpcx over QUIC? Is there benchmark to compare the performance with TCP/HTTP/QUIC/KCP? Trying to...