oss_mnist.py 403 Bytes
Newer Older
1
2
3
4
5
6
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.


def get_golden_real_stats():

    return {
7
        "reference_speed": 660,
8
9
        "reference_memory": 1000,
        "reference_loss": 0.026,
10
11
12
13
14
15
    }


def get_golden_synthetic_stats():
    # TODO(anj-s): Add support for synthetic regression benchmarks
    raise NotImplementedError("Synthetic data benchmarks are not supported.")