A - Divisible
Problem Statement
You are given positive integers N N N and K K K, and a sequence of length N N N, A ( A 1 , A 2 , … , A N ) A(A_1,A_2,\ldots,A_N) A(A1,A2,…,AN). Extract all elements of A A A that are multiples of K K K, divi…
1. version match
torchvision的版本对应关系
2. utilize tqdm to present process bar
lay a pbar
from tqdm import tqdm
pbar tqdm(unit"batch", filesys.stdout,totallen(self.training_dataloader)) #处理单位为batch
pbar2 tqdm(range(20), descIt\s a t…