Xinzijian Liu
Xinzijian Liu
Unable to resolve output artifact of steps from expression when it refers to its own input artifact
## Summary I'm trying to assign an output artifact of steps using `fromExpression`. When the expression contains reference of an input artifact of the same steps, Argo fails to resolve...
- Ensure identical behaviors with the default mode for commonly used functions. - Supplement more UTs for the debug mode. - Improve the observability of the debug mode. E.g. display...
Current Bohrium executor runs an actual Pod with a go process or a DPDispatcher script running in the container to poll the job status. When massive steps with Bohrium executor...
Dflow is designed for scientific computing and has different focus in comparison to the general-purpose Argo. An independent frontend UI is necessary for dflow. The possible features include 1. Display...
At present, it is a bit complex for users to debug a step in a workflow with Argo. If we can reproduce the runtime environment in the container of a...
If a whole workflow runs on an HPC cluster. There is no need to upload/download files between the HPC fs and the artifact repository (e.g. S3). Of course one can...
There are some todos for wlm-operator, including but not limited to - Develop a robust agent for forwarding the red-box socket. It may retry under network interruptions. - Make configurator...
Synchronization of logs has not been implemented in dispatcher. For minimal modification of dispatcher, the dispatcher executor in dflow may synchronize logs via a sidecar container. Some suggestions 1. Run...
https://github.com/deepmodeling/dflow/issues/61 For some users, the current approach for constructing a loop (via a recursion of steps templates) may be kind of complex. May dflow provide a syntactic sugar for that?
### Bug summary In the DPGen [workflow](https://workflows.deepmodeling.com/workflows/argo/dpa20w-rmwk9?tab=workflow), training in iter-0 seems all right. The model trained in iter-1 (with init-model) has a large RMSE ~100meV, while the lcurve shows a...