Advertisement
Guest User

Untitled

a guest
Feb 8th, 2023
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1.  
  2. 2023-02-08 21:30:54.629: root: ERROR: max expected at least 1 argument, got 0
  3. 2023-02-08 21:30:54.630: root: ERROR: Traceback (most recent call last):
  4. File "C:\Program Files\Python310\lib\site-packages\vsengine\vpy.py", line 219, in _execute
  5. runpy.run_path(str(script), module.__dict__, module.__name__)
  6. File "C:\Program Files\Python310\lib\runpy.py", line 289, in run_path
  7. return _run_module_code(code, init_globals, run_name,
  8. File "C:\Program Files\Python310\lib\runpy.py", line 96, in _run_module_code
  9. _run_code(code, mod_globals, init_globals,
  10. File "C:\Program Files\Python310\lib\site-packages\vspreview\core\vsenv.py", line 19, in _monkey_runpy_func
  11. glob_dict = orig_runpy_run_code(*args, **kwargs)
  12. File "C:\Program Files\Python310\lib\runpy.py", line 86, in _run_code
  13. exec(code, run_globals)
  14. File "D:\Fansub\Vapoursynth\Scripts\Others\Son Goku\vinland s2\ep05\ep5.vpy", line 50, in <module>
  15. vsgan.load(vsgan_model)
  16. File "C:\Users\VEGETA\AppData\Roaming\Python\Python310\site-packages\vsgan\networks\esrgan.py", line 46, in load
  17. model = arch(state)
  18. File "C:\Users\VEGETA\AppData\Roaming\Python\Python310\site-packages\vsgan\archs\ESRGAN.py", line 72, in __init__
  19. self.num_blocks = self.get_num_blocks()
  20. File "C:\Users\VEGETA\AppData\Roaming\Python\Python310\site-packages\vsgan\archs\ESRGAN.py", line 228, in get_num_blocks return max(*nbs) + 1
  21. TypeError: max expected at least 1 argument, got 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement