Diwen Wan

Results 2 comments of Diwen Wan

solved by run command "conda install mkl -c anaconda"

add preporcess part in inference(...) function ``` python def inference(x, is_training, num_classes=1000, num_blocks=None, # defaults to 50-layer network use_bias=False, # defaults to using batch norm preprocess=True, bottleneck=True): if num_blocks is...