EricBoi commited on
Commit
b303f65
·
1 Parent(s): 947b680

testing github package

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -9,6 +9,8 @@ import matplotlib.pyplot as plt
9
  import numpy as np
10
  import optax
11
 
 
 
12
  # Disable future warnings.
13
  import warnings
14
  warnings.simplefilter(action='ignore', category=FutureWarning)
@@ -21,7 +23,7 @@ rotation = e3x.so3.random_rotation(rotation_key)
21
 
22
  st.write(rotation)
23
 
24
-
25
 
26
  x = st.slider('Select a value')
27
  st.write(x, 'squared is', x * x)
 
9
  import numpy as np
10
  import optax
11
 
12
+ from dcmnet.data import prepare_batches
13
+
14
  # Disable future warnings.
15
  import warnings
16
  warnings.simplefilter(action='ignore', category=FutureWarning)
 
23
 
24
  st.write(rotation)
25
 
26
+ st.write(prepare_batches)
27
 
28
  x = st.slider('Select a value')
29
  st.write(x, 'squared is', x * x)