-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #70 from mlcommons/v1.0-branch
* Merge v1.0 benchmark changes (#68) * Adding v1.0 changes Signed-off-by: Johnu George <johnu.george@nutanix.com> * Add report logging (#69) Signed-off-by: Johnu George <johnu.george@nutanix.com>
- Loading branch information
Showing
10 changed files
with
109 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dlio_benchmark
updated
79 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,30 @@ | ||
model: cosmoflow_pt | ||
model: cosmoflow | ||
|
||
framework: pytorch | ||
framework: tensorflow | ||
|
||
workflow: | ||
generate_data: False | ||
train: True | ||
|
||
dataset: | ||
data_folder: data/cosmoflow_pt | ||
data_folder: data/cosmoflow | ||
num_files_train: 524288 | ||
num_samples_per_file: 1 | ||
record_length: 2828486 | ||
record_length_stdev: 71311 | ||
format: tfrecord | ||
|
||
reader: | ||
data_loader: dali | ||
data_loader: tensorflow | ||
read_threads: 4 | ||
batch_size: 1 | ||
dont_use_mmap: True | ||
file_shuffle: seed | ||
sample_shuffle: seed | ||
shuffle_size: 2 | ||
|
||
train: | ||
epochs: 5 | ||
computation_time: 0.00551 | ||
|
||
metric: | ||
au: 0.70 |
Oops, something went wrong.