avanetten / simrdwn

Rapid satellite imagery object detection
216 stars 154 forks source link

All losses are 0 #89

Open yang970706 opened 4 years ago

yang970706 commented 4 years ago

When I was training the network, I met a problem that the loss was all 0. I couldn't solve it. The framework I used was yolt3.This is my command )PVTQOAA%`WQY@`(987FURF

YOLT vechicle search

python /simrdwn/core/simrdwn.py \ --framework yolt3 \ --mode train \ --outname dense_cars \ --yolt_cfg_file darknet.cfg \ --weight_file yolo.weights \ --yolt_train_images_list_file cowc_yolt_train_list.txt \ --label_map_path class_labels_car.pbtxt \ --max_batches 30000 \ --batch_size 64 \ --subdivisions 16

sdrll commented 4 years ago

same