-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix batch_shape property of ModelListGPyTorchModel
Summary: Previously, this was assuming the submodel batch shape is same as the input batch shape, which is not true for SAAS models. With this update, the batch shape correctly reflects the batch shape of the underlying models. Differential Revision: D40165810 fbshipit-source-id: d69f961182421211a0fc88b7d537ccf8911250b7
- Loading branch information
1 parent
ceb7000
commit 0440432
Showing
3 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
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
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
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