Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyoo committed Mar 16, 2023
1 parent a765f7f commit e70e7af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tensorflow_quantum/python/optimizers/spsa_minimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,6 @@ def _body(state):

post_state = _spsa_once(SPSAOptimizerResults(**pre_state_params))[0]
post_state_params = post_state.to_dict()
tf.print("asdf", state.objective_value.dtype,
state.objective_value_prev.dtype)
post_state_params.update({
"num_iterations":
post_state.num_iterations + 1,
Expand Down

0 comments on commit e70e7af

Please sign in to comment.