crownZ

Results 2 issues of crownZ

因为我自己的需求问题,需要在训练集中额外加一些其他东西,然后想看一下每个batch的tensor大小,结果发现,在单个epoch里的图片大小全都是448,图片大小并没有随着multi_scale的代码而改变。 我自己打印tensor.size的代码在`imgs = imgs.to(self.device)`之后,multi_scale代码在https://github.com/Peterisfar/YOLOV3/blob/03a834f88d57f6cf4c5016a1365d631e8bbbacea/train.py#L131-L134。 ``` Epoch:[ 0 | 49 ] Batch:[ 0 | 2068 ] loss_giou: 2.3399 loss_conf: 1.8814 loss_cls: 1.1482 loss: 5.3695 lr: 0 torch.Size([8, 3, 448, 448]) torch.Size([8,...

I use docker for proj-1. After running `docker build -t deet .`, I use command `./container cargo build`. This will cause the following error: ``` Updating crates.io index error: failed...