This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[MXNET-601] Fix caffe converter test #11425
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
szha
reviewed
Jun 27, 2018
@@ -339,7 +339,7 @@ def main(): | |||
parser = argparse.ArgumentParser( | |||
description='Tool for testing caffe to mxnet conversion layer by layer') | |||
parser.add_argument('--image_url', type=str, | |||
default='http:https://writm.com/wp-content/uploads/2016/08/Cat-hd-wallpapers.jpg', | |||
default='https:https://github.com/dmlc/web-data/raw/master/mxnet/doc/tutorials/python/predict_image/cat.jpg', |
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 can split this into multiple lines to pass lint.
default='https://github.com/dmlc/web-data/raw/master/mxnet/doc/'\
'tutorials/python/predict_image/cat.jpg'
marcoabreu
approved these changes
Jun 27, 2018
5 tasks
anirudh2290
pushed a commit
to larroy/mxnet
that referenced
this pull request
Jul 7, 2018
* fix url * fix url * fix url * Update compare_layers.py * Update compare_layers.py * Update test_converter.py * Update compare_layers.py * Update compare_layers.py * Update compare_layers.py
anirudh2290
pushed a commit
that referenced
this pull request
Jul 7, 2018
* Fix arm64 docker build - Added @KellenSunderland fix for jetson/jetpack * [MXNET-601] Fix caffe converter test (#11425) * fix url * fix url * fix url * Update compare_layers.py * Update compare_layers.py * Update test_converter.py * Update compare_layers.py * Update compare_layers.py * Update compare_layers.py
anirudh2290
pushed a commit
to anirudh2290/mxnet
that referenced
this pull request
Jul 7, 2018
* Fix arm64 docker build - Added @KellenSunderland fix for jetson/jetpack * [MXNET-601] Fix caffe converter test (apache#11425) * fix url * fix url * fix url * Update compare_layers.py * Update compare_layers.py * Update test_converter.py * Update compare_layers.py * Update compare_layers.py * Update compare_layers.py
XinYao1994
pushed a commit
to XinYao1994/incubator-mxnet
that referenced
this pull request
Aug 29, 2018
* fix url * fix url * fix url * Update compare_layers.py * Update compare_layers.py * Update test_converter.py * Update compare_layers.py * Update compare_layers.py * Update compare_layers.py
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update dead URL
other PR to disable test; #11419
fix: #11407