Yiliang Liu
Yiliang Liu
### 问题确认 Search before asking - [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer. ### 请提出你的问题 Please ask your question 你好,请问如何在OID dataset上的某几类物体数据集,训练自己的模型呢? 我看到有OID的预训练模型和OID eval的文件,但是没看到使用OID数据集训练的代码,谢谢!
Using Ubuntu16 ``` CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find CUDA (missing: CUDA_CUDART_LIBRARY) (found version "8.0") Call Stack (most recent call first): /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake-3.5/Modules/FindCUDA.cmake:949 (find_package_handle_standard_args) cuda_djezo/CMakeLists.txt:20 (FIND_PACKAGE) ```...
``` bash profile.sh BI TecoGAN 3x540x960 Traceback (most recent call last): File "./codes/main.py", line 13, in from metrics.metric_calculator import MetricCalculator File "/home/tianqing/pyprojects/EGVSR/codes/metrics/metric_calculator.py", line 11, in from .LPIPS.models.dist_model import DistModel File...
I want to scale 1920x1080 video to 3840x2160, do I need change the codes?
使用auth_aes128_md5的加密方法,节点显示的加密方法为NONE,开启失败 打印json如下: ``` user:~$ shadowsocksr-cli --display-json 2 { "obfs_param": "d1--cn-gotcha05.bilivideo.com", "protocol_param": "6826:kJ0ci9", "remarks": "新加坡 | 高速", "group": "xxx", "server": "153.101.57.15", "server_port": 4403, "method": "none", "obfs": "plain", "password": "xxx", "protocol": "auth_aes128_md5",...
Original code performans 210 seconds per time. New implementation performances 0.46 second per time. About 500 times faster.
i have edited the filename of the cudnn64_x.dll,so it can load cudnnv5.1 now. `if sys.platform in ('linux2', 'linux'): _libcudnn_libname_list = ['libcudnn.so', 'libcudnn.so.6.5', 'libcudnn.so.6.5.18'] elif sys.platform == 'win32': _libcudnn_libname_list = ['cudnn64_5.dll']...
`👏🏻 2022.05.06: PaddleSpeech Streaming Server is available for Streaming ASR with Punctuation Restoration and Token Timestamp and Text-to-Speech.` 请问为什么本地的ASRExecutor识别没有Timestamp功能?未来是否会添加,谢谢!
>>> mesh = obj.Obj('dapeng.obj') Traceback (most recent call last): File "/home/quantumliu/anaconda3/lib/python3.5/site-packages/pymesh/obj.py", line 52, in __read elif line.lstrip().startswith("vn"): TypeError: startswith first arg must be bytes or a tuple of bytes, not...
i'm trying to make a Go AI too.i want to know more about how you prepare from .sgf files.