adizhol

Results 16 comments of adizhol

+1 python 3.6 Cuda 11.1

Nope On Jun 22, 2018 15:05, "Choneke" wrote: Have you solved this? @adizhol — You are receiving this because you were mentioned. Reply to this email directly, view it on...

+1 pytorch 1.7.1 cuda 11.1

I think you need to change > if K.image_dim_ordering() == 'tf': to > if K.image_data_format() == 'channels_last':

@banesullivan ``` Python 3.6.10 |Anaconda, Inc.| (default, May 8 2020, 02:54:21) [GCC 7.3.0] on linux >>> import pyvista as pv >>> print(pv.Report()) Fatal Python error: Segmentation fault Current thread 0x00007ffb18854700...

I would also like to understand that. The Umeyama algorith uses the SVD of the covariance matrix to calculate the alignment between two trajectories. http://rpg.ifi.uzh.ch/docs/IROS18_Zhang.pdf **edit** One possible reason is...

why is it not enought to set -Wno-unused-variable flag? `cmake -D CMAKE_CXX_FLAGS="-Wno-unused-variable" --compile-no-warning-as-error ..`

> when I use run_docker.sh, I got a problem like > > ``` > terminate called after throwing an instance of 'ml::MLibException' > what(): process:46: an illegal memory access was...

cmake output: ``` cmake .. Traceback (most recent call last): File "", line 1, in AttributeError: module 'tensorflow.python.platform.sysconfig' has no attribute 'get_compile_flags' -- /usr/local/lib/python3.5/dist-packages/tensorflow/include -- /usr/local/lib/python3.5/dist-packages/tensorflow -- /usr/local/lib/python3.5/dist-packages/tensorflow/libtensorflow_framework.so -- TensorFlow...