da03 commited on
Commit
5ce8300
·
1 Parent(s): 2e11dd0
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -143,7 +143,7 @@ def _process_frame_sync(model, inputs):
143
 
144
  # UNet sampling
145
  start = time.perf_counter()
146
- use_rnn = False
147
  print (f"use_rnn: {use_rnn}")
148
  if use_rnn:
149
  sample_latent = output_from_rnn[:, :16]
 
143
 
144
  # UNet sampling
145
  start = time.perf_counter()
146
+ use_rnn = True
147
  print (f"use_rnn: {use_rnn}")
148
  if use_rnn:
149
  sample_latent = output_from_rnn[:, :16]