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
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
reminisce
force-pushed
the
merge_numpy_to_master
branch
from
April 5, 2019 17:41
649b4ef
to
1a5edfb
Compare
reminisce
force-pushed
the
merge_numpy_to_master
branch
from
April 5, 2019 21:00
1a5edfb
to
f39daaa
Compare
* Support scalar and zero-size tensors with np.sum * Add sanity check when ndim is set
…ib` (apache#14409) * Initial commit * Address comments
* Init checkin * Fix ndarray alloc bug * Use TShape(0) as default empty tuple params * Fix bugs * Fix TShape init value * Fix infer shape pass shape type and reshape infer shape func
…che#14487) * Fix infer shape rnn * Fix boolean mask and custom op unit tests * Fix multi proposal * Fix diag * Add global switch for backward compatibility and fix infer shape bugs * Fix slice op infer shape * Fix rnn infer shape * Add util funcs for ndim_is_known and dim_size_is_known * Revert rnn_cell.py
* fix. * remove type conversion. * remove type cast.
* Initial commit * Address comments from Jun
* Fix several test failures * Fix subgraph op infer shape * Fix sparse slice * Fix deconv infer shape * Fix numpy import compatibility problem in python2
…e#14577) * Fix pooling_v1 param initialization * Fix deformable_convolution param initialization
* [Numpy] Misc Fix * fix build * !shape_is_none => shape_is_known * Address comments * Fix
…che#14557) * Fix test_operator_gpu.test_upsampling_bilinear_with_type * Address comments
* modify jni to support 0 dim/shape * fix transpose axes default value
reminisce
force-pushed
the
merge_numpy_to_master
branch
from
April 6, 2019 03:36
fea9501
to
5a96f97
Compare
@reminisce I'll fix perl changes within next week |
@sergeykolychev That's great. I was about to ping you on requesting the fix. Thank you for offering the help. You can work on top of the numpy branch. Let me know if you need a little bit more context on it. |
Moved to #14639. |
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.
DO NOT MERGE
For the purpose of running CI only. Not ready for review.