摘要:
import torch x = torch.tensor([3.0]) y = torch.tensor([2.0]) print(x + y, x * y, x/y, x**y) import torch x = torch.arange(4) print(x) # 可以将向量视为标量值组成的列 阅读全文
摘要:
1. Only to obey nature in order to overcome nature. (Charles Darwin) 要征服自然就只能遵从自然。(查尔斯·达尔文) 2. Nature is kind of a loving mother, but also a buteher i 阅读全文
摘要:
A humor I work for Seven-up Four best friends met at the hospital since their wives were giving births to their babies. The nurse comes up to the firs 阅读全文
摘要:
# argumentation(1) Material One In 2004 Steve Jobs was diagnosed with cancer . The doctors told him it was almost certainly an incurable cancer, and t 阅读全文