Skip to content

Commit

Permalink
add variants to workload registry
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Dec 5, 2023
1 parent 4cabfa6 commit 145d649
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions algorithmic_efficiency/workloads/workloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@
'workload_path': 'fastmri/fastmri',
'workload_class_name': 'FastMRIWorkload',
},
'fastmri_model_size': {
'workload_path': 'fastmri/fastmri',
'workload_class_name': 'FastMRIModelSizeWorkload',
},
'fastmri_tanh': {
'workload_path': 'fastmri/fastmri',
'workload_class_name': 'FastMRITanhWorkload',
},
'fastmri_layernorm': {
'workload_path': 'fastmri/fastmri',
'workload_class_name': 'FastMRILayerNormWorkload',
},
'imagenet_resnet': {
'workload_path': 'imagenet_resnet/imagenet',
'workload_class_name': 'ImagenetResNetWorkload',
Expand Down

0 comments on commit 145d649

Please sign in to comment.