-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
the the typo error of function name sample_unconditional_model
#227
Conversation
fix the typo
fix the typo error
fix the typo
fix the typo error
fix the typo error
fix the typo error
Codecov Report
@@ Coverage Diff @@
## master #227 +/- ##
==========================================
+ Coverage 76.71% 76.75% +0.04%
==========================================
Files 130 130
Lines 9421 9421
Branches 1899 1899
==========================================
+ Hits 7227 7231 +4
+ Misses 1728 1726 -2
+ Partials 466 464 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Thanks for your contribution. Please run |
@@ -65,7 +65,7 @@ def main(): | |||
if args.sample_cfg is None: | |||
args.sample_cfg = dict() | |||
|
|||
results = sample_uncoditional_model(model, args.num_samples, | |||
results = sample_unconditional_model(model, args.num_samples, |
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.
You may also fix the api name here.
mmgeneration/demo/unconditional_demo.py
Line 12 in e1212d5
from mmgen.apis import init_model, sample_uncoditional_model # isort:skip # noqa |
Since this has been implemented in #249 , this pr will be closed. |
* Add LIIF. * Add LIIF. * modify super init. * Add licence,optimize code. * remove debugging codes. * Modify __init__() function. * Modify test function of LIIF. Co-authored-by: 李尹硕 <SENSETIME\liyinshuo@cn0014004493l.domain.sensetime.com> Co-authored-by: liyinshuo <liyinshuo@sensetime.com>
sample_uncoditional_model --> sample_unconditional_model