Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
bghojogh committed Jun 4, 2021
1 parent 7893229 commit 0e2bd26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions functions/load_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import pickle
import functions.utils as utils
from sklearn.preprocessing import StandardScaler
from PIL import Image
from skimage.transform import resize
# from PIL import Image
# from skimage.transform import resize


def make_sphere_dataset(n_samples, severed_poles=False):
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from functions.my_LLE import My_LLE
from functions.my_GLLE import My_GLLE
from functions.my_GLLE_DirectSampling import My_GLLE_DirectSampling
import functions.load_datasets
import functions.load_datasets as load_datasets
import functions.utils as utils
from sklearn import manifold, datasets
import numpy as np
Expand Down

0 comments on commit 0e2bd26

Please sign in to comment.