Skip to content

Commit

Permalink
Remove unused imports in MMD.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvetter authored Feb 6, 2024
1 parent dd66ba2 commit 50c6acb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions labproject/metrics/MMD.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import numpy as np
from sklearn import metrics
import torch
from torch.distributions import MultivariateNormal, Categorical
import matplotlib.pyplot as plt
import random


Expand Down

0 comments on commit 50c6acb

Please sign in to comment.