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

Fix multiple flexible_output_prop keyword argument error #97

Merged
merged 1 commit into from
May 22, 2024
Merged

Fix multiple flexible_output_prop keyword argument error #97

merged 1 commit into from
May 22, 2024

Conversation

LightArrowsEXE
Copy link
Contributor

With this line of code:

flexible_inference(Bilinear.resample(clip, vs.YUV444PS), "_assets/ArtCNN_C4F32_Chroma.onnx", backend=BackendV2.ORT_CUDA())

I get the following error:

TypeError: <vapoursynth.Function object at 0x0000027967872800 bound=Core, signature="(clips: Union[VideoNode, Sequence[VideoNode]], network_path: Union[str, bytes, bytearray], overlap: Union[int, Sequence[int], NoneType] = None, tilesize: Union[int, Sequence[int], NoneType] = None, provider: Union[str, bytes, bytearray, NoneType] = None, device_id: Optional[int] = None, num_streams: Optional[int] = None, verbosity: Optional[int] = None, cudnn_benchmark: Optional[int] = None, builtin: Optional[int] = None, builtindir: Union[str, bytes, bytearray, NoneType] = None, fp16: Optional[int] = None, path_is_serialization: Optional[int] = None, use_cuda_graph: Optional[int] = None, fp16_blacklist_ops: Union[str, bytes, bytearray, Sequence[Union[str, bytes, bytearray]], NoneType] = None, prefer_nhwc: Optional[int] = None, output_format: Optional[int] = None, tf32: Optional[int] = None, flexible_output_prop: Union[str, bytes, bytearray, NoneType] = None) -> Any"> got multiple values for keyword argument 'flexible_output_prop'

@LightArrowsEXE LightArrowsEXE changed the title Fix multiple flexible_output_prop error Fix multiple flexible_output_prop keyword argument error May 22, 2024
@WolframRhodium WolframRhodium merged commit f7cc919 into AmusementClub:master May 22, 2024
@WolframRhodium
Copy link
Contributor

Thanks!

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

Successfully merging this pull request may close these issues.

2 participants