Skip to content

Commit 37bbfd4

Browse files
author
Frederik Rahbaek Warburg
committed
small bug fixes
1 parent 4a62e8b commit 37bbfd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/examples_laplace/trainer_lae.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
import time
1212

1313
import sys
14-
sys.path.append(os.getcwd() + "/examples/examples_laplace/Laplace")
15-
from laplace_local.laplace_local import Laplace
16-
#from laplace import Laplace
14+
#sys.path.append(os.getcwd() + "/examples/examples_laplace/Laplace")
15+
#from laplace_local.laplace_local import Laplace
16+
from laplace import Laplace
1717
from data import get_data, generate_latent_grid
1818
from ae_models import get_encoder, get_decoder
1919

0 commit comments

Comments
 (0)