chenglong
chenglong
在pruning_cifar10.py文件中,Mask.get_filter_codebook这个函数中有下面的代码。 ` if dist_type == "l2" or "l1": similar_matrix = distance.cdist(weight_vec_after_norm, weight_vec_after_norm, 'euclidean') elif dist_type == "cos": # for cos similarity similar_matrix = 1 - distance.cdist(weight_vec_after_norm, weight_vec_after_norm, 'cosine') ` distance.cdist(weight_vec_after_norm,...
安装报错
2021-10-13 11:30:09 (10.0 KB/s) - 已写入至标准输出 [1978/1978] 命中:1 http://mirrors.ustc.edu.cn/ubuntu focal InRelease 命中:2 http://mirrors.ustc.edu.cn/ubuntu focal-security InRelease 命中:3 http://dl.google.com/linux/chrome/deb stable InRelease 命中:4 http://packages.microsoft.com/repos/code stable InRelease 命中:5 https://packages.microsoft.com/repos/edge stable InRelease 命中:6 http://ppa.launchpad.net/atareao/atareao/ubuntu focal...
@guanfuchen can you please give this model on the performance curve of data sets. what about performing on Asia faces data sets. 我的意思是能可以给出一个验证曲线吗?他在亚洲人脸上表现如何?刚入行,IT方面英语说不太明白
为什么这么多人都用slim,而现在slim要被遗弃呢。好烦。
dadaset 的百度验证码 不是1d4x呀 显示错误
我的是'1.5.0+cu92',一直报错。 RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phase. This probably means that you are not using fork...
你好,我在拉rtsp流的时候,会出现: [h264]....解码失败的问题.该怎么解决? 虽然解码失败,.但是cap.read()返回的ret,依然是True.
I have two different sub models, and I want to perform splicing operation. Is there any relevant API? For example, model a is spliced to model B.
你好,使用的你export_onnx.py对end_to_end.pth模型转化为onnx模型遇到3个问题。 - 1 转onnx模型报错,但是转成功一个onnx文件 ```bash read failed Traceback (most recent call last): File "export_onnx.py", line 194, in raise e File "export_onnx.py", line 184, in sess = ort.InferenceSession(onnx_path) File "/media/cc/watermelon/miniconda3/envs/env_torch/lib/python3.7/site-packages/onnxruntime/capi/onnxruntime_inference_collection.py", line...
it can train吗?能跑通代码吗