R Sandeep

Results 4 issues of R Sandeep

Getting below error while executing **command:** `th train.lua` **Error:** `/home/ubuntu/src/torch/install/bin/luajit: /home/ubuntu/src/torch/install/share/lua/5.1/nn/THNN.lua:110: cuda runtime error (59) : device-side assert triggered at /home/ubuntu/src/torch/extra/cunn/lib/THCUNN/generic/ClassNLLCriterion.cu:87` **Entire stack trace:** `stack traceback: [C]: in function 'v'...

`torch/install/share/lua/5.1/hdf5/group.lua:312: HDF5Group:read() - no such child 'ques_train' for [HDF5Group 144115188075855879LL /]` Getting above error during training phase. Can someone help figure out what am I missing?

Command : `python demo.py --input-video /path/to/input/video.mp4 --weights /path/to/weights/jde_576x320_uncertainty.pt --output-format video --cfg cfg/yolov3_576x320.cfg` Output/Error: Namespace(cfg='cfg/yolov3_576x320.cfg', conf_thres=0.5, input_video='/path/to/input/video.mp4', iou_thres=0.5, min_box_area=200, nms_thres=0.4, output_format='video', output_root='results', track_buffer=30, weights='/path/to/weights/jde_576x320_uncertainty.pt') 2020-05-29 17:42:12 [INFO]: Starting tracking... Lenth of...

Hi, Tried using the r-script callSync module and found below error with child_process saying spawnSync is not a function. Uncaught TypeError: child_process.spawnSync is not a function(…) When I checked README...