mengyaaa

Results 1 comments of mengyaaa

> @shoutashi @alisaaalehi @dehaisea > For error "correlation.so: undefined symbol:_ZTIN10tensorflow8OpKernelE": > Modify Makefile: > **TF_LIB = `python -c "import tensorflow; print(tensorflow.sysconfig.get_lib())"`** > CGPUFLAGS = -L$(CUDA_HOME)/lib -L$(CUDA_HOME)/lib64 -lcudart **-L$(TF_LIB) -ltensorflow_framework** >...