什么是pytorch中的theano.tensor.clip?

时间:2017-09-07 10:04:48

标签: theano pytorch

我想将张量(非渐变)值剪切到某个范围。在pytorch中是否有任何函数,比如在theano中有一个函数theano.tensor.clip()?

1 个答案:

答案 0 :(得分:2)

您要搜索的功能称为torch.clamp。您可以找到文档here