Ziye
Ziye
Hi~I have done an experiment on centernet by changing original penalty focal loss to QFL. But my training is continued oscillating and cannot converge. I have checked my code and...
Hello, I tried to run the "rock-paper-scissors" example in a Linux machine, but it returns some error like: [ERROR] (match_87VWpRGIWOt4) - agent 1 - 'agent_1' timed out after 1000 ms...
Hi, I already installed the following packages with the guide of ["Installation"](https://github.com/hpcaitech/ColossalAI#installation) pytorch-lightning 1.6.5 colossalai 0.1.11rc3+torch1.11cu11.4 But when I run training, it reports following error: **AttributeError: module 'pytorch_lightning.strategies' has no...
# Ask a Question ### Question I converted a pb model to onnx. It went smoothly and successfully. But it auto added some transpose op before and after every split...
Hi, I see that model zoo already supports yolov8. Does it already support yolov8's python post-processing? How to use it? I have not found it in the source code. ...