Spaces:
Runtime error
Runtime error
Muhammad Rama Nurimani commited on
Commit ·
2998f28
1
Parent(s): dfaf93c
test deploy
Browse files- base_model.py +1 -1
base_model.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import torch
|
| 3 |
from collections import OrderedDict
|
| 4 |
from abc import ABC, abstractmethod
|
| 5 |
-
|
| 6 |
|
| 7 |
|
| 8 |
class BaseModel(ABC):
|
|
|
|
| 2 |
import torch
|
| 3 |
from collections import OrderedDict
|
| 4 |
from abc import ABC, abstractmethod
|
| 5 |
+
import networks
|
| 6 |
|
| 7 |
|
| 8 |
class BaseModel(ABC):
|