Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Nov 25, 2022
1 parent 6b3aef6 commit 976e2ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys

if os.environ.get('CM_IMAGENET_QUANTIZED', False) == "yes":
if os.environ.get('CM_IMAGENET_QUANTIZED', '') == "yes":
import generic_preprocess
generic_preprocess.preprocess()
else:
Expand Down

0 comments on commit 976e2ed

Please sign in to comment.