Kartikeya Karnatak
Kartikeya Karnatak
I am trying to run a simple example using trained network vgg16 ``` from vgg16 import VGG16 from quiver.quiver_engine.server import launch model = VGG16() launch(model, classes=['cat','dog'], input_folder='./imgs') # i have...
Tensorflow compilation fails with error "redeclared here as 'Eigen::internal::ComparisonName cmp'"
Hi, I am trying to compile the tensorflow source with opencl 'syscl' flag. I got the following error: ``` In file included from :0:0: ./bazel-out/local_linux-py3-opt/bin/tensorflow/core/kernels/_objs/relu_op/tensorflow/core/kernels/relu_op.pic.sycl:8149:22: note: 'const bool cl::sycl::detail::{anonymous}::arg_used [16]'...
Hi Guys, I am using this project on conda env with gpu configured. I was trying to just run the inference files first to try it out, but I get...
**Describe the bug** Undefined symbol error while executing different glim_rosnode, glim_rosbag etc **To Reproduce** Steps to reproduce the behavior: ros2 run glim_ros glim_rosnode **Expected behavior** Following error occurs every time:...