Gs928
Gs928
Is this setting required?and is it also required when the transformed Keras model is loaded?
### Apache Iceberg version 0.12.1 ### Query engine Hive ### Please describe the bug 🐞 hive> insert into test_iceberg_tbl1 values (1,"ggs",18,"20211212"); WARNING: Hive-on-MR is deprecated in Hive 2 and may...
for i, data in enumerate(testloader, 0): inputs = data.cuda() 您好,在test.py中,读取测试testloader时,input尺寸大小为(1024,2048)。但是在后处理部分,函数 parse_det_offset(r, pos.cpu().numpy(), height.cpu().numpy(), offset.cpu().numpy(), config.size_test, score=0.1, down=4, nms_thresh=0.5) 使用的图片大小为(1280, 2560),出现了图片大小不对应,为什么要这样处理呢