MiniBullLab / easy_docker

1 stars 1 forks source link

pytorch版本升级 #83

Open foww-0001 opened 2 years ago

foww-0001 commented 2 years ago

使用torch==1.6.0和torchvision==0.7.0,测试已经通过。

lpj0822 commented 2 years ago

验证pytorch cpu版本,上位机可以运行即可 @foww-0001

foww-0001 commented 2 years ago

主要还是main分支上的3种功能验证吗? 需要训练还是inference跑通

lpj0822 commented 2 years ago

是的, trian与inference都跑一下,使用少量数据跑

foww-0001 commented 2 years ago

测试已经完成。

lpj0822 commented 2 years ago

easyai中没有使用的库,删除 @foww-0001

是requriments里面的吗?

lpj0822 commented 2 years ago

安霸CNN tool最新版的caffe如何编译正确,里面自带caffe,可以看看 @foww-0001

是Ambarella_Toolchain_CNNGen_2.2.1_20200928?

lpj0822 commented 2 years ago

其他库的版本也需要看看

lpj0822 commented 2 years ago

cuda使用10.2, 看看cudnn版本使用那个,要使得所有工具能编译通过

kingwangxiang commented 2 years ago

基础库已经换了,还存在一些问题。

vitahlin commented 2 years ago

amba的安装

- Found Snappy  (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libsnappy.so)
-- -- CUDA is disabled. Building without it...
CMake Error at /usr/share/OpenCV/OpenCVModules.cmake:192 (message):
  The imported target "opencv_shape" references the file

     "/usr/lib/x86_64-linux-gnu/libopencv_shape.so.3.4.1"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

     "/usr/share/OpenCV/OpenCVModules.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/share/OpenCV/OpenCVConfig.cmake:112 (include)
  cmake/Dependencies.cmake:97 (find_package)
  CMakeLists.txt:46 (include)

-- Configuring incomplete, errors occurred!
vitahlin commented 2 years ago

easy_ai_whl的安装

 Could not find a version that satisfies the requirement onnxoptimizer>=0.2.5 (from easy-converter==0.2) (from versions: 0.1.0)
No matching distribution found for onnxoptimizer>=0.2.5 (from easy-converter==0.2)