Skip to content

Commit

Permalink
Use labproject-level imports in experiments.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Baschdl committed Jan 31, 2024
1 parent f16064e commit ce2e855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions labproject/experiments.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import torch
from data import random_dataset
from metrics.sliced_wasserstein import sliced_wasserstein_distance
from plotting import plot_scaling_metric_dimensionality
from labproject.data import random_dataset
from labproject.metrics.sliced_wasserstein import sliced_wasserstein_distance
from labproject.plotting import plot_scaling_metric_dimensionality

def scaling_sliced_wasserstein_samples():
dataset1 = random_dataset(d=1000)
Expand Down

0 comments on commit ce2e855

Please sign in to comment.