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.
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
[AIR][Predictor] Enable numpy based predictor #28917
[AIR][Predictor] Enable numpy based predictor #28917
Changes from 1 commit
dd9922f
18423ac
f66c438
2053c9b
4183d28
43f067b
c2ea0ea
1a109b3
ef0d919
e98ade8
f9d00e4
72432ce
e501d76
1704036
9234923
f56eacd
0bbc159
194a21a
7d5bba6
2ce30a1
f05049f
f992a0c
6606555
16c9f13
5748ca1
bfcbcdf
1f5ba7a
c70e15c
03dbbbc
a3e047f
1d5d9cd
5f76d30
1ec5438
e5ba13a
035e673
7b1dfbd
4aad0c5
d3d192c
59006f6
4a85371
a97b3df
e4ea455
d0ed91d
f0790a8
07c8fd8
3140673
4dbb7de
f682d5b
7c5fe89
3019220
6decdfd
d8e729b
0efda24
74412c2
6f920af
8cdbe82
10b0972
c90030e
58fa01e
1f9ba1b
71231c8
aa9d3d0
291ffc7
e4d3af4
a79c4cf
e66ef51
4bee5b5
b5cd7f7
f912662
26e9320
1e291bb
c14ca57
5c8cef1
329cce2
1e7a6e6
3a8e7ae
3df9446
551c7ac
dbc3bd8
1ee1ede
461eb1f
80546a4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This is no longer true with your addition, we should try unifying these paths in a follow-up PR.
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.
this function should never be called in the first place if
preprocessor
is None. Don't think we need this if clauseThere 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.
@amogkam Hmm seems like this is still called if
preprocessor is None
?ray/python/ray/train/batch_predictor.py
Line 188 in dbc3bd8
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.
yeah, but it doesn't need to be. But this is a minor point, so looks good to merge.