ly0303521
ly0303521
> Can you please tell me about how to train Ensemble models(please provide me with details about this)? > > And how to choose the images for triplet as we...
@lunasdejavu https://www.codenong.com/cs106948573/, 这里有解释
@CaptainEven 你好,请问你的的训练集有多少张图片,我现在的数据集现在有30万张,有20多万张是我自己的数据,这批数据只有车辆ID的标签,但是因该对模型训练应该有帮助,现在已经训练了14个epoch,现在训练准确率93%,测试准确率只有33%(我的图片尺寸被改成了160,最后的特征向量也改成了256)
我现在想跑通 “example/auto_compression/image_classification” 这里的例子都失败,明明在前一个目录又数据集下载的地址,在这里又指到ImageNet,ImageNet又没有提供清楚的下载地址,而且国内不好登录这个网站。 > 下载MobileNet预测模型 wget https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileNetV1_infer.tar tar -xf MobileNetV1_infer.tar 下载ImageNet小型数据集 wget https://sys-p0.bj.bcebos.com/slim_ci/ILSVRC2012_data_demo.tar.gz tar -xf ILSVRC2012_data_demo.tar.gz 但依然还是失败,为什么跑一个现成的例子都这么费劲啊 > File "/home/inspur/miniconda3/envs/py37_v1/lib/python3.7/site-packages/paddleslim/auto_compression/compressor.py", line 689, in single_strategy_compress │ train_config.origin_metric, metric)) │ RuntimeError: target...
放弃了,你们说明示例没有几个能一次性跑通的吗,'demo/prune/train.py' ,真实要晕死,太累了用你们这个 > [Hint: 'cudaErrorNoKernelImageForDevice'. This indicates that there is no kernel image available that is suitable for the device. This can occur when a user specifiescode generation options for...
> 请问下这是用的哪个示例 > > > 我现在想跑通 “example/auto_compression/image_classification” 这里的例子都失败,明明在前一个目录又数据集下载的地址,在这里又指到ImageNet,ImageNet又没有提供清楚的下载地址,而且国内不好登录这个网站。 > > > 下载MobileNet预测模型 > > > wget https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/inference/MobileNetV1_infer.tar > > > tar -xf MobileNetV1_infer.tar > > > 下载ImageNet小型数据集 > > >...
> > 放弃了,你们说明示例没有几个能一次性跑通的吗,'demo/prune/train.py' ,真实要晕死,太累了用你们这个 > > > [Hint: 'cudaErrorNoKernelImageForDevice'. This indicates that there is no kernel image available that is suitable for the device. This can occur when a user...
@dosu-bot VectorStoreInfo can`t connect to VectorStoreAgent
In .bazelrc # Linux build:linux --cxxopt=-std=c++17 build:linux --host_cxxopt=-std=c++17 build:linux --copt=-w build:linux_arm64 --config=linux build:linux_arm64 --cpu=aarch64 build:linux_arm64 --crosstool_top=@crosstool//:toolchains In third_party BUILD alias( name = "opencv_binary", actual = select({ "//mediapipe:android_x86": "@android_opencv//:libopencv_x86", "//mediapipe:android_x86_64": "@android_opencv//:libopencv_x86_64",...
@kuaashish Thank you for responding. gaze_tracking is a new target which is based on iris_tracking. I think my problem can be reproduced by iris_tracking. I have run it successfully in...