Doruk Sönmez

Results 27 comments of Doruk Sönmez

Hi, I also have the same line along with the other similar outputs. ``` Top left coordinate must be less than bottom right.Error in object 0 of label_file /root/kitti-outs/train/labels/114_mask.txt. Coordinates:...

@hosseinzadeh88 Yes, I am using tlt-dataset-convert tool for tfrecords and it skips some of the data but 3533 of them are still there and usable. So I tried increasing the...

@ak-nv thanks for your comment. I am using the exact same datasets you are using. You can find my `conversion_spec.txt` and `detectnet_v2_train_resnet18_kitti.txt` below. **conversion_spec.txt:** ``` kitti_config { root_directory_path: "/workspace/dataset/kitti-dataset" image_dir_name:...

@ak-nv Thanks for the comment. I tried to train with your `detectnet_v2_train_resnet18_kitti.txt` file inside `tlt_specs` and it worked! This is the unpruned model evaluation output: ``` Validation cost: 0.001529 Mean...

It looks like an issue generated by TVM library under the hood. When I manually started python cli and imported TVM, it throws `CUDA_ERROR_NOT_INITIALIZED` just when I want to see...

Further test results: Extracted the code part which generates the error and placed it in a separate script: ``` import tvm target = tvm.target.cuda(arch='sm_87') device = tvm.runtime.cuda(0) assert(device.exist) print(device.device_name) ```...

Hi @dusty-nv, Yes, I'm running on Jetson AGX Orin Dev Kit. I actually specified `arch='sm_87'` for `tvm.target.cuda(arch='sm_87')` as well. I also tried `./build.sh local_llm` too for a local build with...

Of course! Here are the results for both tests: ### 1. MLC-Test ``` $ ./run.sh $(./autotag mlc) # python3 -m mlc_llm.build --model Llama-2-7b-hf --quantization q4f16_ft --artifact-path /data/models/mlc/dist --max-seq-len 4096 --target...

@dusty-nv I think it is working now but there is an issue related to X display as far as I understand from the logs: ``` .... 13:04:37 | INFO |...