Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

graph_analysis: nicer json parsed graph structure #216

Closed
wants to merge 103 commits into from

Conversation

colah
Copy link
Contributor

@colah colah commented Dec 4, 2019

Nicer layout parse structure for @shancarter:

"layout": {
    "type": "Sequence",
    "children": [
      {
        "type": "Node",
        "name": "input:0"
      },
      {
        "type": "Node",
        "name": "conv2d0:0"
      },
      {
        "type": "Node",
        "name": "maxpool0:0"
      },
      {
        "type": "Node",
        "name": "conv2d1:0"
      },
      {
        "type": "Node",
        "name": "conv2d2:0"
      },
      {
        "type": "Node",
        "name": "maxpool1:0"
      },
      {
        "type": "Branch",
        "children": [
          {
            "type": "Node",
            "name": "mixed3a_1x1:0"
          },
          {
            "type": "Sequence",
            "children": [
              {
                "type": "Node",
                "name": "mixed3a_3x3_bottleneck:0"
              },
              {
                "type": "Node",
                "name": "mixed3a_3x3:0"
              }
            ]
          },
...

@colah
Copy link
Contributor Author

colah commented Dec 4, 2019

This change probably breaks some things.

Tylersuard and others added 27 commits December 14, 2020 04:51
Added compatibility with Colab: switching to Tensorflow v.1
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
…/scratch/js/ini-1.3.8

Bump ini from 1.3.5 to 1.3.8 in /lucid/scratch/js
Update show() to fix Firefox rendering issue
This should remove all current dependency vulnerability issues. When rebuilding this test folder, it can be regenerated, so it is safe to remove at the moment.
Add OpenAI Clip (ResNet50, x4) to modelzoo, also fixes misc test issues.
…ings

[*.py] Rename "Arguments:" to "Args:"
This notebook did not work with Colab, I fixed it.
Fixed spelling of factorization
Removes package-lock.json from the repo
@google-cla
Copy link

google-cla bot commented Mar 12, 2021

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@ludwigschubert
Copy link
Contributor

Sorry for the mess, everyone! I tried to rebase this on master, but ended up creating a huge merge commit. I've cherry picked @colah 's changes instead, and they're merged on master.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet