摘要:
title: "ruby mirrors for Jekyll" date: 2024-07-18 last_modified_at: 2024-07-18 categories: [Jekyll, 环境配置] look for source list gem sources list gem so 阅读全文
摘要:
import torch import torch.nn.functional as F import torch import torch.nn as nn import torch.nn.functional as F import torch.optim as optim from torch 阅读全文
摘要:
1 初识PyTorch¶ 1.1 张量 1.导入pytorch包 In [1]: import torch 2.创建一个未初始化的5x3张量 In [3]: x = torch.empty(5, 3) print(x) 3.创建一个随机初始化的5x3张量 In [4]: x = torch.rand 阅读全文
摘要:
降维递推关系式 void view(){ int array[2][3][4]; int i, j, k, p, q, r; p = 2; q = 3; r = 4; for (int i = 0; i < p; ++i) { for (int j = 0; j < q; ++j) { for (i 阅读全文
摘要:
Ubuntu 21.04 On android A tweaked ubuntu-21.04 with xfce4 runs on android with termux/proot-distro This means now you can install ubuntu like above sc 阅读全文