core.scripts.make_challenge_submission_file

core.scripts.make_challenge_submission_file#

Copyright (c) Facebook, Inc. and its affiliates.

This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.

ONLY for use in the NeurIPS 2021 Open Catalyst Challenge. For all other submissions please use make_submission_file.py.

Attributes#

Functions#

write_is2re_relaxations(→ None)

write_predictions(→ None)

main(→ None)

Module Contents#

core.scripts.make_challenge_submission_file.write_is2re_relaxations(path: str, filename: str, hybrid) None#
core.scripts.make_challenge_submission_file.write_predictions(path: str, filename: str) None#
core.scripts.make_challenge_submission_file.main(args: argparse.Namespace) None#
core.scripts.make_challenge_submission_file.parser#