摘要: 1 import torch 2 import torch.nn as nn 3 import time 4 import math 5 import sys 6 sys.path.append("/home/kesci/input") 7 import d2l_jay9460 as d2l 8 ( 阅读全文
posted @ 2020-02-14 21:47 菜鸟新手0000 阅读(2092) 评论(0) 推荐(0)
摘要: 1 # 加载各种包或者模块 2 import torch 3 from torch import nn 4 from torch.nn import init 5 import numpy as np 6 import sys 7 sys.path.append("/home/kesci/input 阅读全文
posted @ 2020-02-14 21:34 菜鸟新手0000 阅读(5038) 评论(0) 推荐(0)