GitGhidorah
GitGhidorah
python test.py --input_low_res='./data_lr/' --output_dir='./output/' --number_of_images=1 --test_type='test_lr_images' Then,i got message 'no such options' Sorry,Idont know why.
I'm a beginner of Python, I think the following code needs "targets =" ? `loss, outputs, metric, radar_attention = model(imgs, radar_maps, radar_boxes, targets.clone())` I'm correct? cf. `def forward(self, images, maps,...
i cant understand the test_err 99.01% on epoch 1. Sorry I have two quenstions. (1) i think it is too good for cifar100. Why? (2) (When I tried to do...