Ardian Umam
Ardian Umam
Hi, As written in the title, how can we run model training, e.g., wav2vec2.0, from the python file instead of via CLI? My use case is that I want to...
I run the `python LinearRegressionTS.py example_dataset.txt > result1` and get error below. Maybe you can also provide a guide to run the code, including what parameters should be passed, etc...
Hi, I have existing code in Intel SIMD [SSE2](https://scc.ustc.edu.cn/zlsc/tc4600/intel/2015.1.133/compiler_c/GUID-7EC08804-66F5-4F9C-95AC-32546F8BCD9B.htm), how can I use API of libsimdpp if the variable I have is in SSE2, for example [_mm_set_epi32](https://scc.ustc.edu.cn/zlsc/tc4600/intel/2015.1.133/compiler_c/GUID-7EC08804-66F5-4F9C-95AC-32546F8BCD9B.htm)? Is there any...
I use [this method](https://datatables.yajrabox.com/html/method) and only show header table without its contents. But, when I change to this. ``` if (true) { //change $request->ajax() with true $authors = Author::select(['id', 'name']);...
Hi, I try to use `ssd_mobilenet_v1_coco`, it works well without any error in Jetson TX2. However, using `ssd_mobilenet_v2_coco` generates error like below. I already clone and install using latest repo...
Hi, I got an error when running this code line: `from tf_trt_models.detection import download_detection_model, build_detection_graph` But, importing tensorrt is all fine. `import tensorrt as trt` Any solution? I use Jetson...
Hi, Thanks for providing this useful information. I’m new in object tracking but I already know many enough for object detection (single input image). Can you provide information, e.g., which...
Hi, In the paper, it is written the UDA loss is performed by minimizing cross-entropy, but in the code, it is implemented in KL-divergence. Any further explanation about this? Many...
Hi, The link to download the cifar10 dataset is broken. Could you please update it? Thanks! ``` url_prefix=https://storage.googleapis.com/uda_model/image/proc_data_v2/${task_name} for sup_size in 4000 2000 1000 500 250; do wget $url_prefix/train-size_${sup_size}.tfrecord.0 done...
Hi, Thanks for the awesome work! I'm trying to generate mesh from my own point cloud (generated with [DiT3D](https://github.com/DiT-3D/DiT-3D), trained also on ShapeNet). I already did the pre-processing such that...