Kenny
Kenny
Traceback (most recent call last): File "D:\faceswap\lib\cli\launcher.py", line 182, in execute_script process.process() File "D:\faceswap\scripts\extract.py", line 119, in process self._run_extraction() File "D:\faceswap\scripts\extract.py", line 216, in _run_extraction for idx, extract_media in enumerate(status_bar):...
same problem
me too.. Traceback (most recent call last): File "/Users/kennymccormick/github/QInvestment/Monitor_RPC_Client.py", line 16, in study = sherpa.Study(parameters=parameters, File "/Users/kennymccormick/opt/miniconda3/envs/scientific/lib/python3.9/site-packages/sherpa/core.py", line 109, in __init__ self.dashboard_process = self._run_web_server(dashboard_port) File "/Users/kennymccormick/opt/miniconda3/envs/scientific/lib/python3.9/site-packages/sherpa/core.py", line 300, in _run_web_server...
> 3\. I found that after gluonts V0.10.X, in this commit [awslabs/gluonts@4126386](https://github.com/awslabs/gluonts/commit/4126386da1c71a371a77fe824e5092645dc2d2db), the freq parameter has been removed, so I modified this part to avoid the error: TypeError: PyTorchPredictor .init()...
> sorry folks i have been sick lately, but these issues are due to the gluonts API changing and thus one can go back to an older version of gluonts...
> Which older version should we go to? > […](#) > On Fri, Dec 16, 2022, 1:27 AM Kashif Rasul ***@***.***> wrote: sorry folks i have been sick lately, but...
> yes i am in the process of updating the models to the new API in the 0.7.0 branch.... Awesome! can you please review my PR if it helps.
The problem seems to be with the "/" path here. In Mac os,"/" path is read-only.You can check it with command `mount | grep " / " ` So I...
I actually not sure what is different between venv and miniconda on `_os.mkdir(file, 0o700)`. When I was using system default python ,The same error occurs. The problem was finally sloved...
> you can fix the bug by change infer.py line 2 to `from FDSC.Fight_utils import loadModel, predict_on_video, start_streaming ` while you should change the dir UtilsFiles to FDSC. Excellent! it's...