Skip to content

Commit

Permalink
Merge branch 'main' of
Browse files Browse the repository at this point in the history
 github.com:Oneflow-Inc/vision into add-SEModule-doc
add SEModule docstring
  • Loading branch information
Aries-chen committed Feb 16, 2022
2 parents 1eb58de + 0506fc9 commit 272f559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions projects/benchmark/classification/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def param_count(model):


def get_mean_std(mode="imagenet_default_mean_std"):
mode = mode.upper()
if mode == "IMAGENET_DEFAULT_MEAN_STD":
mean = (0.485, 0.456, 0.406)
std = (0.229, 0.224, 0.225)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_dist(pkgname):
return None


version = "0.0.6"
version = "0.1.0"
package_name = "flowvision"
cwd = os.path.dirname(os.path.abspath(__file__))

Expand Down

0 comments on commit 272f559

Please sign in to comment.