Git Product home page Git Product logo

Comments (7)

sethtroisi avatar sethtroisi commented on July 20, 2024

It doesn't seem that we have converted the old 9x9 models.

@tommadams or I will try to do.

@tommadams is this the general jist

for MODEL_PATH in `gsutil ls ...` do
  python freeze_graph.py  --model_path=$MODEL_PATH
  python3 oneoffs/wrap_model.py \
    --src_path $MODEL_PATH.tflite \
    --dst_path $MODEL_PATH.minigo \
  --metadata engine=lite,input_features=agz,input_layout=nhwc,input_type=float,board_size=9
done

note there's a small typo in cc/README.md see s/minifo/minigo/

from minigo.

tommadams avatar tommadams commented on July 20, 2024

I'll do this now

from minigo.

tommadams avatar tommadams commented on July 20, 2024

Oh, it looks like we don't have frozen .pbs for those 9x9 models.

We'll need to freeze them. Does anyone know what the architecture flags used were?

from minigo.

sethtroisi avatar sethtroisi commented on July 20, 2024

That's a question for @amj or @brilee

from minigo.

brilee avatar brilee commented on July 20, 2024

from minigo.

tommadams avatar tommadams commented on July 20, 2024

I'm digging through the github history to see if I can pull out the appropriate architecture flags.

The v0.6 MLPerf was 9x9 but the benchmark was set up to train a model that plays something "reasonable" in as short a time as possible. The trained models are pretty weak.

from minigo.

tommadams avatar tommadams commented on July 20, 2024

Ok, I've uploaded .minigo versions of all the v3-9x9 models to the GCS bucket.

When you're building the C++ binaries, remember to pass --define=board_size=9 because the board size is a compile-time constant. For example:

gsutil cp gs://minigo-pub/v3-9x9/models/000496-polite-ray.minigo .
bazel build  -c opt  --define=board_size=9  cc:simple_example
./bazel-bin/cc/simple_example  --model=000496-polite-ray.minigo

from minigo.

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.