Results 5 issues of Sean Zhu

all the code above in Loading Pre-Trained Models is OK until: # initialize the neural net with open(INIT_NET) as f: init_net = f.read() with open(PREDICT_NET) as f: predict_net = f.read()...

model zoo

Hi, I run build_windows.bat, then I got: "C:\deepvision\caffe2\build\ALL_BUILD.vcxproj" (default target) (1) -> "C:\deepvision\caffe2\build\caffe2\Caffe2_GPU.vcxproj" (default target) (7) -> (CustomBuild target) -> C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" e xited with code...

build
windows

## Problem description After training a model and Connection established, the car in landscape doesn't run. ## Problem details A warning comes out first C:\Users\danfo\Anaconda3\envs\py35\lib\site-packages\ipykernel_launcher.py:3: DeprecationWarning: The binary mode of...

Basically run: $ python run_CIL.py Ihave a carla server running . Cannot assign a device for operation 'Placeholder': Operation was explicitly assigned to /device:GPU:0 but available devices are [ /job:localhost/replica:0/task:0/device:CPU:0...

**Summary[问题简述(一句话)]** 上传自己的wav文件报UnboundLocalError: local variable 'ppg' referenced before assignment **Env & To Reproduce[复现与环境]** 描述你用的环境、代码版本、模型 Windows 10 ,python3.8 按照readme.txt安装成功 ,执行python demo_toolbox.py -vc -d "E:\3DData\sounddata\" **Screenshots[截图(如有)]** ![image](https://github.com/babysor/MockingBird/assets/4875770/f4cc0748-86c0-477e-811c-5b0e80aa8438) 出错信息: Traceback (most recent call last):...