Ibraheem951

Results 3 issues of Ibraheem951

I have been trying to run the semantic_segmentation notebook code inside a docker container. I've installed all the dependencies following the conda yaml config file as below FROM pytorch/pytorch:2.0.0-cuda11.7-cudnn8-devel RUN...

Hi, I'm getting error when i run inference.py file. The error occurs when the following line runs inside fusec_act.py fused = load( 'fused', sources=[ os.path.join(module_path, 'fused_bias_act.cpp'), os.path.join(module_path, 'fused_bias_act_kernel.cu'), ], )...

Presently, YOLOX code is not reproducible and outputs are different everytime. One of the reasons is that seed is randomly set for workers in yolox/data/dataloading.py file. Is there a way...