GPH
GPH
> i meet same the error on my juptyer notebook (using docker). i resolve it by changing the notebook dir. if you run jupyter notebook using root dir, using the...
Me too. The loss descend slowly after 7epochs with value around 9.5 and the map remains zero.
will h5 file have problem with CPU memory?I encounter some problem which I think is caused by the memory consumption of loading h5file,especially when using multi-workers
When I running command `python create_yolo_prototxt.py /home/gph/Desktop/darknet-master/cfg/tiny-yolo-voc.cfg prototxt/tiny-yolo-voc-gph.prototxt` I got erroe like: `ERROR:root:region layer is not supported` Can someone help me? Thanks a lot!
> > > Installing causal_conv1d and mamba on a linux server system shows a cuda version below 11.6, when in fact the native cuda version is 11.7. The cuda version...
Hi all! I was stuck at this error: `#error PCL requires C++14`, and I think it has something to do with the `catkin config` part. But I do not know...
> set(CMAKE_CXX_STANDARD_REQUIRED ON) Thanks, it works!