File tree 12 files changed +58
-58
lines changed
algorithmic_efficiency/workloads
12 files changed +58
-58
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ def use_layer_norm(self) -> bool:
173
173
174
174
@property
175
175
def validation_target_value (self ) -> float :
176
- return 0.1237562372
176
+ return 0.123757
177
177
178
178
@property
179
179
def test_target_value (self ) -> float :
@@ -191,23 +191,23 @@ def use_resnet(self) -> bool:
191
191
192
192
@property
193
193
def validation_target_value (self ) -> float :
194
- return 0.1241490923
194
+ return 0.12415
195
195
196
196
@property
197
197
def test_target_value (self ) -> float :
198
- return 0.1264799502
198
+ return 0.12648
199
199
200
200
201
201
class Criteo1TbDlrmSmallEmbedInitWorkload (Criteo1TbDlrmSmallWorkload ):
202
202
203
203
@property
204
204
def validation_target_value (self ) -> float :
205
- return 0.129656005
205
+ return 0.129657
206
206
207
207
@property
208
208
def test_target_value (self ) -> float :
209
209
# Todo
210
- return 0.1319666458
210
+ return 0.131967
211
211
212
212
@property
213
213
def embedding_init_multiplier (self ) -> float :
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ def use_layer_norm(self) -> bool:
254
254
255
255
@property
256
256
def validation_target_value (self ) -> float :
257
- return 0.1237562372
257
+ return 0.123757
258
258
259
259
@property
260
260
def test_target_value (self ) -> float :
@@ -272,23 +272,23 @@ def use_resnet(self) -> bool:
272
272
273
273
@property
274
274
def validation_target_value (self ) -> float :
275
- return 0.1241490923
275
+ return 0.12415
276
276
277
277
@property
278
278
def test_target_value (self ) -> float :
279
- return 0.1264799502
279
+ return 0.12648
280
280
281
281
282
282
class Criteo1TbDlrmSmallEmbedInitWorkload (Criteo1TbDlrmSmallWorkload ):
283
283
284
284
@property
285
285
def validation_target_value (self ) -> float :
286
- return 0.129656005
286
+ return 0.129657
287
287
288
288
@property
289
289
def test_target_value (self ) -> float :
290
290
# Todo
291
- return 0.1319666458
291
+ return 0.131967
292
292
293
293
@property
294
294
def embedding_init_multiplier (self ) -> float :
Original file line number Diff line number Diff line change @@ -272,11 +272,11 @@ def use_silu(self) -> bool:
272
272
273
273
@property
274
274
def validation_target_value (self ) -> float :
275
- return 0.7544599771
275
+ return 0.75445
276
276
277
277
@property
278
278
def test_target_value (self ) -> float :
279
- return 0.6323000193
279
+ return 0.6323
280
280
281
281
282
282
class ImagenetResNetGELUWorkload (ImagenetResNetWorkload ):
@@ -287,11 +287,11 @@ def use_gelu(self) -> bool:
287
287
288
288
@property
289
289
def validation_target_value (self ) -> float :
290
- return 0.7676599622
290
+ return 0.76765
291
291
292
292
@property
293
293
def test_target_value (self ) -> float :
294
- return 0.651900053
294
+ return 0.6519
295
295
296
296
297
297
class ImagenetResNetLargeBNScaleWorkload (ImagenetResNetWorkload ):
Original file line number Diff line number Diff line change @@ -326,11 +326,11 @@ def use_silu(self) -> bool:
326
326
327
327
@property
328
328
def validation_target_value (self ) -> float :
329
- return 0.7544599771
329
+ return 0.75445
330
330
331
331
@property
332
332
def test_target_value (self ) -> float :
333
- return 0.6323000193
333
+ return 0.6323
334
334
335
335
336
336
class ImagenetResNetGELUWorkload (ImagenetResNetWorkload ):
@@ -341,11 +341,11 @@ def use_gelu(self) -> bool:
341
341
342
342
@property
343
343
def validation_target_value (self ) -> float :
344
- return 0.7676599622
344
+ return 0.76765
345
345
346
346
@property
347
347
def test_target_value (self ) -> float :
348
- return 0.651900053
348
+ return 0.6519
349
349
350
350
351
351
class ImagenetResNetLargeBNScaleWorkload (ImagenetResNetWorkload ):
Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ def use_glu(self) -> bool:
99
99
100
100
@property
101
101
def validation_target_value (self ) -> float :
102
- return 0.7573800087
102
+ return 0.75738
103
103
104
104
@property
105
105
def test_target_value (self ) -> float :
106
- return 0.6359000206
106
+ return 0.6359
107
107
108
108
109
109
class ImagenetVitPostLNWorkload (ImagenetVitWorkload ):
@@ -129,7 +129,7 @@ def use_map(self) -> bool:
129
129
130
130
@property
131
131
def validation_target_value (self ) -> float :
132
- return 0.77114
132
+ return 0.77113
133
133
134
134
@property
135
135
def test_target_value (self ) -> float :
Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ def use_glu(self) -> bool:
90
90
91
91
@property
92
92
def validation_target_value (self ) -> float :
93
- return 0.7573800087
93
+ return 0.75738
94
94
95
95
@property
96
96
def test_target_value (self ) -> float :
97
- return 0.6359000206
97
+ return 0.6359
98
98
99
99
100
100
class ImagenetVitPostLNWorkload (ImagenetVitWorkload ):
@@ -120,7 +120,7 @@ def use_map(self) -> bool:
120
120
121
121
@property
122
122
def validation_target_value (self ) -> float :
123
- return 0.77114
123
+ return 0.77113
124
124
125
125
@property
126
126
def test_target_value (self ) -> float :
Original file line number Diff line number Diff line change @@ -388,11 +388,11 @@ def attention_temperature(self) -> float:
388
388
389
389
@property
390
390
def validation_target_value (self ) -> float :
391
- return 0.109976153
391
+ return 0.109977
392
392
393
393
@property
394
394
def test_target_value (self ) -> float :
395
- return 0.06806410335
395
+ return 0.068065
396
396
397
397
398
398
class LibriSpeechConformerLayerNormWorkload (LibriSpeechConformerWorkload ):
@@ -403,11 +403,11 @@ def use_post_layer_norm(self) -> bool:
403
403
404
404
@property
405
405
def validation_target_value (self ) -> float :
406
- return 0.09730924819
406
+ return 0.09731
407
407
408
408
@property
409
409
def test_target_value (self ) -> float :
410
- return 0.05995978307
410
+ return 0.05996
411
411
412
412
413
413
class LibriSpeechConformerGeluWorkload (LibriSpeechConformerWorkload ):
@@ -418,8 +418,8 @@ def use_gelu(self) -> bool:
418
418
419
419
@property
420
420
def validation_target_value (self ) -> float :
421
- return 0.09411355803
421
+ return 0.094114
422
422
423
423
@property
424
424
def test_target_value (self ) -> float :
425
- return 0.05662868401
425
+ return 0.056629
Original file line number Diff line number Diff line change @@ -354,11 +354,11 @@ def attention_temperature(self) -> float:
354
354
355
355
@property
356
356
def validation_target_value (self ) -> float :
357
- return 0.109976153
357
+ return 0.109977
358
358
359
359
@property
360
360
def test_target_value (self ) -> float :
361
- return 0.06806410335
361
+ return 0.068065
362
362
363
363
364
364
class LibriSpeechConformerLayerNormWorkload (LibriSpeechConformerWorkload ):
@@ -369,11 +369,11 @@ def use_post_layer_norm(self) -> bool:
369
369
370
370
@property
371
371
def validation_target_value (self ) -> float :
372
- return 0.09730924819
372
+ return 0.09731
373
373
374
374
@property
375
375
def test_target_value (self ) -> float :
376
- return 0.05995978307
376
+ return 0.05996
377
377
378
378
379
379
class LibriSpeechConformerGeluWorkload (LibriSpeechConformerWorkload ):
@@ -384,8 +384,8 @@ def use_gelu(self) -> bool:
384
384
385
385
@property
386
386
def validation_target_value (self ) -> float :
387
- return 0.09411355803
387
+ return 0.094114
388
388
389
389
@property
390
390
def test_target_value (self ) -> float :
391
- return 0.05662868401
391
+ return 0.056629
Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ def use_tanh(self) -> bool:
109
109
110
110
@property
111
111
def validation_target_value (self ) -> float :
112
- return 0.140084
112
+ return 0.150883
113
113
114
114
@property
115
115
def test_target_value (self ) -> float :
116
- return 0.089249
116
+ return 0.098613
117
117
118
118
119
119
class LibriSpeechDeepSpeechNoResNetWorkload (LibriSpeechDeepSpeechWorkload ):
@@ -124,11 +124,11 @@ def enable_residual_connections(self) -> bool:
124
124
125
125
@property
126
126
def validation_target_value (self ) -> float :
127
- return 0.122745
127
+ return 0.131564
128
128
129
129
@property
130
130
def test_target_value (self ) -> float :
131
- return 0.073837
131
+ return 0.079297
132
132
133
133
134
134
class LibriSpeechDeepSpeechNormAndSpecAugWorkload (LibriSpeechDeepSpeechWorkload
@@ -156,8 +156,8 @@ def time_mask_count(self) -> int:
156
156
157
157
@property
158
158
def validation_target_value (self ) -> float :
159
- return 0.137877
159
+ return 0.14342
160
160
161
161
@property
162
162
def test_target_value (self ) -> float :
163
- return 0.088675
163
+ return 0.090976
Original file line number Diff line number Diff line change @@ -116,11 +116,11 @@ def use_tanh(self) -> bool:
116
116
117
117
@property
118
118
def validation_target_value (self ) -> float :
119
- return 0.140084
119
+ return 0.150883
120
120
121
121
@property
122
122
def test_target_value (self ) -> float :
123
- return 0.089249
123
+ return 0.098613
124
124
125
125
126
126
class LibriSpeechDeepSpeechNoResNetWorkload (LibriSpeechDeepSpeechWorkload ):
@@ -131,11 +131,11 @@ def enable_residual_connections(self) -> bool:
131
131
132
132
@property
133
133
def validation_target_value (self ) -> float :
134
- return 0.122745
134
+ return 0.131564
135
135
136
136
@property
137
137
def test_target_value (self ) -> float :
138
- return 0.073837
138
+ return 0.079297
139
139
140
140
141
141
class LibriSpeechDeepSpeechNormAndSpecAugWorkload (LibriSpeechDeepSpeechWorkload
@@ -163,8 +163,8 @@ def time_mask_count(self) -> int:
163
163
164
164
@property
165
165
def validation_target_value (self ) -> float :
166
- return 0.137877
166
+ return 0.14342
167
167
168
168
@property
169
169
def test_target_value (self ) -> float :
170
- return 0.088675
170
+ return 0.090976
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ class WmtWorkloadPostLN(WmtWorkload):
299
299
300
300
@property
301
301
def validation_target_value (self ) -> float :
302
- return 30.07797237
302
+ return 30.0779
303
303
304
304
@property
305
305
def test_target_value (self ) -> float :
@@ -315,11 +315,11 @@ class WmtWorkloadAttentionTemp(WmtWorkload):
315
315
316
316
@property
317
317
def validation_target_value (self ) -> float :
318
- return 29.86119393
318
+ return 29.8611
319
319
320
320
@property
321
321
def test_target_value (self ) -> float :
322
- return 29.41438511
322
+ return 29.4143
323
323
324
324
@property
325
325
def attention_temp (self ) -> float :
@@ -331,11 +331,11 @@ class WmtWorkloadGLUTanH(WmtWorkload):
331
331
332
332
@property
333
333
def validation_target_value (self ) -> float :
334
- return 29.65174349
334
+ return 29.6517
335
335
336
336
@property
337
337
def test_target_value (self ) -> float :
338
- return 29.05153769
338
+ return 29.0515
339
339
340
340
@property
341
341
def activation (self ) -> str :
You can’t perform that action at this time.
0 commit comments