Git Product home page Git Product logo

Comments (2)

lightvector avatar lightvector commented on August 15, 2024

You are loading the model the wrong way. You're not supposed to guess what config to use, the checkpoint file itself contains the correct config.
See for example the proper way to load the model: https://github.com/lightvector/KataGo/blob/master/python/load_model.py#L36-L55

This is because for any network architecture, there are many small options that can be configured, see https://github.com/lightvector/KataGo/blob/master/python/modelconfigs.py#L1401-L1504. Usually a network will be using some combination of these options, so you don't want to guess, you just want to trust the config inside the checkpoint itself.

from katago.

xingchengxu avatar xingchengxu commented on August 15, 2024

Great! Thank you very much for pointing out the correct approach to loading the model. Your guidance clarifies the importance of using the configuration embedded within the checkpoint file itself, rather than attempting to deduce or manually adjust the configuration. Thanks!

from katago.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.