From dcf5585885cfbfa1822dcec0b6c5d6541c2aa02a Mon Sep 17 00:00:00 2001 From: Qinqing Liu Date: Tue, 17 Nov 2020 14:37:51 -0500 Subject: [PATCH] update config --- .DS_Store | Bin 10244 -> 10244 bytes tensorflow/.DS_Store | Bin 10244 -> 10244 bytes tensorflow/script/.DS_Store | Bin 6148 -> 10244 bytes tensorflow/script/config.py | 2 +- .../script/configs/test_resnet_depth6.yaml | 5 ++--- .../script/configs/train_resnet_depth6.yaml | 5 +---- 6 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.DS_Store b/.DS_Store index 62343de3fb7f7420f8ff0c6b9318a92ee1394b55..984f6befc8458bcf7e86d00bd3f74677fa388a87 100644 GIT binary patch delta 148 zcmZn(XbIS$DiCM6`6vSe0}F#5LpnnyLrHGFi%U{YeiBfOqkiI{jZ-%sazvF+!7E>o zVHlj8pIZRb!@%TQu(?@4ikY!;^E}}#9Lx*&?IwrHWHT*gn4Bmjy!on38za-k%E_^E Nb&MA_-;vYc1OR?4EKL9a delta 148 zcmZn(XbIS$DiCM3xQT&*frUYjA)O(Up(Hoo#U&{xKM5$tp|(xre)ft(j;Qh}c;yQ+ z41<&Na|?ia7?_+JHa81MF*861fcvYD1#n4Bmjy!on38za-|8Ixn> N>KHd{z9Xl>2>{z%ED-o0h99(&a*Na(*?5!AZiBzpp$YJ ElC(7v4FCWD delta 46 zcmV+}0MY-1P=rvh+z|p4o|BOj6SMIVfCT}7vvL>o0h7)b&a*Ze(FL;wAZ!N#fRl0; ElCjAV$^ZZW diff --git a/tensorflow/script/.DS_Store b/tensorflow/script/.DS_Store index c7139c2376a90dbf9c6909ebd3f7066542e26168..c888a4a197175e00f71957494e72657617c11971 100644 GIT binary patch literal 10244 zcmeHMTWl0n82eob#VK z|NouKH{ZBH;ln=!Z2h1jC*7r0B3B zWFTZ9WFTZ9WFTbVzrX;k+5A#wN*m@O10e$;1LF+v??aRlxADM^Nh>}bl!+|>*-EMw z7nNxrATZIu#sfPht$uGY^`!?prxCq5G!S ztIqL=t3DY_sj8b=LHHeDjRYOGiC7<9CR_9*eNN zu2-GQ@%x8-%XPfNX2v7S*ekOZELpbVzNQTiY)jmjeb*edW-en#iB-q9`YbbZC~q15 zz!BX`n~q^Q{oOgsvr@L%<>-TE4aOL|v9Na0Y%QYQU2v5`6t!OI$)>E+S<4?5eJrih z*l~kKzRxvyFNXSt!i1;3PScKYPe;b2+)xxzy|O`LT^`Ls)q}vs)r@tWA~~oY4S^3l zwvK6sY&~V#s=*|zWh2wNb8@Qco}jXIGt+wLaShTGy&7x`s^e{%c7pf3SNHt=L#9Kc z`jEO8v#Zl~D#{V=Z8HoSReiicK5RileY{EDseIkjpb@sh4me70l>>Qr0?xyeZ~-pC zRd^lVh7aH)_yj(M&)_C}3*W>@;sibNr>;d7vn5k$`VcA4Jfm>=s8upL8d;{0VpJg+EwVhaQXyHZ z6~fC_MJQ5N)M+w!EsH56Q+2xZu4gTbgsfId?FKhJUAX^GNv$&6#WPCt40`%w)B=-^ZGz$6=- zffuiec#h(V*H9H~iq#=Q@4Q8+A9|_GTQSSxe=fn_MHt>!p4RRRoFa6ZTJ*|cfv?Cf z6s_NLCt>@j=QOp(+Zry{2G*9eQAM%*d*zgk=CdvCv6|Y=QtWL;iF}5|m>R)_M>%K4 z6bubguLhOva=r53DX0|9b0%T?h!dCMbA-y2MG-p_P&AD23K<9)2pI?&2pPCz8JH$# z7Uk#v+o%5j|Bju1II)m{kOBJfTbW2E+KGw6R=<=Ke%2nPbdnOkc-)w@0z#QMjwdUQ zFXvx6H{P=GI_+67!@|_i*qt9X6N7# nWCp4N0s(Fy;R>>4W8rt^$^0swAUheDAohct#IQM@XAUy}szx27 diff --git a/tensorflow/script/config.py b/tensorflow/script/config.py index a1acf5f..9418093 100644 --- a/tensorflow/script/config.py +++ b/tensorflow/script/config.py @@ -70,7 +70,7 @@ _C.MODEL = CN() _C.MODEL.name = '' # The name of the model _C.MODEL.depth = 5 # The input octree depth -_C.MODEL.depth_out = 5 # The output feature depth +_C.MODEL.depth_out = 2 # The output feature depth _C.MODEL.channel = 3 # The input feature channel _C.MODEL.factor = 1 # The factor used to widen the network _C.MODEL.nout = 40 # The output feature channel diff --git a/tensorflow/script/configs/test_resnet_depth6.yaml b/tensorflow/script/configs/test_resnet_depth6.yaml index e90ee1d..1140474 100644 --- a/tensorflow/script/configs/test_resnet_depth6.yaml +++ b/tensorflow/script/configs/test_resnet_depth6.yaml @@ -10,7 +10,6 @@ DATA: dtype: points distort: True depth: 6 - full_depth: 2 axis: xyz angle: (180, 180, 180) interval: (1, 1, 1) @@ -26,9 +25,9 @@ MODEL: channel: 24 nout: 1 depth: 6 - resblock_num: 3 dropout: (0.0, ) + resblock_num: 3 LOSS: num_class: 1 - weight_decay: 0.001 \ No newline at end of file + weight_decay: 0.01 \ No newline at end of file diff --git a/tensorflow/script/configs/train_resnet_depth6.yaml b/tensorflow/script/configs/train_resnet_depth6.yaml index 6741ebc..bfd303c 100644 --- a/tensorflow/script/configs/train_resnet_depth6.yaml +++ b/tensorflow/script/configs/train_resnet_depth6.yaml @@ -14,7 +14,6 @@ DATA: dtype: points distort: True depth: 6 - full_depth: 2 axis: xyz angle: (180, 180, 180) interval: (1, 1, 1) @@ -29,7 +28,6 @@ DATA: dtype: points distort: True depth: 6 - full_depth: 2 axis: xyz angle: (12, 12, 12) interval: (1, 1, 1) @@ -41,11 +39,10 @@ DATA: x_alias: data MODEL: - name: resnet #vgg or resnet + name: resnet #resnet or vgg channel: 24 nout: 1 depth: 6 - depth_out: 2 dropout: (0.0,) resblock_num: 3