Created
December 8, 2019 00:53
-
-
Save giacaglia/48e561e3c9f3cca6b8289aefc9dd0e95 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
import os | |
from datetime import datetime | |
import argparse | |
import torch.multiprocessing as mp | |
import torchvision | |
import torchvision.transforms as transforms | |
import torch | |
import torch.nn as nn | |
import torch.distributed as dist | |
from apex.parallel import DistributedDataParallel as DDP | |
from apex import amp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment