Browse Source

local adaptations

Alexander Freytag 8 năm trước cách đây
mục cha
commit
5af1d13b66
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      initWorkspaceCaffeTools.m

+ 4 - 1
initWorkspaceCaffeTools.m

@@ -27,8 +27,11 @@ function initWorkspaceCaffeTools
         [~, s_hostname]       = system( 'hostname' );
         s_hostname            = s_hostname ( 1:(length(s_hostname)-1) ) ;    
         
-        s_dest_caffebuild     = sprintf( '/home/freytag/lib/caffe_%s/matlab/', s_hostname );    
+        s_dest_caffebuild     = sprintf( '/home/freytag/lib/caffe_%s/matlab/', s_hostname );  
         CAFFEDIR              = s_dest_caffebuild;       
+        % note: try that one on pollux
+        CAFFEDIR              = '/home/freytag/lib/caffe_pollux_2016_08_23';
+        
         %note: temporary usage of marcels recent caffe version
         %CAFFEDIR              = '/home/simon/Research/lib/caffe.current/matlab/';
     elseif strcmp( getenv('USER'), 'rodner')