zhangxin
zhangxin
``` CXX src/caffe/layers/ctc_loss_layer.cpp src/caffe/layers/ctc_loss_layer.cpp:84:23: error: no member named 'accumulate' in namespace 'std' Dtype loss = std::accumulate(cost, cost + mini_batch, Dtype(0)); ~~~~~^ 1 error generated. make: *** [.build_release/src/caffe/layers/ctc_loss_layer.o] Error 1 ```
delete .idea/ modeify .gitignore
```bash E/AndroidRuntime: FATAL EXCEPTION: main Process: ru.pilotguru.recorder, PID: 26792 java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Integer.intValue()' on a null object reference at ru.pilotguru.recorder.CameraInfoIntervalUpdater.getFocalLengthText(CameraInfoIntervalUpdater.java:26) at ru.pilotguru.recorder.CameraInfoIntervalUpdater.doUpdate(CameraInfoIntervalUpdater.java:73) at ru.pilotguru.recorder.TimeSpacedUpdater.maybeUpdate(TimeSpacedUpdater.java:15) at ru.pilotguru.recorder.CameraInfoIntervalUpdater.maybeUpdate(CameraInfoIntervalUpdater.java:54)...
``` Build command failed. Error while executing process /home/zhangxin/Android/Sdk/cmake/3.6.4111459/bin/cmake with arguments {--build /media/zhangxin/DATA/github/VINS-Mobile-Android/VINS_Mobile_AndroidPort/app/.externalNativeBuild/cmake/debug/x86_64 --target NativeLib} ninja: error: '../../../../libs/VINS-Mobile-master/VINS_ThirdPartyLib/ceres-solver/obj/local/x86_64/libceres.a', needed by '../../../../build/intermediates/cmake/debug/obj/x86_64/libNativeLib.so', missing and no known rule to make it ```
```bash zhangxin@zhangxin-Alienware-17-R5:/media/zhangxin/DATA/github/VINS-Mobile-Android/VINS_Mobile_AndroidPort/app/libs/VINS-Mobile-master/VINS_ThirdPartyLib/ceres-solver/jni$ /home/zhangxin/Android/Sdk/ndk-bundle/ndk-build /home/zhangxin/Android/Sdk/ndk-bundle/build/core/add-application.mk:178: *** Android NDK: APP_STL gnustl_static is no longer supported. Please switch to either c++_static or c++_shared. See https://developer.android.com/ndk/guides/cpp-support.html for more information. . Stop. ```
一点点方便是指什么?编辑器上看着方便?
1. 删除.DS_Store 2. 删除model/checkpoint 3. 增加.gitignore
Traceback (most recent call last): File "train/train.py", line 9, in from layers.net import Net ImportError: No module named layers.net