Ali Thari
Ali Thari
I followed the instructions here: https://google.github.io/flatbuffers/flatbuffers_guide_building.html which says that I simply can put following in my own cmake project: ``` # Add FlatBuffers directly to our build. This defines the...
I build crow using the guidline described here: https://crowcpp.org/master/getting_started/setup/linux/#using-cmake_1 I really dont understand when including crow in my cmake project I get the following: Found package configuration file: /usr/local/lib/cmake/Crow/CrowConfig.cmake but...
Trying to run mnist_net_transform.py, but I get following assert error: ``` _lower_to_native_backend.py", line 606, in _lower_static_weighted_ref_module assert(len(ref_node.args) == 1) AssertionError ```
Hi, Has anybody managed to export the fused and quantised model to onnx or even a trt engine?
Hi, I managed to get my 3D backbone model to work in terms of fusion and quantisation (PTQ). However, the results are quite different when compared to the original model....
Hi, I got a couple of issues/questions please. 1) In the quantisation example you use QuantStub and DeQuantStub to quantise and dequantise the voxels and output tensor, respectively. This is...
When I compile with spconv with CUMM_CUDA_ARCH_LIST=7.2 I get a bunch of errors like this: ptxas /tmp/tmpxft_00002517_00000000-6_ConvKernel_conv_kernel.ptx, line 791; error : Feature 'cache prefetching' requires .target sm_75 or higher Is...
Those APIs listed here: including SparseConv3d https://github.com/traveller59/spconv/blob/master/docs/USAGE.md Why is it that I cannot find them in the cpp generated code ? Do they have other names,, if so, how do...
We got a websocket server . We run the server using the run_async method and it all works fine. Occasionally, the client closes the connection (and is likely not doing...
Hi, when I run `python tools/create_data.py nuscenes_data_prep --root_path=NUSCENES_TRAINVAL_DATASET_ROOT --version="v1.0-trainval" --nsweeps=10` I do get the following file being empty: dbinfos_train_10sweeps_withvelo.pkl When I run the centerpoint_qat_pipeline.py from [this repo](https://github.com/NVIDIA-AI-IOT/Lidar_AI_Solution/blob/master/CUDA-CenterPoint/qat/tools/centerpoint_qat_pipline.py) I get an...