Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

提示步长是负数 #34

Open
menkaiyuan opened this issue Jun 30, 2023 · 0 comments
Open

提示步长是负数 #34

menkaiyuan opened this issue Jun 30, 2023 · 0 comments

Comments

@menkaiyuan
Copy link

0%| | 0/787 [00:02<?, ?it/s]
Traceback (most recent call last):
File "inference.py", line 123, in
main(args)
File "inference.py", line 86, in main
frames_path, temp_video_path = predictor_dian.run(tmp_path)
File "D:\SadTalker-Video-Lip-Sync\src\dain_model\dain_predictor.py", line 166, in run
o = self.base_forward(X)
File "D:\SadTalker-Video-Lip-Sync\src\dain_model\base_predictor.py", line 44, in base_forward
out = self.exe.run(self.program,
File "C:\Users\menka.conda\envs\stvl\lib\site-packages\paddle\fluid\executor.py", line 1299, in run
six.reraise(*sys.exc_info())
File "C:\Users\menka.conda\envs\stvl\lib\site-packages\six.py", line 719, in reraise
raise value
File "C:\Users\menka.conda\envs\stvl\lib\site-packages\paddle\fluid\executor.py", line 1285, in run
res = self._run_impl(
File "C:\Users\menka.conda\envs\stvl\lib\site-packages\paddle\fluid\executor.py", line 1464, in _run_impl
return new_exe.run(list(feed.keys()), fetch_list, return_numpy)
File "C:\Users\menka.conda\envs\stvl\lib\site-packages\paddle\fluid\executor.py", line 547, in run
tensors = self._new_exe.run(feed_names, fetch_list)._move_to_list()
ValueError: (InvalidArgument) The step should be greater than 0 while start < end.
[Hint: Expected step > 0, but received step:-0.000413004 <= 0:0.] (at ..\paddle/phi/kernels/funcs/range_function.h:33)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant