wandb 0.18.0__py3-none-win_amd64.whl → 0.18.1__py3-none-win_amd64.whl
Sign up to get free protection for your applications and to get access to all the features.
- wandb/__init__.py +2 -2
- wandb/__init__.pyi +1 -1
- wandb/apis/public/runs.py +2 -0
- wandb/bin/wandb-core +0 -0
- wandb/cli/cli.py +0 -2
- wandb/data_types.py +9 -2019
- wandb/env.py +0 -5
- wandb/{sklearn → integration/sklearn}/calculate/calibration_curves.py +7 -7
- wandb/{sklearn → integration/sklearn}/calculate/class_proportions.py +1 -1
- wandb/{sklearn → integration/sklearn}/calculate/confusion_matrix.py +3 -2
- wandb/{sklearn → integration/sklearn}/calculate/elbow_curve.py +6 -6
- wandb/{sklearn → integration/sklearn}/calculate/learning_curve.py +2 -2
- wandb/{sklearn → integration/sklearn}/calculate/outlier_candidates.py +2 -2
- wandb/{sklearn → integration/sklearn}/calculate/residuals.py +8 -8
- wandb/{sklearn → integration/sklearn}/calculate/silhouette.py +2 -2
- wandb/{sklearn → integration/sklearn}/calculate/summary_metrics.py +2 -2
- wandb/{sklearn → integration/sklearn}/plot/classifier.py +5 -5
- wandb/{sklearn → integration/sklearn}/plot/clusterer.py +10 -6
- wandb/{sklearn → integration/sklearn}/plot/regressor.py +5 -5
- wandb/{sklearn → integration/sklearn}/plot/shared.py +3 -3
- wandb/{sklearn → integration/sklearn}/utils.py +8 -8
- wandb/{wandb_torch.py → integration/torch/wandb_torch.py} +36 -32
- wandb/proto/v3/wandb_base_pb2.py +2 -1
- wandb/proto/v3/wandb_internal_pb2.py +2 -1
- wandb/proto/v3/wandb_server_pb2.py +2 -1
- wandb/proto/v3/wandb_settings_pb2.py +2 -1
- wandb/proto/v3/wandb_telemetry_pb2.py +2 -1
- wandb/proto/v4/wandb_base_pb2.py +2 -1
- wandb/proto/v4/wandb_internal_pb2.py +2 -1
- wandb/proto/v4/wandb_server_pb2.py +2 -1
- wandb/proto/v4/wandb_settings_pb2.py +2 -1
- wandb/proto/v4/wandb_telemetry_pb2.py +2 -1
- wandb/proto/v5/wandb_base_pb2.py +3 -2
- wandb/proto/v5/wandb_internal_pb2.py +3 -2
- wandb/proto/v5/wandb_server_pb2.py +3 -2
- wandb/proto/v5/wandb_settings_pb2.py +3 -2
- wandb/proto/v5/wandb_telemetry_pb2.py +3 -2
- wandb/sdk/data_types/audio.py +165 -0
- wandb/sdk/data_types/bokeh.py +70 -0
- wandb/sdk/data_types/graph.py +405 -0
- wandb/sdk/data_types/image.py +156 -0
- wandb/sdk/data_types/table.py +1204 -0
- wandb/sdk/data_types/trace_tree.py +2 -2
- wandb/sdk/data_types/utils.py +49 -0
- wandb/sdk/service/service.py +2 -9
- wandb/sdk/service/streams.py +0 -7
- wandb/sdk/wandb_init.py +10 -3
- wandb/sdk/wandb_run.py +6 -152
- wandb/sdk/wandb_setup.py +1 -1
- wandb/sklearn.py +35 -0
- wandb/util.py +6 -2
- {wandb-0.18.0.dist-info → wandb-0.18.1.dist-info}/METADATA +1 -1
- {wandb-0.18.0.dist-info → wandb-0.18.1.dist-info}/RECORD +61 -57
- wandb/sdk/lib/console.py +0 -39
- /wandb/{sklearn → integration/sklearn}/__init__.py +0 -0
- /wandb/{sklearn → integration/sklearn}/calculate/__init__.py +0 -0
- /wandb/{sklearn → integration/sklearn}/calculate/decision_boundaries.py +0 -0
- /wandb/{sklearn → integration/sklearn}/calculate/feature_importances.py +0 -0
- /wandb/{sklearn → integration/sklearn}/plot/__init__.py +0 -0
- {wandb-0.18.0.dist-info → wandb-0.18.1.dist-info}/WHEEL +0 -0
- {wandb-0.18.0.dist-info → wandb-0.18.1.dist-info}/entry_points.txt +0 -0
- {wandb-0.18.0.dist-info → wandb-0.18.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,19 +1,19 @@
|
|
1
1
|
package_readme.md,sha256=l98RmjAb67Bg8obZQw8UzDVOCEWzBHYFNwZd6SMx4SQ,3953
|
2
|
-
wandb/__init__.py,sha256=
|
3
|
-
wandb/__init__.pyi,sha256=
|
2
|
+
wandb/__init__.py,sha256=sRT6r8bYPclwpGnZXdZazP0pbpVnJLDTKGFtLOirgVI,7170
|
3
|
+
wandb/__init__.pyi,sha256=aJZS2Dzju0e9Fc3y6E7cPDPLEtYKTUDp3A8M0AX_ubo,43083
|
4
4
|
wandb/__main__.py,sha256=uHY6OxHT6RtTH34zC8_UC1GsCTkndgbdsHXv-t7dOMI,67
|
5
5
|
wandb/_globals.py,sha256=NwgYSB2tl2Z5t1Tn1xpLtfkcmPy_dF01u-xxgnCbzoc,721
|
6
|
-
wandb/data_types.py,sha256=
|
7
|
-
wandb/env.py,sha256=
|
6
|
+
wandb/data_types.py,sha256=Rw43MYpAaJ8s4nkXoH9OQ1BEsrG9_doVd4icfQnAd3E,2238
|
7
|
+
wandb/env.py,sha256=Vc2RL-y7sH4IWshs3BSVtAbgIN-SGggQZwldlYi_5wo,13953
|
8
8
|
wandb/jupyter.py,sha256=DYxWYu0IMSNeGoTcei1gr-HOAZyHurhj5qtR_tkxf1U,17849
|
9
9
|
wandb/magic.py,sha256=grKCI_AKHF4vYtTXS-Ts7FeK3sdFB8t2JRqmFwjR-F0,62
|
10
10
|
wandb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
|
+
wandb/sklearn.py,sha256=8wlo8mLyekq6yRZBgluzPj4J-RP3wkLaEWm0yh7gvWw,838
|
11
12
|
wandb/trigger.py,sha256=d9TizmMPsvr0k9_3SBK2nq-Mb95bTzf9DZ1aE_F0ASo,644
|
12
|
-
wandb/util.py,sha256=
|
13
|
+
wandb/util.py,sha256=nqMrSMXTtnitnprrEdyC9A9uonvFHxf6WA2NRNjXOw4,63498
|
13
14
|
wandb/wandb_agent.py,sha256=QEnqQpVFY39FHnsutVLjkNkk1mahdpErLe_IQC1S6wU,21705
|
14
15
|
wandb/wandb_controller.py,sha256=mIwttTH5-b0O_kxlcpZRxI17L5PbB1KkKWFDwgbi0Xg,25525
|
15
16
|
wandb/wandb_run.py,sha256=EyOjZsthYkfV5SSorQIFmEkszZwvKfZKZCxIwzoM2Oc,164
|
16
|
-
wandb/wandb_torch.py,sha256=1_LOxzsgyWLhE2JEXwX6OwqKFS-ltusKixBWkJEjKRo,21826
|
17
17
|
wandb/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
18
18
|
wandb/agents/pyagent.py,sha256=ocUr8AZh5kFP3U_79peb-RbBLt3B9kzPWqKjcX7qHbU,13777
|
19
19
|
wandb/analytics/__init__.py,sha256=ntvkloUY6ZO8irNqA4xi06Q8IC_6pu1VB2_1EKORczc,53
|
@@ -40,7 +40,7 @@ wandb/apis/public/jobs.py,sha256=Yid0rolfgAozA2plnHiIZzD8o5emP26GMKsO1NSEbIE,228
|
|
40
40
|
wandb/apis/public/projects.py,sha256=TWTf_bvGJr-pTNKY_quNytP7KW0oimpDQ_FasOR-glA,4476
|
41
41
|
wandb/apis/public/query_generator.py,sha256=_9xgGz2P1QOVwH8EkvmEZK-HmV7mL1VHnPc4KuUEg1M,6159
|
42
42
|
wandb/apis/public/reports.py,sha256=1smFQQoQMj-TgCy9vEzDpDrLQG1TydB10WMfd1JCufM,16040
|
43
|
-
wandb/apis/public/runs.py,sha256=
|
43
|
+
wandb/apis/public/runs.py,sha256=S457s833CaOs5uqZIP07A_0NXHqk6LoE7l5rx6JEvjQ,32145
|
44
44
|
wandb/apis/public/sweeps.py,sha256=sg94EiNI_QOc40TKGaY4rRjz3d74OeUKEGfjuuO6QnE,6783
|
45
45
|
wandb/apis/public/teams.py,sha256=nb6PNKtE66jlg2ERiXvHS5aHIAeRSOs-A2X535ei_kY,5687
|
46
46
|
wandb/apis/public/users.py,sha256=sn8YpF43Ab9y0Xs5nMMHdllTFxwsROI8TVv5NRhHtyI,3937
|
@@ -49,9 +49,9 @@ wandb/apis/reports/v1/__init__.py,sha256=dat5IoxIT4Ds0gJYh7kd_u01Lk2ArqgPtsF9PuV
|
|
49
49
|
wandb/apis/reports/v2/__init__.py,sha256=z6cC7mTR35UPLYFwjnDZxodFoOO7KcFWOwePJqwH2iI,270
|
50
50
|
wandb/apis/workspaces/__init__.py,sha256=l7rmQGzeR4XpAKiq5idMMPulve07fgDIMdl8MIQypFk,272
|
51
51
|
wandb/beta/workflows.py,sha256=ENy_lmIyn3k_FHdD2ZO8HBaXdeoLrsPVbEfL_KYW8Ps,10527
|
52
|
-
wandb/bin/wandb-core,sha256=
|
52
|
+
wandb/bin/wandb-core,sha256=fZzhI3RxJPafx7UOtYYbRCSREAQtNSF4I3Y44uElUUY,12018688
|
53
53
|
wandb/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
54
|
-
wandb/cli/cli.py,sha256=
|
54
|
+
wandb/cli/cli.py,sha256=0FeoX2qwJsSE34xBpYTpaZ2VnOp6ibk-YK2r7gHm_cY,101331
|
55
55
|
wandb/docker/__init__.py,sha256=Wkv5q5xCf9MAzLjGzg_QpuatP6pURCoKsiWpTj7G1jM,10894
|
56
56
|
wandb/docker/auth.py,sha256=Qaf7C5t4mrGyswNTXKsxV3QBydY_RWqwP5teA8XZ_2I,15468
|
57
57
|
wandb/docker/wandb-entrypoint.sh,sha256=ksJ_wObRwZxZtdu1Ahc1X8VNB1U68a3nleioDDBO-jU,1021
|
@@ -116,12 +116,32 @@ wandb/integration/sagemaker/files.py,sha256=YEXFVJG4GAmfqGd2Nuh2hHbQ93x_3bF22ijR
|
|
116
116
|
wandb/integration/sagemaker/resources.py,sha256=4pbopJBHyTXn1RuwsGeHyYIluQnBzOGvXxbK8PHB1_g,1058
|
117
117
|
wandb/integration/sb3/__init__.py,sha256=X919ypvknbvlmHJrSMGnTk81f9bUH3eil8Ac6l8vXRA,63
|
118
118
|
wandb/integration/sb3/sb3.py,sha256=lFx5P3KCpE4MfFfE-Dy7cSa0vkk4hC3Bxwo_JmKOqPc,5063
|
119
|
+
wandb/integration/sklearn/__init__.py,sha256=iNUQBd44gurNllaA1bOUaU5kg9Edk8XcI7WsCSj_dEo,898
|
120
|
+
wandb/integration/sklearn/utils.py,sha256=5T156fQ7CFbKm7jW7Sv36EtFAzLcvm3FDEP4Bti79S8,6059
|
121
|
+
wandb/integration/sklearn/calculate/__init__.py,sha256=UdNsV6DkDTSfpBc6wTDhWKX1E-4rzTvDpUPycoaFsQw,1087
|
122
|
+
wandb/integration/sklearn/calculate/calibration_curves.py,sha256=WKh_XyY2AmsU0YmDOsydN3IF7ivI9FFn5sqIO7HxURg,3948
|
123
|
+
wandb/integration/sklearn/calculate/class_proportions.py,sha256=5D7dOWatucrHJB9VBlEJtn7WkmJzAHKejbGJ1U0d3zA,2187
|
124
|
+
wandb/integration/sklearn/calculate/confusion_matrix.py,sha256=nmWHyYy9IfnQHRYJtX-WLhvG7x7aauGqBEXGoQVbES4,2636
|
125
|
+
wandb/integration/sklearn/calculate/decision_boundaries.py,sha256=PTrTSdGaRDCLZRvvsH4j9XHCbVt64uZ2E1kinr9bth8,1127
|
126
|
+
wandb/integration/sklearn/calculate/elbow_curve.py,sha256=o6drPNeQ31Kkrrey-FfTwxcmB68-_-8bnkBcklIaVaA,1509
|
127
|
+
wandb/integration/sklearn/calculate/feature_importances.py,sha256=y9oyfMYx5qIt1s85LrHcjGLtV_cC89rO5VBsQmqor-I,2328
|
128
|
+
wandb/integration/sklearn/calculate/learning_curve.py,sha256=JaAIcJma368CoMkUvD01INIEqL-ZKVIujVYf812CZFY,1792
|
129
|
+
wandb/integration/sklearn/calculate/outlier_candidates.py,sha256=Gz9cvWnY4iNESt2N9e2HU4VEg7A7Tz9L8ktInqUuv3g,2015
|
130
|
+
wandb/integration/sklearn/calculate/residuals.py,sha256=1_MAdE9TKs7lNfyyOtuxaE1-qYbg5o_4CzeODc9CRw8,2457
|
131
|
+
wandb/integration/sklearn/calculate/silhouette.py,sha256=7vqCe9ZE9QfDEhyaFlyQ6YU1ClzwSJL6DWqwNhARCfc,3439
|
132
|
+
wandb/integration/sklearn/calculate/summary_metrics.py,sha256=yoO3g0sf5JrG1FAVt3SlyUXf-RL3D40RgiItWzxTU2I,2072
|
133
|
+
wandb/integration/sklearn/plot/__init__.py,sha256=AE1Qm73Q_g71OsQdvTr0_l4thF6WpobbxNF-ZnKR0Q8,1403
|
134
|
+
wandb/integration/sklearn/plot/classifier.py,sha256=bDqffwIt2wYYkQJ8sLwAnEiQ2RW6XQSJj5K6m59keK0,12117
|
135
|
+
wandb/integration/sklearn/plot/clusterer.py,sha256=oBkkA4k6eDBzJS-RyTyhoK3_SBSBoYX2y9BIrdZEtdE,5078
|
136
|
+
wandb/integration/sklearn/plot/regressor.py,sha256=0muG1tYWivAyPy8j1MpfqQM4V8xHEf8k9C7nbfRUkK8,4079
|
137
|
+
wandb/integration/sklearn/plot/shared.py,sha256=Gwfw27rF6Y1fyFy2IRxEy5tmg_n09Tw7kzAtTjiT6Rg,2864
|
119
138
|
wandb/integration/tensorboard/__init__.py,sha256=YhRPA469tZPMdQ5z0jxVYboGFvrBbe7OI7djfqh_veQ,223
|
120
139
|
wandb/integration/tensorboard/log.py,sha256=HWArjweckdyJIBZgYAlWh9gxeimaDEVb6JK-aMt4uzE,14574
|
121
140
|
wandb/integration/tensorboard/monkeypatch.py,sha256=Li7Wz9mXnY9CcvglXypLoJReOnSfWWNuFVtDlnfOrXk,7013
|
122
141
|
wandb/integration/tensorflow/__init__.py,sha256=vc4iWvSGqgLhucdrUisgsA3Xy2KU63nkcYN0gKD_eZs,130
|
123
142
|
wandb/integration/tensorflow/estimator_hook.py,sha256=hZn70hR-nZT3RspXqCFatQx3ePL7qpd0ZniQRqhn1eg,1810
|
124
143
|
wandb/integration/torch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
144
|
+
wandb/integration/torch/wandb_torch.py,sha256=yAEHkj6KrIDaI2G6duc1GinCmfReMaOYCxFY-ZenOfk,22081
|
125
145
|
wandb/integration/ultralytics/__init__.py,sha256=WFRmkQSuR6jWIbVeZhOj-roToVmyg5HS_GrBEWeAWIw,351
|
126
146
|
wandb/integration/ultralytics/bbox_utils.py,sha256=8-ZgDn80nHBAKDN7R01Ll53ph90hD0WGhnkAopKPPvI,8084
|
127
147
|
wandb/integration/ultralytics/callback.py,sha256=2xdEiD4l-ROnel35kc7r3KGX52Tg_k2wO08aSreyThU,21787
|
@@ -158,35 +178,35 @@ wandb/proto/wandb_server_pb2.py,sha256=gHCdiLEVJzMIJWZzFc1gQMSXboEmCWqhz2ljZ1Bc2
|
|
158
178
|
wandb/proto/wandb_settings_pb2.py,sha256=Aq7nH9PsYXcPKFOPi0Oh2CAaCUpDoPfedycOleIbuJs,329
|
159
179
|
wandb/proto/wandb_telemetry_pb2.py,sha256=bNLhk5I9SDqNvzxi_anYorfvZjv8nG4cMZQvDS0BT9Q,332
|
160
180
|
wandb/proto/v3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
161
|
-
wandb/proto/v3/wandb_base_pb2.py,sha256=
|
162
|
-
wandb/proto/v3/wandb_internal_pb2.py,sha256=
|
163
|
-
wandb/proto/v3/wandb_server_pb2.py,sha256=
|
164
|
-
wandb/proto/v3/wandb_settings_pb2.py,sha256=
|
165
|
-
wandb/proto/v3/wandb_telemetry_pb2.py,sha256=
|
181
|
+
wandb/proto/v3/wandb_base_pb2.py,sha256=zwma_gb3IOSfBJ1tvMIdmQtQQZLe29upb8Mqr4m9No4,2410
|
182
|
+
wandb/proto/v3/wandb_internal_pb2.py,sha256=8tVf1oRcEPwwfCFc3C6kGKW10Za8A9h7H6bocq7z1YQ,109508
|
183
|
+
wandb/proto/v3/wandb_server_pb2.py,sha256=muyFpIXPVdtBIE2-Ysu2KCzHXQD0DIIawX6z70-VOvc,13946
|
184
|
+
wandb/proto/v3/wandb_settings_pb2.py,sha256=mWeZA9PQVJ5PtQicoNb_CsB2jNm0EhA_GWVc0sr7awY,19926
|
185
|
+
wandb/proto/v3/wandb_telemetry_pb2.py,sha256=RLJX_wJAhfI3yB4oFkHA9-PfKXhOhnEBlkyRNY1Qllw,13862
|
166
186
|
wandb/proto/v4/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
167
|
-
wandb/proto/v4/wandb_base_pb2.py,sha256=
|
168
|
-
wandb/proto/v4/wandb_internal_pb2.py,sha256=
|
169
|
-
wandb/proto/v4/wandb_server_pb2.py,sha256=
|
170
|
-
wandb/proto/v4/wandb_settings_pb2.py,sha256=
|
171
|
-
wandb/proto/v4/wandb_telemetry_pb2.py,sha256=
|
172
|
-
wandb/proto/v5/wandb_base_pb2.py,sha256=
|
173
|
-
wandb/proto/v5/wandb_internal_pb2.py,sha256=
|
174
|
-
wandb/proto/v5/wandb_server_pb2.py,sha256=
|
175
|
-
wandb/proto/v5/wandb_settings_pb2.py,sha256=
|
176
|
-
wandb/proto/v5/wandb_telemetry_pb2.py,sha256=
|
187
|
+
wandb/proto/v4/wandb_base_pb2.py,sha256=tl7f-74ItLSWCP_GDfAWm02sTEgUpWZGoP_vqEpvRE8,1452
|
188
|
+
wandb/proto/v4/wandb_internal_pb2.py,sha256=j_STDPkPydvISWwRqTK8IziIUr7_00ZKi3W4XIS6YQo,49805
|
189
|
+
wandb/proto/v4/wandb_server_pb2.py,sha256=IbWjMwGd-FUE5eLRyibn1M9o0RJrR9Vy7k4CRyO2ns0,6161
|
190
|
+
wandb/proto/v4/wandb_settings_pb2.py,sha256=l0bHQ6cT4kumAhRfCimXFHMt9iwLZsFYAhJImbCB4CI,16590
|
191
|
+
wandb/proto/v4/wandb_telemetry_pb2.py,sha256=sOz1Dk0zvLoAZlAHaJLRxR9P3LP3u5dmyRbGOxEZoEY,11244
|
192
|
+
wandb/proto/v5/wandb_base_pb2.py,sha256=ES3U80f2YCt-fwiqaIrz7BGHVywwx6ibEDAnlWpohig,1603
|
193
|
+
wandb/proto/v5/wandb_internal_pb2.py,sha256=llHD2xJaZSLAA_lPMogUL3VRvi-V-ol_Cqd6ljXAVjo,53889
|
194
|
+
wandb/proto/v5/wandb_server_pb2.py,sha256=dzHYC4wS7ABQ5Hxl4jxezeELSHg7mnULqIlfQqhtIMU,6672
|
195
|
+
wandb/proto/v5/wandb_settings_pb2.py,sha256=r8CavsofwvUPKzB0OJSeFL6BXtC1Qb6GFizTKi9i36s,16923
|
196
|
+
wandb/proto/v5/wandb_telemetry_pb2.py,sha256=PHNVK8N8plstNIZz_tGhY0ea_YcPivfezVyRTxZwZAw,11515
|
177
197
|
wandb/sdk/__init__.py,sha256=Xfy69O6Lk3HgzSA03Q6CYVx3J_TJEQcuwISGsOTwXzs,846
|
178
198
|
wandb/sdk/wandb_alerts.py,sha256=f6ygzuXTDT0IvMLcKlgatmXKx5HMPsm8sYwvPocl0Js,205
|
179
199
|
wandb/sdk/wandb_config.py,sha256=TNfyIVPhWKMxBOwHndOGr44r_3VhdvdDo0ymelBXIqs,11176
|
180
200
|
wandb/sdk/wandb_helper.py,sha256=kc5Ib648to7cEGEwAuJus07rsHudL1Ux7FWPPSRnKy8,1878
|
181
|
-
wandb/sdk/wandb_init.py,sha256=
|
201
|
+
wandb/sdk/wandb_init.py,sha256=avR34jegJlYjADCJ5nzTzW1f6Nt4oyZITByBX_ujWMU,53493
|
182
202
|
wandb/sdk/wandb_login.py,sha256=ede31MmCVjh8f8Q69bOa9QFzdEwyhePV_HFTE5xtfeA,11592
|
183
203
|
wandb/sdk/wandb_manager.py,sha256=PyNwmr6R23l4e2afUfAwcw1zIRghYRR_N4Y6HKROfxY,7116
|
184
204
|
wandb/sdk/wandb_metric.py,sha256=oI6NQJJ_tyZ3YcnO0Xg5avDVr3Dh6tpTvHuPEMda30A,3378
|
185
205
|
wandb/sdk/wandb_require.py,sha256=zGaCREn4PM0s1BfcY5EOGu9ftnCVxvigkkVCxrb42dU,3142
|
186
206
|
wandb/sdk/wandb_require_helpers.py,sha256=4PUXmVw86_XaKj3rn20s5DAjBMO8L0m26KqnTLaQJNc,1375
|
187
|
-
wandb/sdk/wandb_run.py,sha256=
|
207
|
+
wandb/sdk/wandb_run.py,sha256=Y1iUED1j-vR4vEGnXbolIi_BusO8diMDrNLZzKF3SzQ,163614
|
188
208
|
wandb/sdk/wandb_settings.py,sha256=Vgps9h3NUbIMhsO9YlTHaC1TDgP7xk38sdx_S12JZRA,78146
|
189
|
-
wandb/sdk/wandb_setup.py,sha256=
|
209
|
+
wandb/sdk/wandb_setup.py,sha256=1BPnAeIae3Ss3rRDXEiEw1TOVenZlZWSth3gKO_0VZs,13628
|
190
210
|
wandb/sdk/wandb_summary.py,sha256=eEV3hvHhbc1XQus0MUqFmvhXCzd3SPjvVVVg_fVZ1QM,4686
|
191
211
|
wandb/sdk/wandb_sweep.py,sha256=sq0jk4uuygoxkIksrv0nvWyABcJHe8ZuA-kCv0tPyno,4119
|
192
212
|
wandb/sdk/wandb_sync.py,sha256=Y_eZ_xW3q9oRAlFUo7s9n2V55z6SP-rd5xr5g6HDKR0,2348
|
@@ -227,15 +247,19 @@ wandb/sdk/backend/backend.py,sha256=zdW9iehb6PRRdQ_vfftUa5naOgWwjV1QFDWijoysQ0c,
|
|
227
247
|
wandb/sdk/data_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
228
248
|
wandb/sdk/data_types/_dtypes.py,sha256=9Gb3OGcTZ_KXVuFEEgurvCjl0AqMcJjmu3Os_-NWwZY,30952
|
229
249
|
wandb/sdk/data_types/_private.py,sha256=vpatnpMcuWUtpSI-dY-YXs9zmffAgEXCoViIGS4yVT8,309
|
250
|
+
wandb/sdk/data_types/audio.py,sha256=Cvtx4RV23lNrPAAZDGRP49TX4TXYOqcJ5vEaQCXqABA,5534
|
251
|
+
wandb/sdk/data_types/bokeh.py,sha256=Q23GbuqK7Piwp7-4T97e34SNRV_p_4CdVXWcMXzNZjw,2609
|
252
|
+
wandb/sdk/data_types/graph.py,sha256=jH716KGY55IjZbPSy2rpwq1fxJdtthVRdnnOBLdpFg4,12466
|
230
253
|
wandb/sdk/data_types/histogram.py,sha256=7Rym2_9mIXPJPwINeDRuGHWJOYS3bzQCUCRp64VxKA4,3298
|
231
254
|
wandb/sdk/data_types/html.py,sha256=WJAkfrSjoP3KQwTOo6u8fmPIz8V8iX6DIKalXgubFWk,3624
|
232
|
-
wandb/sdk/data_types/image.py,sha256=
|
255
|
+
wandb/sdk/data_types/image.py,sha256=5VgXKDUfKFflWw2j_Aoo1GOP-aw-3IMZBXM8jy7LR58,32182
|
233
256
|
wandb/sdk/data_types/molecule.py,sha256=x6s_8xBStCrEsHsaQR5lAmslx4TCX8qqOWxEt-KmuDY,8839
|
234
257
|
wandb/sdk/data_types/object_3d.py,sha256=FQMH8kwjzK7xbfIC6L33SJ1bTTP0gC1HmGlwYeZ-uGA,16558
|
235
258
|
wandb/sdk/data_types/plotly.py,sha256=TqVQIDzOdG9o5zavzkG0tvhVS9AqCEG8wKqqi0gkoMA,3000
|
236
259
|
wandb/sdk/data_types/saved_model.py,sha256=QgBd30SQlJsA1VK44InawoYvbVcKgK1c49ZYBpWAOp8,16827
|
237
|
-
wandb/sdk/data_types/
|
238
|
-
wandb/sdk/data_types/
|
260
|
+
wandb/sdk/data_types/table.py,sha256=Bif-bxz2Pejg-4RN-I4PMPHovC_AZK9-FNAX1GLTlX8,45924
|
261
|
+
wandb/sdk/data_types/trace_tree.py,sha256=tn66_ACof2CunMSUefPHE9Jzax3glxV9U4yaIGue1w4,15143
|
262
|
+
wandb/sdk/data_types/utils.py,sha256=v79WPFuYWam4JbvoCR-9KVM_j2oxyyfvxUwIIT9oeQY,8140
|
239
263
|
wandb/sdk/data_types/video.py,sha256=h1Uv9tg1DRLGw9HY-nz8yIrdnkcGoiptPt43LceYypI,9076
|
240
264
|
wandb/sdk/data_types/base_types/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
241
265
|
wandb/sdk/data_types/base_types/json_metadata.py,sha256=idI3dNB1e348AefsQC1GNpVqYl2raWzJmDfl2ITL-_w,1608
|
@@ -362,7 +386,6 @@ wandb/sdk/lib/_wburls_generated.py,sha256=ZDmX_ZYGg5Ag3WNu_Ti-vLB3ctN0NNr-dYkiCi
|
|
362
386
|
wandb/sdk/lib/apikey.py,sha256=DxCVjZQ8mCgxfxAojREqzDhn1Y4PTIMAlSGj0Qm6H8Y,9484
|
363
387
|
wandb/sdk/lib/capped_dict.py,sha256=HuFhPHl0e_pK6ETDxYh5RIPO-46I3EjXgzFdqbJTXDs,846
|
364
388
|
wandb/sdk/lib/config_util.py,sha256=KaSu8CSO1XFHJRBwo-OW0r802isltB3cFO3U1LeM-ec,3018
|
365
|
-
wandb/sdk/lib/console.py,sha256=9G6FtYE3e6NvPps8yZPttVzG7Ti8t87pn0oD2vPg-lI,1070
|
366
389
|
wandb/sdk/lib/credentials.py,sha256=DkYAb00zXMKdmJX-oUjKThh_TutoNFDcDFQilTrXOD8,4878
|
367
390
|
wandb/sdk/lib/deprecate.py,sha256=-w-0N8zNleOYZRYBTrY5_UN4Y1lYa4pyapC7U3Q7www,1504
|
368
391
|
wandb/sdk/lib/disabled.py,sha256=WQOwY0uTYb5xy4t43qRnrEtwTFbE8pJvJ3cwz4-mOaQ,913
|
@@ -404,31 +427,12 @@ wandb/sdk/service/_startup_debug.py,sha256=piYn6Jg-uR5W-EkablqikEpenyYPQuoQynrPq
|
|
404
427
|
wandb/sdk/service/port_file.py,sha256=aYA40Y8d78NMwKuJRbG3aL4J4-xH8l8UvzPFFfrwQCY,1599
|
405
428
|
wandb/sdk/service/server.py,sha256=C_HDOBV8-SIB6pZrTUCR1lDGsd3ih5LSYw_BAAFjrmw,4128
|
406
429
|
wandb/sdk/service/server_sock.py,sha256=l8YjXcUKmHptvZN4d29NubU0cBYzZWD3pMIDlOrqVbo,9932
|
407
|
-
wandb/sdk/service/service.py,sha256=
|
430
|
+
wandb/sdk/service/service.py,sha256=ftqOSeAHteFOue-L_ooBa_JhDkNVG_PVY20I2yHKVkw,9504
|
408
431
|
wandb/sdk/service/service_base.py,sha256=Mg2zpiOUOEo5T0rZIuZIkwxEIL_ZNO5Pjbgi9lctFPA,1338
|
409
432
|
wandb/sdk/service/service_sock.py,sha256=-zhAl031NNWwsBkOataxfKrBZdlJPttcHb2ujcgySxE,2344
|
410
|
-
wandb/sdk/service/streams.py,sha256=
|
433
|
+
wandb/sdk/service/streams.py,sha256=lSKFNmluGEsErlkjJr1ePIq0zVtm2f8l5CeHIPKed4I,14862
|
411
434
|
wandb/sdk/verify/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
412
435
|
wandb/sdk/verify/verify.py,sha256=dhxs_Ocs8WVFyeodPquCPaTc17rB4Dti-h2JiTOahvs,17022
|
413
|
-
wandb/sklearn/__init__.py,sha256=iNUQBd44gurNllaA1bOUaU5kg9Edk8XcI7WsCSj_dEo,898
|
414
|
-
wandb/sklearn/utils.py,sha256=H473Rv5SUKJU49mQQEY8EYrB93TZC93UbpqgiZ0oIUg,6086
|
415
|
-
wandb/sklearn/calculate/__init__.py,sha256=UdNsV6DkDTSfpBc6wTDhWKX1E-4rzTvDpUPycoaFsQw,1087
|
416
|
-
wandb/sklearn/calculate/calibration_curves.py,sha256=wGKS_eMl_yupc_ijb5-F4Ds_x85mWP_Y6nT5LC0tLC0,3909
|
417
|
-
wandb/sklearn/calculate/class_proportions.py,sha256=iIFdcQ0wUiCCq6B_wWOyBWCz7-TeMAkojizp1jxubLA,2175
|
418
|
-
wandb/sklearn/calculate/confusion_matrix.py,sha256=65nEVNfWVkoGK9idjD3o8VwpBIjmuSBQ6tOU1fHfJfw,2635
|
419
|
-
wandb/sklearn/calculate/decision_boundaries.py,sha256=PTrTSdGaRDCLZRvvsH4j9XHCbVt64uZ2E1kinr9bth8,1127
|
420
|
-
wandb/sklearn/calculate/elbow_curve.py,sha256=_vHYWTAxh8I0csiS7jehsuqkMV5gFKZHBAigBUXeI70,1506
|
421
|
-
wandb/sklearn/calculate/feature_importances.py,sha256=y9oyfMYx5qIt1s85LrHcjGLtV_cC89rO5VBsQmqor-I,2328
|
422
|
-
wandb/sklearn/calculate/learning_curve.py,sha256=xsNCEQo7X0YV2cqO339rk_ObZwrpVLfkaxUNuikFCEI,1766
|
423
|
-
wandb/sklearn/calculate/outlier_candidates.py,sha256=RJc1pFIE3JZ_dj-lQx_eCW80ogJhRbCF8pKmvRUG9QE,1989
|
424
|
-
wandb/sklearn/calculate/residuals.py,sha256=jrwp3yzAaTmsytstVv1uakVF-_N83YPY47sZK_WTNuo,2431
|
425
|
-
wandb/sklearn/calculate/silhouette.py,sha256=jAfnjXL2lojBF0843Uw75InBw4Axn1IPqeCUkjizItE,3413
|
426
|
-
wandb/sklearn/calculate/summary_metrics.py,sha256=Da8768ghW1mWdy9hXiC4j2hurJz83yYXSNRM6HL9BCk,2046
|
427
|
-
wandb/sklearn/plot/__init__.py,sha256=AE1Qm73Q_g71OsQdvTr0_l4thF6WpobbxNF-ZnKR0Q8,1403
|
428
|
-
wandb/sklearn/plot/classifier.py,sha256=N-MGFQrl18jAbzsW9yXLaULoOOFI3dCs08ITbuLAZe0,12065
|
429
|
-
wandb/sklearn/plot/clusterer.py,sha256=bhWysqNQca9g49w9zrbFG-hk8MBl-NZkcjpWaVcg74s,4991
|
430
|
-
wandb/sklearn/plot/regressor.py,sha256=60Gaj3iKPORvFT0QM7CtdfvI86AuxoTmFVVNPJp7Kp8,4027
|
431
|
-
wandb/sklearn/plot/shared.py,sha256=4fKeR4DhTaTNt-0tPSRKFOt5YuKgK6lGQz4mCm6xJDc,2824
|
432
436
|
wandb/sync/__init__.py,sha256=4c2ia5m6KHQo4xU_kl-eQxfm22oiXOCiVYSqV3_vBLk,96
|
433
437
|
wandb/sync/sync.py,sha256=6-6uhJKRXQrJL7uDa0TpxnrpGwLYUtJIAUGdHIBV9G4,16099
|
434
438
|
wandb/vendor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -815,8 +819,8 @@ wandb/vendor/watchdog_0_9_0/wandb_watchdog/utils/importlib2.py,sha256=kX0rdVmTDL
|
|
815
819
|
wandb/vendor/watchdog_0_9_0/wandb_watchdog/utils/platform.py,sha256=7fpTDfxSYvSRtHvyog-plRdLR5A6k1QVY_AL0gVhhPM,1563
|
816
820
|
wandb/vendor/watchdog_0_9_0/wandb_watchdog/utils/unicode_paths.py,sha256=xzyQmuba2gns1s3Qemu9SXaKV5zeTL3TP9--xOi541g,2254
|
817
821
|
wandb/vendor/watchdog_0_9_0/wandb_watchdog/utils/win32stat.py,sha256=R48kuuEIi7XzCJBJ6Xo7v6DJIbOP5EwcsWaPf5Axn_g,3951
|
818
|
-
wandb-0.18.
|
819
|
-
wandb-0.18.
|
820
|
-
wandb-0.18.
|
821
|
-
wandb-0.18.
|
822
|
-
wandb-0.18.
|
822
|
+
wandb-0.18.1.dist-info/METADATA,sha256=Q8w8YNCnexS8ae7WFHOEir1tOJAVM9if-CXzJM1KTSc,9617
|
823
|
+
wandb-0.18.1.dist-info/WHEEL,sha256=M1tmngCHfER8pIPuS8Dt7mqF1TawUl-fJoa23auO3MM,93
|
824
|
+
wandb-0.18.1.dist-info/entry_points.txt,sha256=v4FCOZ9gW7Pc6KLsmgQqpCiKTrA1wh2XHmNf-NUP1-I,67
|
825
|
+
wandb-0.18.1.dist-info/licenses/LICENSE,sha256=rJ7p1acqNi17WFOAJ9WqsImXZtKZDA3i_gzdDVGRuFQ,1102
|
826
|
+
wandb-0.18.1.dist-info/RECORD,,
|
wandb/sdk/lib/console.py
DELETED
@@ -1,39 +0,0 @@
|
|
1
|
-
"""console."""
|
2
|
-
|
3
|
-
import os
|
4
|
-
|
5
|
-
|
6
|
-
def win32_redirect(stdout_slave_fd, stderr_slave_fd):
|
7
|
-
# import win32api
|
8
|
-
|
9
|
-
# save for later
|
10
|
-
# fd_stdout = os.dup(1)
|
11
|
-
# fd_stderr = os.dup(2)
|
12
|
-
|
13
|
-
# std_out = win32api.GetStdHandle(win32api.STD_OUTPUT_HANDLE)
|
14
|
-
# std_err = win32api.GetStdHandle(win32api.STD_ERROR_HANDLE)
|
15
|
-
|
16
|
-
# os.dup2(stdout_slave_fd, 1)
|
17
|
-
# os.dup2(stderr_slave_fd, 2)
|
18
|
-
|
19
|
-
# TODO(jhr): do something about current stdout, stderr file handles
|
20
|
-
pass
|
21
|
-
|
22
|
-
|
23
|
-
def win32_create_pipe():
|
24
|
-
# import pywintypes
|
25
|
-
# import win32pipe
|
26
|
-
|
27
|
-
# sa=pywintypes.SECURITY_ATTRIBUTES()
|
28
|
-
# sa.bInheritHandle=1
|
29
|
-
|
30
|
-
# read_fd, write_fd = win32pipe.FdCreatePipe(sa, 0, os.O_TEXT)
|
31
|
-
# read_fd, write_fd = win32pipe.FdCreatePipe(sa, 0, os.O_BINARY)
|
32
|
-
read_fd, write_fd = os.pipe()
|
33
|
-
# http://timgolden.me.uk/pywin32-docs/win32pipe__FdCreatePipe_meth.html
|
34
|
-
# https://stackoverflow.com/questions/17942874/stdout-redirection-with-ctypes
|
35
|
-
|
36
|
-
# f = open("testing.txt", "rb")
|
37
|
-
# read_fd = f.fileno()
|
38
|
-
|
39
|
-
return read_fd, write_fd
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|