anyantudre's picture
moved from training repo to inference
caa56d6
raw
history blame contribute delete
217 Bytes
#!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
"""Add custom configs and default values"""
def add_custom_config(_C):
# Add your own customized configs.
pass