Feng Wang
Feng Wang
你装ninja了吗? ```pip install ninja``` @Pandaxia8
```PermissionError: [Errno 13] Permission denied: '/data'``` Plz read your error log carefully and search the friendly web.
Google is your friend. The log show your code might look like `int(None)` .
@quantumalaviya Wow, it's really awesome !!! Thanks @quantumalaviya for your contribution and thanks @innat for mentioning me here. I will check the code and give my feed back soon !
Are you executed in the right position, could you show me your log?
Any update? @Im-Himanshu
@Im-Himanshu Also please don't forget to lint your code.
@Im-Himanshu please isort your code(`isort -rc`), see [here](https://github.com/Megvii-BaseDetection/YOLOX/actions/runs/9806832237/job/27120887168?pr=1773) for more details.
> > @Im-Himanshu please isort your code(`isort -rc`), see [here](https://github.com/Megvii-BaseDetection/YOLOX/actions/runs/9806832237/job/27120887168?pr=1773) for more details. > > @FateScript in `trainer.py` and `mlflow_logger.py`, `isort` has transferred the `import datetime` and other default python...