Skip to content

Commit

Permalink
fix: Import efficient-net properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan committed Feb 17, 2023
1 parent 6a17ee3 commit 16b8e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DECIMER/Efficient_Net_encoder.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EfficientNet-V2 config
import tensorflow as tf
import DECIMER.efficientnetv2
import DECIMER.efficientnetv2 as efficientnetv2

BATCH_SIZE_DEBUG = 2
MODEL = "efficientnetv2-b3" # @param
Expand Down

0 comments on commit 16b8e63

Please sign in to comment.