jiehou commited on
Commit
b6cf9b4
·
1 Parent(s): 0119bcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,4 +1,9 @@
1
  ## CSCI4750/5750: Demo 1
 
 
 
 
 
2
  ## load the dataset
3
  def demo1_derive_MNIST_train_test_data():
4
  from sklearn.datasets import fetch_openml
 
1
  ## CSCI4750/5750: Demo 1
2
+
3
+
4
+ os.system('pip uninstall -y numpy')
5
+ os.system('pip install numpy==1.24.0')
6
+
7
  ## load the dataset
8
  def demo1_derive_MNIST_train_test_data():
9
  from sklearn.datasets import fetch_openml