質問編集履歴

2

コードの変更

2020/08/17 05:31

投稿

barisuton
barisuton

スコア0

test CHANGED
File without changes
test CHANGED
@@ -130,11 +130,11 @@
130
130
 
131
131
  ```python
132
132
 
133
- %time !python eval.py \
133
+ %time !python train.py \
134
134
 
135
135
  --logtostderr \
136
136
 
137
- --eval_split="val" \
137
+ --train_split="trainval" \
138
138
 
139
139
  --model_variant="xception_65" \
140
140
 
@@ -148,15 +148,19 @@
148
148
 
149
149
  --decoder_output_stride=4 \
150
150
 
151
- --eval_crop_size="513,513" \
151
+ --train_crop_size="513,513" \
152
152
 
153
- --checkpoint_dir=$TRAIN_LOGDIR \
153
+ --train_batch_size=4 \
154
154
 
155
- --eval_logdir=$EVAL_LOGDIR \
155
+ --training_number_of_steps=$NUM_ITERATIONS \
156
156
 
157
- --dataset_dir=$PASCAL_DATASET \
157
+ --fine_tune_batch_norm=true \
158
158
 
159
+ --tf_initial_checkpoint=$INIT_FOLDER/deeplabv3_pascal_train_aug/model.ckpt \
160
+
159
- --max_number_of_evaluations=1
161
+ --train_logdir=$TRAIN_LOGDIR \
162
+
163
+ --dataset_dir=$PASCAL_DATASET
160
164
 
161
165
  ```
162
166
 

1

タイトルの変更

2020/08/17 05:31

投稿

barisuton
barisuton

スコア0

test CHANGED
@@ -1 +1 @@
1
- Google Colaboratory上でのDeepLabv3+の動作テスト
1
+ Google Colaboratory上でのFatal Python error: Segmentation fault
test CHANGED
File without changes