Skip to content

Commit

Permalink
partially address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
weberlo committed Aug 11, 2020
1 parent 938cdef commit ae30ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/relay/test_pass_auto_quantize.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def verify_partition_fails(mod, params):


def verify_partition(mod, params):
with relay.quantize.qconfig(**BASE_CFG):
with relay.quantize.qconfig(**BASE_CFG, paritition_conversions='disabled'):
unpartitioned_mod = relay.quantize.quantize(mod, params)
assert len(unpartitioned_mod.get_global_vars()) == 1, \
'unpartitioned module should only have one function'
Expand Down

0 comments on commit ae30ba7

Please sign in to comment.