ZhangZhihui's Blog  
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 102 下一页

2024年10月29日

摘要: rand() - Returns a tensor filled with random numbers from a uniform distribution on the interval [0, 1) torch.rand(100) tensor([0.7880, 0.3032, 0.3627 阅读全文
posted @ 2024-10-29 09:54 ZhangZhihuiAAA 阅读(78) 评论(0) 推荐(0)

2024年10月23日

摘要: http://wordnet.princeton.edu http://www.image-net.org/ https://tinyurl.com/3ppc3xy2 http://www.image-net.org/challenges/LSVRC/ https://papers.nips.cc/ 阅读全文
posted @ 2024-10-23 17:27 ZhangZhihuiAAA 阅读(52) 评论(0) 推荐(0)

2024年10月20日

摘要: https://storage.googleapis.com/download.tensorflow.org/data/rps.zip https://storage.googleapis.com/download.tensorflow.org/data/rps-test-set.zip temp_ 阅读全文
posted @ 2024-10-20 11:17 ZhangZhihuiAAA 阅读(15) 评论(0) 推荐(0)

2024年10月19日

摘要: 阅读全文
posted @ 2024-10-19 11:26 ZhangZhihuiAAA 阅读(10) 评论(0) 推荐(0)
 
摘要: Error code: fig, axs = plt.subplots(n_filters, n_in_channels, figsize=figsize) print(axs[0, 0]) This is because n_filters = 1 and n_in_channels = 1, a 阅读全文
posted @ 2024-10-19 11:11 ZhangZhihuiAAA 阅读(213) 评论(0) 推荐(0)

2024年10月17日

摘要: single = np.array( [[[[5, 0, 8, 7, 8, 1], [1, 9, 5, 0, 7, 7], [6, 0, 2, 4, 6, 6], [9, 7, 6, 6, 8, 4], [8, 3, 8, 5, 1, 3], [7, 2, 7, 0, 1, 0]]]] ) sing 阅读全文
posted @ 2024-10-17 22:03 ZhangZhihuiAAA 阅读(18) 评论(0) 推荐(0)
 
摘要: 阅读全文
posted @ 2024-10-17 21:03 ZhangZhihuiAAA 阅读(10) 评论(0) 推荐(0)

2024年10月15日

摘要: images, labels = generate_dataset(img_size=5, n_images=300, binary=True, seed=13) And then let’s visualize the first 30 images: image_r = np.zeros((5, 阅读全文
posted @ 2024-10-15 22:38 ZhangZhihuiAAA 阅读(16) 评论(0) 推荐(0)
 
摘要: 阅读全文
posted @ 2024-10-15 09:19 ZhangZhihuiAAA 阅读(11) 评论(0) 推荐(0)

2024年10月14日

上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 102 下一页