forked from facebookresearch/pytext
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix caffe2 predict (facebookresearch#1103)
Summary: Pull Request resolved: facebookresearch#1103 Currently it doesn't correctly handle str and non-str input. This commit fix the issue Differential Revision: D18286625 fbshipit-source-id: 91a4e33d535f854c679e913bc4946098f1f7e4c5
- Loading branch information
1 parent
9d64d10
commit db0e0db
Showing
4 changed files
with
49 additions
and
18 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
alarm/set_alarm 11:17:datetime reactivate weekly alarm | ||
alarm/set_alarm 23:38:datetime Set alarm to ring only on the weekdays | ||
alarm/time_left_on_alarm When will alarm go off | ||
reminder/set_reminder 10:18:datetime,22:38:reminder/todo remind me tomorrow to call the groomer | ||
alarm/set_alarm 11:17:datetime reactivate weekly alarm [1.0] | ||
alarm/set_alarm 23:38:datetime Set alarm to ring only on the weekdays [1.0] | ||
alarm/time_left_on_alarm When will alarm go off [1.0] | ||
reminder/set_reminder 10:18:datetime,22:38:reminder/todo remind me tomorrow to call the groomer [1.0] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
alarm/modify_alarm 16:24:datetime,39:57:datetime change my alarm tomorrow to wake me up 30 minutes earlier | ||
alarm/set_alarm Turn on all my alarms | ||
alarm/set_alarm 12:27:datetime sound alarm every 8 minutes | ||
alarm/set_alarm 7:17:datetime repeat yesterdays alarm | ||
alarm/snooze_alarm continue my alarm | ||
alarm/time_left_on_alarm Do I have anymore time on the alarm | ||
reminder/set_reminder 10:22:datetime,28:56:reminder/todo remind me Monday night that get doe with work 12 Tuesday | ||
reminder/show_reminders 8:15:datetime,18:27:reminder/noun display Tuesday's reminders | ||
weather/find 12:19:weather/noun,20:28:datetime what is the weather tomorrow | ||
weather/find 13:17:weather/attribute When will it snow | ||
alarm/modify_alarm 16:24:datetime,39:57:datetime change my alarm tomorrow to wake me up 30 minutes earlier [1.0] | ||
alarm/set_alarm Turn on all my alarms [1.0] | ||
alarm/set_alarm 12:27:datetime sound alarm every 8 minutes [1.0] | ||
alarm/set_alarm 7:17:datetime repeat yesterdays alarm [1.0] | ||
alarm/snooze_alarm continue my alarm [1.0] | ||
alarm/time_left_on_alarm Do I have anymore time on the alarm [1.0] | ||
reminder/set_reminder 10:22:datetime,28:56:reminder/todo remind me Monday night that get doe with work 12 Tuesday [1.0] | ||
reminder/show_reminders 8:15:datetime,18:27:reminder/noun display Tuesday's reminders [1.0] | ||
weather/find 12:19:weather/noun,20:28:datetime what is the weather tomorrow [1.0] | ||
weather/find 13:17:weather/attribute When will it snow [1.0] |
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