-
Notifications
You must be signed in to change notification settings - Fork 18
refine_flowvision #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
refine_flowvision #216
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,7 +1,7 @@ | ||||||
| # Getting Started | ||||||
|
|
||||||
| ## Installation | ||||||
| - To install latest stable release of flowvision: | ||||||
| - To install the latest stable release of flowvision: | ||||||
| ```bash | ||||||
| pip install flowvision==0.1.0 | ||||||
| ``` | ||||||
|
|
@@ -14,7 +14,7 @@ pip install -e . | |||||
|
|
||||||
| ## Usage | ||||||
| ### Create a model | ||||||
| In flowvision we support two ways to create a model. | ||||||
| Flowvision supports two ways to create a model: | ||||||
|
||||||
| Flowvision supports two ways to create a model: | |
| FlowVision supports two ways to create a model: |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里的大小写是遵循什么规范呢,为什么 "Wildcard“ 是单独大写的。
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -39,7 +39,7 @@ def mixup_target(target, num_classes, lam=1.0, smoothing=0.0, device="cuda"): | |||||
|
|
||||||
| def rand_bbox(img_shape, lam, margin=0.0, count=None): | ||||||
| """ Standard CutMix bounding-box | ||||||
| Generates a random square bbox based on lambda value. This impl includes | ||||||
| generates a random square bbox based on lambda value. This impl includes | ||||||
|
||||||
| generates a random square bbox based on lambda value. This impl includes | |
| generates a random square bbox based on lambda value. This implementation includes |
impl 是什么意思?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个修改是错的,你可能没有去理解原文意思?