cccpr
cccpr
@extragoya At the begining, it was "../../data/HED-BSDS/", and error occurs. Then, I replace it with "/home/jcc/code/hed/data/HED-BSDS/" Still error...
@extragoya I think the error clearly shows that the code has found the train_pair.lst, so why can not find the images?
@extragoya I have opencv 3 installed, but I can not see any flags indicating whether turning opencv on in the makefile.config here: https://github.com/s9xie/hed/blob/master/Makefile.config.example I think I got the opencv well...
@zeakey I run solve.py in hed/examples/hed/. and the data folder is in /home/jcc/code/hed ,just the root folder. The line of train.lst seems like train/aug_gt_scale_0.5/157.5_1_0/159045.png
@extragoya @zeakey Thanks a lot for your replies! No other advice?
@codecolony @zeakey @extragoya Hi, the modified SigmoidCrossEntropy Loss layer has a [line](https://github.com/s9xie/hed/blob/master/src/caffe/layers/sigmoid_cross_entropy_loss_layer.cpp#L107) that reads like -: bottom_diff[i * dim + j] *= 1 * count_neg / (count_pos + count_neg); why...
potential relations with this issue: https://github.com/NVIDIA/TensorRT-LLM/issues/948 https://github.com/NVIDIA/TensorRT-LLM/issues/964
@Tracin int8_weight_only, accuracy is good.
@Tracin is int8-weight+int8-kv-cache mmlu accuracy tested on any model in your experiments, since for quantization, this case is the official example of tensorrt-llm?