From 9f2b8f305d87974b5f3c3090286075e265fb006c Mon Sep 17 00:00:00 2001 From: qipeng Date: Fri, 1 Aug 2014 08:09:18 -0700 Subject: [PATCH] turns out you need using::isnan too --- include/caffe/common.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/caffe/common.hpp b/include/caffe/common.hpp index 58f500d..789b3db 100644 --- a/include/caffe/common.hpp +++ b/include/caffe/common.hpp @@ -81,6 +81,7 @@ using std::pair; using std::set; using std::string; using std::vector; +using std::isnan; // A global initialization function that you should call in your main function. // Currently it initializes google flags and google logging. -- 2.7.4