Update magNet.py
Browse files
magNet.py
CHANGED
|
@@ -1,12 +1,3 @@
|
|
| 1 |
-
# -*- coding: utf-8 -*-
|
| 2 |
-
"""MagNet
|
| 3 |
-
|
| 4 |
-
Automatically generated by Colab.
|
| 5 |
-
|
| 6 |
-
Original file is located at
|
| 7 |
-
https://colab.research.google.com/drive/1SkI4k3L-26U2AdE2C505wro_28vsprLz
|
| 8 |
-
"""
|
| 9 |
-
|
| 10 |
import torch
|
| 11 |
import torch.nn as nn
|
| 12 |
import torch.optim as optim
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
import torch.nn as nn
|
| 3 |
import torch.optim as optim
|