Commit 42e5481a authored by Yuxin Wu's avatar Yuxin Wu

fix import

parent 29ad5d2a
...@@ -44,4 +44,4 @@ The validation error here is computed on test set. ...@@ -44,4 +44,4 @@ The validation error here is computed on test set.
![cifar10](cifar10-resnet.png) ![cifar10](cifar10-resnet.png)
Also see an implementation of [DenseNet](https://github.com/YixuanLi/densenet-tensorflow) from [Densely Connected Convolutional Networks](https://arxiv.org/abs/1608.06993). Also see a [DenseNet implementation](https://github.com/YixuanLi/densenet-tensorflow) of the paper [Densely Connected Convolutional Networks](https://arxiv.org/abs/1608.06993).
...@@ -10,7 +10,7 @@ import numpy as np ...@@ -10,7 +10,7 @@ import numpy as np
import tensorflow as tf import tensorflow as tf
import six import six
from ..utils import logger from ..utils import logger, PREDICT_TOWER
from .common import get_op_var_name from .common import get_op_var_name
from .varmanip import SessionUpdate, get_savename_from_varname, is_training_name from .varmanip import SessionUpdate, get_savename_from_varname, is_training_name
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment