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 9c87513 commit 6b3aef6
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):
if os.environ.get('CM_IMAGENET_QUANTIZED', False) == "yes":
import generic_preprocess
generic_preprocess.preprocess()
else:
Expand Down

0 comments on commit 6b3aef6

Please sign in to comment.