Yusuke Minami
Yusuke Minami
## 🚀 Feature Higher API for training will improve usability of Ignite as Keras did. My implementation [here](https://github.com/Minyus/pipelinex/blob/master/src/pipelinex/ops/ignite_ops.py) could be used as the base code.
An example to train a PyTorch model using a simple dataset such as MNIST will be helpful.
Thank you for this awesome tool! I love the Vim-like keybindings of Euporie. While using Euporie, I sometimes mistakenly delete cells, but could not find a way to recover. It...
What are the differences with [Helm's official chart](https://github.com/helm/charts/tree/master/stable/airflow) and [apache/airflow-on-k8s-operator](https://github.com/apache/airflow-on-k8s-operator) in terms of the architecture/design? What are the pros and cons other than helm support?
According to the [README.md](https://github.com/apache/airflow/tree/master/chart#updating-dags), > The recommended way to update your DAGs with this chart is to build a new docker image with the latest code Would it be possible...
Hi @koxudaxi , As mentioned at https://github.com/koxudaxi/fastapi-code-generator/issues/24#issuecomment-864356253 , this tool does not generate a Docker project similar to openapi-generator-cli. It would be great if: - this tool supports Docker project...
Hi @koxudaxi , Thank you for your package! It seems openapi-generator's `python-fastapi` provides a functionality similar to this tool, but what do you think are the differences (pros and cons)?...
### Describe the feature Currently, `ConcatDataset` uses dataset_idx as the prefix for each metric name, so the metric names will be like 0_accuracy, 1_accuracy, etc. https://github.com/open-mmlab/mmclassification/blob/90254a845540650bd03bc2b6108251825935c687/mmcls/datasets/dataset_wrappers.py#L97 It would be great...
flatten-dict enumerates all the lists if `enumerate_types=(list,)` regardless of the element types. The modification by this Pull Request adds flexibility to enumerate based on the element types while keeping the...
### Describe the feature Hi, I'd appreciate it if config for [SimMIM from mmselfsup](https://github.com/open-mmlab/mmselfsup/tree/main/configs/selfsup/simmim) is added and tested. SimMIM supports Swin Transformer encoder which is not supported by MAE. Alternatively,...