Skip to content

Instantly share code, notes, and snippets.

View vidit09's full-sized avatar
🥕
what's up doc

Vidit vidit09

🥕
what's up doc
  • Switzerland
View GitHub Profile
@vidit09
vidit09 / train_net.py
Created September 10, 2020 12:33
source domain training without DA
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
r"""
Basic training script for PyTorch
"""
# Set up custom environment before nearly anything else is imported
# NOTE: this should be the first import (no not reorder)
from fcos_core.utils.env import setup_environment # noqa F401 isort:skip
import argparse