Closed Alistair-zhong closed 7 months ago
Resolved after install latest OpenUtau Beta version 0.1.443 Beta
hello @Alistair-zhong, I have the same problem as this issue (me and the author have the same configs.), however using the following versions still cannot run:
Failed to render
Missing input(s) for the inference session: steps
System.AggregateException: One or more errors occurred. (Missing input(s) for the inference session: steps)
---> System.ArgumentException: Missing input(s) for the inference session: steps
at OpenUtau.Core.Onnx.VerifyInputNames(InferenceSession session, IEnumerable1 inputs) in C:\projects\openutau\OpenUtau.Core\Util\Onnx.cs:line 96 at OpenUtau.Core.DiffSinger.DiffSingerRenderer.InvokeDiffsinger(RenderPhrase phrase, Double depth, Int32 steps, CancellationTokenSource cancellation) in C:\projects\openutau\OpenUtau.Core\DiffSinger\DiffSingerRenderer.cs:line 364 at OpenUtau.Core.DiffSinger.DiffSingerRenderer.<>c__DisplayClass15_0.<Render>b__0() in C:\projects\openutau\OpenUtau.Core\DiffSinger\DiffSingerRenderer.cs:line 106 at System.Threading.Tasks.Task
1.InnerInvoke()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of inner exception stack trace ---
0.1.443.0
2. [Version that Diffsinger recommends in README](https://github.com/xunmengshe/OpenUtau)
Failed to render
Missing input(s) for the inference session: steps
System.AggregateException: One or more errors occurred. (Missing input(s) for the inference session: steps) ........ --- End of inner exception stack trace ---
0.1.501.42
3. [Official version](https://github.com/stakira/OpenUtau)
Failed to render
Missing input(s) for the inference session: steps
System.AggregateException: One or more errors occurred. (Missing input(s) for the inference session: steps) ---> System.ArgumentException: Missing input(s) for the inference session: steps ..... --- End of inner exception stack trace ---
0.1.529.0
Can you help me!
@drlor2k Check your dsconfig.yaml if there is the following line:
use_continuous_acceleration: true
Thanks @yqzhishen , it work!
DiffSinger Ver
: 76afe57OpenUtau Ver
: 0.1.429.0OS
: Windows 10Config generated by Exporter is not right, there is something wrong in it, such as
max_depth
is decimal 0.6, but right one should be 300 which is equalK_step
in the training config file. So I change something based on generated config fileError
Acoustic dsconfig
Acoustic model training config
Thank you for helping