摘要: from mxnet.gluon import nn from mxnet import nd class SliceLike(nn.HybridBlock): def __init__(self, xs, **kwargs): super().__init__(**kwargs) self.xs 阅读全文
posted @ 2019-03-27 22:37 xinet 阅读(1397) 评论(0) 推荐(0) 编辑