Skip to content

Commit

Permalink
fixed import mlp
Browse files Browse the repository at this point in the history
  • Loading branch information
daneschi committed Nov 7, 2023
1 parent 4eb21fd commit df0dcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linfa/nofas.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import torch.nn as nn
import torch.nn.functional as F
import numpy as np
from mlp import FNN
from linfa.mlp import FNN
from os import path

torch.set_default_tensor_type(torch.DoubleTensor)
Expand Down

0 comments on commit df0dcdc

Please sign in to comment.