da03 commited on
Commit
e2b1344
·
1 Parent(s): e0f0dd9
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -139,7 +139,7 @@ def _process_frame_sync(model, inputs):
139
 
140
  # UNet sampling
141
  start = time.perf_counter()
142
- use_rnn = True
143
  print (f"use_rnn: {use_rnn}")
144
  if use_rnn:
145
  sample_latent = output_from_rnn[:, :16]
 
139
 
140
  # UNet sampling
141
  start = time.perf_counter()
142
+ use_rnn = False
143
  print (f"use_rnn: {use_rnn}")
144
  if use_rnn:
145
  sample_latent = output_from_rnn[:, :16]