From 902ceb5d223c5069eafcfad74a57637a2b8c4989 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sun, 21 May 2017 07:02:49 +0900 Subject: [PATCH] Fix floor --- conversions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conversions.yaml b/conversions.yaml index 1cf505c..ce211a1 100644 --- a/conversions.yaml +++ b/conversions.yaml @@ -138,8 +138,8 @@ constructors: pytorch: - numpy: x.round pytorch: x.round - - numpy: - pytorch: x.floor + - numpy: np.floor(x) + pytorch: x.floor() - numpy: x.trace pytorch: x.trace - numpy: x.sum