AndySAnker commited on
Commit
ffe3174
1 Parent(s): 21776ab

Update predict.py

Browse files
Files changed (1) hide show
  1. predict.py +0 -1
predict.py CHANGED
@@ -18,7 +18,6 @@ def main(args):
18
  st.write("one prediction: " , time.time() - start_time)
19
  start_time = time.time()
20
  for i in range(1000):
21
- st.write(i)
22
  xyz_pred, latent_space, kl, mu, sigma = DeepStruc(data, mode='prior', sigma_scale=args.sigma)
23
  st.write("thousand predictions: " , time.time() - start_time)
24
 
 
18
  st.write("one prediction: " , time.time() - start_time)
19
  start_time = time.time()
20
  for i in range(1000):
 
21
  xyz_pred, latent_space, kl, mu, sigma = DeepStruc(data, mode='prior', sigma_scale=args.sigma)
22
  st.write("thousand predictions: " , time.time() - start_time)
23