DeHaoMeng

Results 3 issues of DeHaoMeng

### What Operating System(s) are you seeing this problem on? Windows ### dlib version 19.24.99 ### Python version 3.12 ### Compiler GCC 8.1 VS 2022 ### Expected Behavior dlib.DLIB_USE_CUDA TRUE...

``` File "D:\Graduation project\归档\C-Tran-main\run_epoch.py", line 30, in run_epoch for batch in tqdm(data,mininterval=0.5,desc=desc,leave=True,ncols=50): RuntimeError: An attempt has been made to start a new process before the if __name__ == '__main__': freeze_support()...

设置代理端口为2334后在环境变量中加入下面内容 export https_proxy=HTTP://127.0.0.1:2334 # 配置https访问的 export http_proxy=HTTP://127.0.0.1:2334 export all_proxy=SOCKS5://127.0.0.1:2334 终端依旧无法访问