Skip to content

Commit ebdac00

Browse files
author
user01
committed
test git
1 parent c8a5d8a commit ebdac00

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

03-Neural Network/neural_network.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
__author__ = 'SherlockLiao'
1+
"""
2+
@author: liaoxingyu
3+
@contact: sherlockliao01@gmail.com
4+
"""
25

36
import torch
47
from torch import nn, optim
58

6-
from torch.autograd import Variable
79
from torch.utils.data import DataLoader
810
from torchvision import transforms
911
from torchvision import datasets

0 commit comments

Comments
 (0)