You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I make the op, an error reported: /home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from floattonp.floatingis deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters /home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from floattonp.floatingis deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters mkdir -p build /home/ybb/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++ -O3 -std=c++11 -c filter_op.cc -o build/filter_op.o -I/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/tensorflow/include -I/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/tensorflow/include/external/nsync/public -DGOOGLE_CUDA=1 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 make: /home/ybb/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++: Command not found Makefile:30: recipe for target 'build/filter_op.o' failed make: *** [build/filter_op.o] Error 127, how can I fix it? Thx so much for ur help :)
The text was updated successfully, but these errors were encountered:
Hi, when I make the op, an error reported: /home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from floattonp.floatingis deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters /home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from floattonp.floatingis deprecated. In future, it will be treated asnp.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters mkdir -p build /home/ybb/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++ -O3 -std=c++11 -c filter_op.cc -o build/filter_op.o -I/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/tensorflow/include -I/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/tensorflow/include/external/nsync/public -DGOOGLE_CUDA=1 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 make: /home/ybb/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++: Command not found Makefile:30: recipe for target 'build/filter_op.o' failed make: *** [build/filter_op.o] Error 127, how can I fix it? Thx so much for ur help :)
what is the result if you type ls /home/ybb/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++
Probably it does not exist.
In my computer, I use CXX=/usr/bin/g++
Hi, when I make the op, an error reported:
/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from
floatto
np.floatingis deprecated. In future, it will be treated as
np.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters /home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from
floatto
np.floatingis deprecated. In future, it will be treated as
np.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters mkdir -p build /home/ybb/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++ -O3 -std=c++11 -c filter_op.cc -o build/filter_op.o -I/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/tensorflow/include -I/home/ybb/anaconda3/envs/tf/lib/python3.6/site-packages/tensorflow/include/external/nsync/public -DGOOGLE_CUDA=1 -fPIC -D_GLIBCXX_USE_CXX11_ABI=0 make: /home/ybb/anaconda3/bin/x86_64-conda_cos6-linux-gnu-g++: Command not found Makefile:30: recipe for target 'build/filter_op.o' failed make: *** [build/filter_op.o] Error 127
, how can I fix it? Thx so much for ur help :)The text was updated successfully, but these errors were encountered: