Update utils.py (#268)

This commit is contained in:
ypw 2019-05-10 18:27:31 +08:00 committed by Glenn Jocher
parent 1a757524bf
commit 9a13bb53c8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import numpy as np
import torch import torch
import torch.nn as nn import torch.nn as nn
from utils import torch_utils from . import torch_utils
matplotlib.rc('font', **{'size': 12}) matplotlib.rc('font', **{'size': 12})