deepboard 0.2.0__py3-none-any.whl → 0.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- deepboard/__version__.py +1 -1
- deepboard/gui/assets/base.css +0 -1
- deepboard/gui/pages/main_page/right_panel/config.py +1 -0
- deepboard/resultTable/table_schema.py +2 -1
- {deepboard-0.2.0.dist-info → deepboard-0.2.2.dist-info}/METADATA +4 -4
- {deepboard-0.2.0.dist-info → deepboard-0.2.2.dist-info}/RECORD +8 -8
- {deepboard-0.2.0.dist-info → deepboard-0.2.2.dist-info}/WHEEL +0 -0
- {deepboard-0.2.0.dist-info → deepboard-0.2.2.dist-info}/entry_points.txt +0 -0
deepboard/__version__.py
CHANGED
deepboard/gui/assets/base.css
CHANGED
@@ -38,6 +38,7 @@ def create_database(db_path):
|
|
38
38
|
|
39
39
|
# Create Logs table for scalar values
|
40
40
|
# Wall time is in seconds
|
41
|
+
# We must allow NULL values for the value column when the value is NaN
|
41
42
|
cursor.execute("""
|
42
43
|
CREATE TABLE IF NOT EXISTS Logs
|
43
44
|
(
|
@@ -47,7 +48,7 @@ def create_database(db_path):
|
|
47
48
|
step INTEGER NOT NULL,
|
48
49
|
split varchar (128) NOT NULL,
|
49
50
|
label varchar(128) NOT NULL,
|
50
|
-
value REAL
|
51
|
+
value REAL,
|
51
52
|
wall_time REAL NOT NULL,
|
52
53
|
run_rep INTEGER NOT NULL,
|
53
54
|
FOREIGN KEY(run_id) REFERENCES Experiments(run_id)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: deepboard
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.2
|
4
4
|
Summary: Organize your research project like a pro with Deepboard
|
5
5
|
Project-URL: Homepage, https://github.com/anthol42/deepboard
|
6
6
|
Project-URL: Issues, https://github.com/anthol42/deepboard/issues
|
@@ -32,13 +32,13 @@ implement a webUI to visualize the training details and training
|
|
32
32
|
curves of any runs. In addition, it lets you commpare training curves
|
33
33
|
between runs. You can even download the charts that you have generated:)
|
34
34
|
## 🔥 Screenshots 🔥
|
35
|
-

|
36
36
|
|
37
37
|
|
38
|
-

|
39
39
|
|
40
40
|
|
41
|
-

|
42
42
|
## 🌟 Project Philosophy
|
43
43
|
Before diving in, it’s important to understand the philosophy behind this project. In deep learning, it’s easy to get
|
44
44
|
swept up in the excitement — experimenting with countless configurations in search of the perfect setup. 🔬✨
|
@@ -1,5 +1,5 @@
|
|
1
1
|
deepboard/__init__.py,sha256=nMXg9GFsk8gCcyBnh1MAeUPvo4Zcuv3sdwGHZrxfpPE,36
|
2
|
-
deepboard/__version__.py,sha256=
|
2
|
+
deepboard/__version__.py,sha256=l76BxtxMMS4ZlmaydbuRDEH38H3W6gHEk8IO2zVcask,171
|
3
3
|
deepboard/gui/THEME.yml,sha256=Cj7iDLGOYi_rmj6O7REadkukoiZkut-faNPDlD9qkII,645
|
4
4
|
deepboard/gui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
deepboard/gui/entry.py,sha256=GPG5BJ2nOVqRfTlPFL-wYIcvySZEotk6gO52Ww_LUxA,576
|
@@ -7,7 +7,7 @@ deepboard/gui/main.py,sha256=gT6zMGa3AdrWKvblIBEfkyT42YN9iCvgSgY87jcaiF4,3406
|
|
7
7
|
deepboard/gui/requirements.txt,sha256=pOXbI6s6re_6zBe8rAWlx7VxxTYJucyoJ9wCespWu3M,51
|
8
8
|
deepboard/gui/utils.py,sha256=9z9LOhXW2LA5heQEpI7nEeK463O6INSypOotPLdQnHI,9235
|
9
9
|
deepboard/gui/assets/artefacts.css,sha256=5B-uBbwZ2-1aLVNShb61OejFQjMgS_9tzXmhCgLSLSE,2414
|
10
|
-
deepboard/gui/assets/base.css,sha256=
|
10
|
+
deepboard/gui/assets/base.css,sha256=12fAVG2QHGuK2_C7Hh_HSuDJhW5AiSVLuYGj6iP4waQ,3979
|
11
11
|
deepboard/gui/assets/base.js,sha256=6CinWmaHwTRQJemXdjRTp7HVfAIH2gMkm6CQ-6pkuSA,2682
|
12
12
|
deepboard/gui/assets/charts.css,sha256=_PgD1QHQUWYapeH6gJDS96dFsYz0YSOSMjF0TtBvwi4,3719
|
13
13
|
deepboard/gui/assets/compare.css,sha256=u5BSr38ZdPlon7TaheHhV5K2jwloYnkShN5C9IdB7y0,1932
|
@@ -49,7 +49,7 @@ deepboard/gui/pages/main_page/datagrid/row.py,sha256=aUKmet_BuYAC39nvCzh57p2U7Rv
|
|
49
49
|
deepboard/gui/pages/main_page/datagrid/sortable_column_js.py,sha256=NyzULiCjUtcvrOcIS68hbo7UPtJwCoa4WTqdlGvNszk,1586
|
50
50
|
deepboard/gui/pages/main_page/datagrid/utils.py,sha256=xgTju4w7gacVQhDMPN3bxY2qZedhTlC2jeAOgXT2yTg,299
|
51
51
|
deepboard/gui/pages/main_page/right_panel/__init__.py,sha256=L4zdoW-0HJtP49rS8l52D4Prbv6S7pLBMm0ufZf64Mc,413
|
52
|
-
deepboard/gui/pages/main_page/right_panel/config.py,sha256=
|
52
|
+
deepboard/gui/pages/main_page/right_panel/config.py,sha256=LTXGVDOSmTsYrhrWjoJEvDWP6C0Xti3OjMeZQqKUCHM,1597
|
53
53
|
deepboard/gui/pages/main_page/right_panel/fragments.py,sha256=XcPs3TKzHEF-GreDpnKwHs2G2xJAWtNtv0SQCVg1TXQ,4503
|
54
54
|
deepboard/gui/pages/main_page/right_panel/hparams.py,sha256=KrLpUEccGMn-rCBA2tztcM0XxV6MD2oUsx3UbJ2XZYQ,605
|
55
55
|
deepboard/gui/pages/main_page/right_panel/images.py,sha256=Phf8vY8-Md3vFTI-7Ri5wwK-WNzVuyCKrCpTyLudGs0,11698
|
@@ -61,9 +61,9 @@ deepboard/resultTable/cursor.py,sha256=YZrCQeISPqXcH9KhKhearK5LEyM2rc_fqH8axnFUX
|
|
61
61
|
deepboard/resultTable/logwritter.py,sha256=iXbPkfp5t0dd4Ojydw0zWKEpgKE7SXEmmasSfmPjegM,27046
|
62
62
|
deepboard/resultTable/resultTable.py,sha256=e_xSAZmA6xAKL7sdKo_43ToDUsr6JI0TgHL7x3paltQ,24584
|
63
63
|
deepboard/resultTable/scalar.py,sha256=6pakiOafTxoj2yCTCn0Y300ECK23KKQ-orTHvWT5pLI,1347
|
64
|
-
deepboard/resultTable/table_schema.py,sha256=
|
64
|
+
deepboard/resultTable/table_schema.py,sha256=Xt0m8G6x74Dxgiq5KYnYUmv3hr5KGgBFfPsoQcnHB1o,4388
|
65
65
|
deepboard/resultTable/utils.py,sha256=3K0rt5QDHv0aOld8KiXFGXvTUBiTskgnNxEjAApqCFQ,1424
|
66
|
-
deepboard-0.2.
|
67
|
-
deepboard-0.2.
|
68
|
-
deepboard-0.2.
|
69
|
-
deepboard-0.2.
|
66
|
+
deepboard-0.2.2.dist-info/METADATA,sha256=TN6KSddi8MWNUYq6OjpIlbHfPMkj_fRgd-7zPlgyARA,8508
|
67
|
+
deepboard-0.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
68
|
+
deepboard-0.2.2.dist-info/entry_points.txt,sha256=SFQjQXlWt2867B5_Lu9PVzB8pIUYbCSpPsViqyRZCyk,55
|
69
|
+
deepboard-0.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|