Update anomaly_detection.py
Browse files- anomaly_detection.py +0 -1
anomaly_detection.py
CHANGED
@@ -4,7 +4,6 @@ import torch.optim as optim
|
|
4 |
import numpy as np
|
5 |
from sklearn.preprocessing import MinMaxScaler
|
6 |
|
7 |
-
@spaces.GPU(duration=300)
|
8 |
class Autoencoder(nn.Module):
|
9 |
def __init__(self, input_size):
|
10 |
super(Autoencoder, self).__init__()
|
|
|
4 |
import numpy as np
|
5 |
from sklearn.preprocessing import MinMaxScaler
|
6 |
|
|
|
7 |
class Autoencoder(nn.Module):
|
8 |
def __init__(self, input_size):
|
9 |
super(Autoencoder, self).__init__()
|