Skip to content

Commit 5b466ce

Browse files
AndyDengAndyDeng
authored andcommitted
modified
1 parent cd0c958 commit 5b466ce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

train_pytorch.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@
5757

5858
MAX_NUM_POINT = 2048
5959

60+
DECAY_STEP = FLAGS.decay_step
61+
DECAY_RATE = FLAGS.decay_rate
6062
BN_INIT_DECAY = 0.5
6163
BN_DECAY_DECAY_RATE = 0.5
62-
#BN_DECAY_DECAY_STEP = float(DECAY_STEP)
64+
BN_DECAY_DECAY_STEP = float(DECAY_STEP)
6365
BN_DECAY_CLIP = 0.99
6466

65-
decay_steps = FLAGS.decay_step
66-
decay_rate = FLAGS.decay_rate
67+
6768
LEARNING_RATE_MIN = 0.00001
6869

6970
NUM_CLASS = 40
70-
#sample_num = 160
7171
BATCH_SIZE = FLAGS.batch_size #32
7272
NUM_EPOCHS = FLAGS.max_epoch
7373
jitter = 0.01

0 commit comments

Comments
 (0)