cgarciae commited on
Commit
b88be4d
1 Parent(s): ff67309

updare readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ A point cloud version of the original MNIST.
10
  import matplotlib.pyplot as plt
11
  import numpy as np
12
 
13
- from datasets.load import load_dataset
14
 
15
  # load dataset
16
  dataset = load_dataset("cgarciae/point-cloud-mnist")
 
10
  import matplotlib.pyplot as plt
11
  import numpy as np
12
 
13
+ from datasets import load_dataset
14
 
15
  # load dataset
16
  dataset = load_dataset("cgarciae/point-cloud-mnist")