3 lines
84 B
Python
3 lines
84 B
Python
from .MultKAN import *
|
|
from .utils import *
|
|
torch.use_deterministic_algorithms(True) |