You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This replaces the boolean `hidden` value with a `deprecated` message,
which is emitted automatically on a call to `install()`.
Issue facebookresearch#45. Fixesfacebookresearch#219.
This replaces the boolean `hidden` value with a `deprecated` message,
which is emitted automatically on a call to `install()`.
Issue facebookresearch#45. Fixesfacebookresearch#219.
This replaces the boolean `hidden` value with a `deprecated` message,
which is emitted automatically on a call to `install()`.
Issue facebookresearch#45. Fixesfacebookresearch#219.
🚀 Feature
Rename the
hidden
property todeprecated
, and include a deprecation message.Motivation
This removes the need for ad-hoc
install()
-time warnings, seeCBenchLegacyDataset
.The text was updated successfully, but these errors were encountered: