Darknet v1.1.1

October 28, 2025 ยท View on GitHub

See also new iChess.io v12.27!!!

๐Ÿ“„ This work is described in the scientific paper: https://doi.org/10.1002/cpe.6936

๐Ÿ“ฆ Platform Support

  • โœ… macOS (Intel / Apple Silicon)
  • โœ… Ubuntu Linux 20.04+
  • โš ๏ธ Windows 10/11 (experimental OpenCL build)

Windows Build Guide:

https://iblog.isowa.io/2021/11/20/darknet-on-opencl-on-windows-11-x64

๐Ÿง  Training & Optimization Tips

  • Run from RAMDisk to reduce disk wear and speed up training/inference:

    • Linux: sudo mount -t tmpfs -o size=4096M tmpfs /your/ramdisk
    • macOS: diskutil erasevolume HFS+ "ramdisk" $(hdiutil attach -nomount ram://8388608)
  • Replace clBLAS with CLBlast for improved GEMM performance:

git apply patches/clblast.patch

๐Ÿ“ฝ๏ธ Demos & Videos

๐Ÿ™ Acknowledgements

Created by Piotr Sowa โ€” AI researcher, GPU software engineer, and creator of iChess.io. More information and tutorials at iBlog.isowa.io.


For citations, academic usage, or collaboration inquiries, feel free to reach out via GitHub or LinkedIn.