4 lines
71 B
Python
4 lines
71 B
Python
import torch
|
|
from .KAN import *
|
|
|
|
torch.set_default_dtype(torch.float64) |