Skip to content

Commit

Permalink
Training visualization notebook in Discovery/Shared
Browse files Browse the repository at this point in the history
  • Loading branch information
tsai-henry2 committed Dec 6, 2023
1 parent ab00024 commit b6c16c5
Show file tree
Hide file tree
Showing 48 changed files with 35,565 additions and 0 deletions.
Binary file removed AutoCkt/Server/autockt_server/LDO.png
Binary file not shown.
Binary file removed AutoCkt/Server/autockt_server/Latch.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
827 changes: 827 additions & 0 deletions Discovery/Shared/CktGym Training Visualization.ipynb

Large diffs are not rendered by default.

451 changes: 451 additions & 0 deletions Discovery/Shared/formatted_logs.jsonl

Large diffs are not rendered by default.

34,276 changes: 34,276 additions & 0 deletions Discovery/Shared/logs.jsonl

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions Discovery/Shared/visualizer.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import json
import pandas as pd
import matplotlib as plt
import tqdm

filename = 'logs.jsonl'

with open(filename, "r") as file:
data = json.load(file)

print(data)

0 comments on commit b6c16c5

Please sign in to comment.