-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Randomness #33
Comments
I solved this issue. If you want to have replicable results. you can change init_seed function in general.py to, |
Hi, thanks for your advice. A little randomness is not always a bad thing. But we are happy to provide users with the option of strict reproducibility, as YOLOv5 dose. |
您好,我在windows上进行训练,但是数据集不知道怎么导入,也是采用建立软连接的方式嘛,如果您看到,请您帮我一下,谢谢您 |
把软连接换成文件夹是一样的 |
这个怎么换一下,我太菜了,菜哭了 |
就是直接新建文件夹,不要软连接,然后把数据放在文件夹里面 |
Hello! It is a wonderful work!
I have an issue. The image alignment training seems to be unrepeatable. The seed was set to 0, but the performance still different every time. Can you show me how to modify the codes?
The text was updated successfully, but these errors were encountered: