Yusuke Minami

Results 29 comments of Yusuke Minami

Yes, I found an MNIST example to use Horovod and PyTorch at: https://github.com/horovod/horovod/blob/master/examples/pytorch_mnist.py Thank you.

> This repo has been donated to Apache foundation according to https://github.com/apache/airflow-on-k8s-operator#history

Thanks for your reply, @schnie . Noted. The following options would be convenient. - Upload a zip file including .py files in the Airflow web UI - Upload a .py...

Thanks for your reply, @schnie . So there are at least 3 options: - [Official Helm chart for Apache Airflow maintained by Helm](https://github.com/helm/charts/tree/master/stable/airflow) - [Official Helm chart for Apache Airflow...

Thank you for your reply. We are exploring a good way to run Airflow operations in Kubernetes. It seems a major difference is the way to update DAGs. According to...

@koxudaxi Thank you for sharing your thoughts! Yes, documentation would be helpful for many users.

FYI: Just in case if you want to try openapi-generator-cli's python-fastapi as reference, its generated pytest code included in the Docker image fails due to a bug reported at https://github.com/OpenAPITools/openapi-generator/issues/10280

Hi @Peccer , Thank you for reporting the issue. As you pointed out, PipelineX does not support kedro 0.18.x yet. Could you install kedro 0.17.x ? ``` pip install kedro==0.17.7...

HI @Peccer , Thank you for reported the issue. Recent versions of xgboost may not work. Could you try older version released 1-2 years ago? Besides, Python 3.9 may or...