Index
_
- __init__() (parlai.chat_service.core.agents.ChatServiceAgent method)
- (parlai.chat_service.core.chat_service_manager.AgentState method)
- (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- (parlai.chat_service.core.socket.ChatServiceMessageSocket method)
- (parlai.chat_service.core.world_runner.ChatServiceWorldRunner method)
- (parlai.chat_service.services.messenger.agents.MessengerAgent method)
- (parlai.chat_service.services.messenger.message_sender.MessageSender method)
- (parlai.chat_service.services.messenger.messenger_manager.MessengerManager method)
- (parlai.chat_service.services.messenger.worlds.OnboardWorld method)
- (parlai.chat_service.services.messenger.worlds.SimpleMessengerOverworld method)
- (parlai.chat_service.services.websocket.agents.WebsocketAgent method)
- (parlai.chat_service.services.websocket.sockets.MessageSocketHandler method)
- (parlai.chat_service.services.websocket.websocket_manager.WebsocketManager method)
- (parlai.chat_service.utils.image.ImageFeaturesGenerator method)
- (parlai.chat_service.utils.image.ImageInformation method)
- (parlai.chat_service.utils.image.ImageLicense method)
- (parlai.chat_service.utils.misc.DictFrequencies method)
- (parlai.chat_service.utils.misc.PersonalInfoDetector method)
- (parlai.chat_service.utils.misc.TaskState method)
- (parlai.core.agents.Agent method)
- (parlai.core.build_data.DownloadableFile method)
- (parlai.core.dict.DictionaryAgent method)
- (parlai.core.metrics.AverageMetric method)
- (parlai.core.metrics.FairseqBleuMetric method)
- (parlai.core.metrics.FixedMetric method)
- (parlai.core.metrics.InterDistinctMetric method)
- (parlai.core.metrics.MacroAverageMetric method)
- (parlai.core.metrics.Metrics method)
- (parlai.core.metrics.SumMetric method)
- (parlai.core.metrics.TeacherMetrics method)
- (parlai.core.metrics.TimerMetric method)
- (parlai.core.mutators.Mutator method)
- (parlai.core.opt.Opt method)
- (parlai.core.params.CustomHelpFormatter method)
- (parlai.core.params.ParlaiParser method)
- (parlai.core.script.ParlaiScript method)
- (parlai.core.teachers.AbstractImageTeacher method)
- (parlai.core.teachers.ChunkTeacher method)
- (parlai.core.teachers.ConversationTeacher method)
- (parlai.core.teachers.DataLoader method)
- (parlai.core.teachers.DialogData method)
- (parlai.core.teachers.DialogTeacher method)
- (parlai.core.teachers.FbDeprecatedDialogTeacher method)
- (parlai.core.teachers.FixedDialogTeacher method)
- (parlai.core.teachers.MultiTaskTeacher method)
- (parlai.core.teachers.ParlAIDialogTeacher method)
- (parlai.core.teachers.StreamDialogData method)
- (parlai.core.teachers.Teacher method)
- (parlai.core.teachers.YamlTeacher method)
- (parlai.core.torch_agent.Batch method)
- (parlai.core.torch_agent.History method)
- (parlai.core.torch_agent.Output method)
- (parlai.core.torch_agent.TorchAgent method)
- (parlai.core.torch_classifier_agent.AUCMetrics method)
- (parlai.core.torch_classifier_agent.ConfusionMatrixMetric method)
- (parlai.core.torch_classifier_agent.TorchClassifierAgent method)
- (parlai.core.torch_classifier_agent.WeightedF1Metric method)
- (parlai.core.torch_generator_agent.DelayedBeamSearch method)
- (parlai.core.torch_generator_agent.DelayedNucleusBeamSearch method)
- (parlai.core.torch_generator_agent.FactualNucleusSampling method)
- (parlai.core.torch_generator_agent.GreedySearch method)
- (parlai.core.torch_generator_agent.NucleusSampling method)
- (parlai.core.torch_generator_agent.SearchBlocklist method)
- (parlai.core.torch_generator_agent.TopKSampling method)
- (parlai.core.torch_generator_agent.TorchGeneratorAgent method)
- (parlai.core.torch_generator_agent.TorchGeneratorModel method)
- (parlai.core.torch_generator_agent.TreeSearch method)
- (parlai.core.torch_image_agent.TorchImageAgent method)
- (parlai.core.torch_ranker_agent.TorchRankerAgent method)
- (parlai.core.worlds.BackgroundDriverWorld method)
- (parlai.core.worlds.BackgroundWorkerDynamicBatchWorld method)
- (parlai.core.worlds.BatchWorld method)
- (parlai.core.worlds.DialogPartnerWorld method)
- (parlai.core.worlds.DynamicBatchWorld method)
- (parlai.core.worlds.MultiAgentDialogWorld method)
- (parlai.core.worlds.MultiWorld method)
- (parlai.core.worlds.World method)
- (parlai.utils.bpe.BPEHelper method)
- (parlai.utils.bpe.Gpt2BpeHelper method)
- (parlai.utils.bpe.HuggingFaceBpeHelper method)
- (parlai.utils.bpe.SubwordBPEHelper method)
- (parlai.utils.conversations.Conversation method)
- (parlai.utils.conversations.Conversations method)
- (parlai.utils.conversations.Metadata method)
- (parlai.utils.conversations.Turn method)
- (parlai.utils.fp16.Adafactor method)
- (parlai.utils.fp16.DynamicLossScaler method)
- (parlai.utils.fp16.FP16SafeCrossEntropy method)
- (parlai.utils.fp16.MemoryEfficientFP16Optimizer method)
- (parlai.utils.fp16.SafeFP16Optimizer method)
- (parlai.utils.logging.ParlaiLogger method)
- (parlai.utils.misc.AttrDict method)
- (parlai.utils.misc.SimpleCounter method)
- (parlai.utils.misc.TimeLogger method)
- (parlai.utils.misc.Timer method)
- (parlai.utils.safety.OffensiveLanguageClassifier method)
- (parlai.utils.safety.OffensiveStringMatcher method)
- (parlai.utils.testing.retry method)
- (parlai.utils.torch.PipelineHelper method)
- (parlai.utils.world_logging.WorldLogger method)
A
- AbstractImageTeacher (class in parlai.core.teachers)
- act() (parlai.chat_service.core.agents.ChatServiceAgent method)
- (parlai.chat_service.services.messenger.agents.MessengerAgent method)
- (parlai.core.agents.Agent method)
- (parlai.core.dict.DictionaryAgent method)
- (parlai.core.teachers.FixedDialogTeacher method)
- (parlai.core.teachers.MultiTaskTeacher method)
- (parlai.core.teachers.Teacher method)
- (parlai.core.torch_agent.TorchAgent method)
- act_blocking() (parlai.chat_service.core.agents.ChatServiceAgent method)
- Adafactor (class in parlai.utils.fp16)
- add() (parlai.core.metrics.Metrics method)
- add_additional_special_tokens() (parlai.core.dict.DictionaryAgent method)
- add_agent_to_pool() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- add_argument() (parlai.core.params.ParlaiParser method)
- add_argument_group() (parlai.core.params.ParlaiParser method)
- add_chatservice_args() (parlai.core.params.ParlaiParser method)
- add_cmdline_args() (parlai.core.dict.DictionaryAgent class method)
- (parlai.core.torch_agent.TorchAgent class method)
- (parlai.core.torch_classifier_agent.TorchClassifierAgent class method)
- (parlai.core.torch_generator_agent.TorchGeneratorAgent class method)
- (parlai.core.torch_image_agent.TorchImageAgent class method)
- (parlai.core.torch_ranker_agent.TorchRankerAgent class method)
- (parlai.core.worlds.DialogPartnerWorld class method)
- add_distributed_training_args() (parlai.core.params.ParlaiParser method)
- add_extra_args() (parlai.core.params.ParlaiParser method)
- add_format_prefix() (parlai.utils.logging.ParlaiLogger method)
- add_image_args() (parlai.core.params.ParlaiParser method)
- add_messenger_args() (parlai.core.params.ParlaiParser method)
- add_metrics() (parlai.core.metrics.Metrics method)
- add_model_args() (parlai.core.params.ParlaiParser method)
- add_model_subargs() (parlai.core.params.ParlaiParser method)
- add_mturk_args() (parlai.core.params.ParlaiParser method)
- add_param_group() (parlai.utils.fp16.MemoryEfficientFP16Optimizer method)
- add_parlai_args() (parlai.core.params.ParlaiParser method)
- add_parlai_data_path() (parlai.core.params.ParlaiParser method)
- add_phrase() (parlai.utils.safety.OffensiveStringMatcher method)
- add_reply() (parlai.core.torch_agent.History method)
- add_special_tokens() (parlai.utils.bpe.BPEHelper method)
- add_task_args() (parlai.core.params.ParlaiParser method)
- add_to_dict() (parlai.core.dict.DictionaryAgent method)
- add_token() (parlai.core.dict.DictionaryAgent method)
- add_websockets_args() (parlai.core.params.ParlaiParser method)
- add_words() (parlai.utils.safety.OffensiveStringMatcher method)
- add_world_args() (parlai.core.params.ParlaiParser method)
- advance() (parlai.core.torch_generator_agent.TreeSearch method)
- after_agent_removed() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- Agent (class in parlai.core.agents)
- agents_required (parlai.chat_service.utils.config.WorldConfig attribute)
- AgentState (class in parlai.chat_service.core.chat_service_manager)
- aggregate_named_reports() (in module parlai.core.metrics)
- aggregate_unnamed_reports() (in module parlai.core.metrics)
- aliases (parlai.core.loader.script_registration attribute)
- all_gather_list() (in module parlai.utils.distributed)
- argsort() (in module parlai.utils.torch)
- assign_agent_to_task() (parlai.chat_service.core.chat_service_manager.AgentState method)
- atomic_save() (in module parlai.utils.torch)
- AttrDict (class in parlai.utils.misc)
- AUCMetrics (class in parlai.core.torch_classifier_agent)
- AverageMetric (class in parlai.core.metrics)
B
- BackgroundDriverWorld (class in parlai.core.worlds)
- BackgroundWorkerDynamicBatchWorld (class in parlai.core.worlds)
- backup_task (parlai.chat_service.utils.config.WorldConfig attribute)
- backward() (parlai.core.torch_agent.TorchAgent method)
- Batch (class in parlai.core.torch_agent)
- batch_act() (parlai.core.torch_agent.TorchAgent method)
- batch_observe() (parlai.core.worlds.BatchWorld method)
- batch_respond() (parlai.core.agents.Agent method)
- batchify() (parlai.core.torch_agent.TorchAgent method)
- batchify_image_features() (parlai.core.torch_image_agent.TorchImageAgent method)
- BatchWorld (class in parlai.core.worlds)
- BeamSearch (class in parlai.core.torch_generator_agent)
- BleuMetric (class in parlai.core.metrics)
- block_repeats() (parlai.core.torch_ranker_agent.TorchRankerAgent method)
- bpe() (parlai.utils.bpe.Gpt2BpeHelper method)
- bpe_factory() (in module parlai.utils.bpe)
- bpe_tokenize() (parlai.core.dict.DictionaryAgent method)
- BPEHelper (class in parlai.utils.bpe)
- BrowserAgent (class in parlai.chat_service.services.browser_chat.agents)
- BrowserManager (class in parlai.chat_service.services.browser_chat.browser_manager)
- build_criterion() (parlai.core.torch_generator_agent.TorchGeneratorAgent method)
- build_dictionary() (parlai.core.torch_agent.TorchAgent method)
- build_history() (parlai.core.torch_agent.TorchAgent method)
- build_lr_scheduler() (parlai.core.torch_agent.TorchAgent method)
- build_model() (parlai.core.torch_agent.TorchAgent method)
- build_table() (parlai.core.teachers.DialogData method)
- built() (in module parlai.core.build_data)
- bytelevelbpe_tokenize() (parlai.core.dict.DictionaryAgent method)
- bytes_to_unicode() (parlai.utils.bpe.Gpt2BpeHelper method)
C
- capture_output() (in module parlai.utils.testing)
- ChatServiceAgent (class in parlai.chat_service.core.agents)
- ChatServiceManager (class in parlai.chat_service.core.chat_service_manager)
- ChatServiceManager.ChatServiceMessageSender (class in parlai.chat_service.core.chat_service_manager)
- ChatServiceMessageSocket (class in parlai.chat_service.core.socket)
- ChatServiceWorldRunner (class in parlai.chat_service.core.world_runner)
- check_compatibility() (parlai.utils.torch.PipelineHelper method)
- check_header() (parlai.core.build_data.DownloadableFile method)
- check_origin() (parlai.chat_service.services.websocket.sockets.MessageSocketHandler method)
- check_timeout_in_pool() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- checksum() (parlai.core.build_data.DownloadableFile method)
- chunk_idx (parlai.utils.torch.PipelineWorkItem attribute)
- chunk_to() (parlai.utils.torch.PipelineHelper static method)
- ChunkTeacher (class in parlai.core.teachers)
- class2str() (in module parlai.core.params)
- ClassificationF1Metric (class in parlai.core.torch_classifier_agent)
- clear() (parlai.core.metrics.Metrics method)
- clear_recent() (parlai.core.metrics.Metrics method)
- clip_grad_norm() (in module parlai.utils.fp16)
- clip_main_grads() (parlai.utils.fp16.MemoryEfficientFP16Optimizer method)
- clip_text() (in module parlai.utils.misc)
- clone() (parlai.core.agents.Agent method)
- compare_init_model_opts() (in module parlai.core.agents)
- compatible_optimizers() (parlai.utils.fp16.MemoryEfficientFP16Optimizer static method)
- compute() (parlai.core.metrics.BleuMetric static method)
- compute_grad_norm() (in module parlai.utils.torch)
- compute_loss() (parlai.core.torch_generator_agent.TorchGeneratorAgent method)
- compute_many() (parlai.core.metrics.FairseqBleuMetric static method)
- concat_without_padding() (in module parlai.utils.torch)
- ConfusionMatrixMetric (class in parlai.core.torch_classifier_agent)
- contains_offensive_language() (parlai.utils.safety.OffensiveLanguageClassifier method)
- Conversation (class in parlai.utils.conversations)
- Conversations (class in parlai.utils.conversations)
- ConversationTeacher (class in parlai.core.teachers)
- copy() (parlai.core.message.Message method)
- copy_codecs_file() (parlai.utils.bpe.BPEHelper method)
- create_agent() (in module parlai.core.agents)
- create_agent_from_model_file() (in module parlai.core.agents)
- create_agent_from_opt_file() (in module parlai.core.agents)
- create_agent_from_shared() (in module parlai.core.agents)
- create_agents_from_shared() (in module parlai.core.agents)
- create_attachment() (in module parlai.chat_service.services.messenger.message_sender)
- create_attachment_message() (in module parlai.chat_service.services.messenger.message_sender)
- create_message() (parlai.core.teachers.ChunkTeacher method)
- create_persona() (parlai.chat_service.services.messenger.message_sender.MessageSender method)
- create_reply_option() (in module parlai.chat_service.services.messenger.message_sender)
- create_task() (in module parlai.core.worlds)
- create_task_agent_from_taskname() (in module parlai.core.teachers)
- create_task_world() (in module parlai.core.worlds)
- create_text_message() (in module parlai.chat_service.services.messenger.message_sender)
- custom_evaluation() (parlai.core.teachers.FixedDialogTeacher method)
- CustomHelpFormatter (class in parlai.core.params)
D
- data (parlai.chat_service.core.agents.ChatServiceAgent property)
- DataLoader (class in parlai.core.teachers)
- DatatypeHelper (class in parlai.utils.data)
- decode() (parlai.utils.bpe.BPEHelper method)
- decode_forced() (parlai.core.torch_generator_agent.TorchGeneratorModel method)
- default() (in module parlai.core.params)
- default_assign_roles_fn() (in module parlai.chat_service.utils.misc)
- DelayedBeamSearch (class in parlai.core.torch_generator_agent)
- DelayedNucleusBeamSearch (class in parlai.core.torch_generator_agent)
- delete_persona() (parlai.chat_service.services.messenger.message_sender.MessageSender method)
- description (parlai.core.metrics.MetricDisplayData attribute)
- DialogData (class in parlai.core.teachers)
- DialogPartnerWorld (class in parlai.core.worlds)
- DialogTeacher (class in parlai.core.teachers)
- DictFrequencies (class in parlai.chat_service.utils.misc)
- dictionary_class() (parlai.core.torch_agent.TorchAgent static method)
- DictionaryAgent (class in parlai.core.dict)
- display() (parlai.core.worlds.BatchWorld method)
- display_data() (in module parlai.utils.testing)
- display_deepcopies() (parlai.core.opt.Opt method)
- display_history() (parlai.core.opt.Opt method)
- display_messages() (in module parlai.utils.misc)
- display_model() (in module parlai.utils.testing)
- distributed_context() (in module parlai.utils.distributed)
- download() (in module parlai.core.build_data)
- download_from_google_drive() (in module parlai.core.build_data)
- download_models() (in module parlai.core.build_data)
- download_multiprocess() (in module parlai.core.build_data)
- DownloadableFile (class in parlai.core.build_data)
- DynamicBatchWorld (class in parlai.core.worlds)
- DynamicLossScaler (class in parlai.utils.fp16)
E
- enable_bpe_dropout() (parlai.utils.bpe.BPEHelper method)
- encode() (parlai.utils.bpe.BPEHelper method)
- encode_candidates() (parlai.core.torch_ranker_agent.TorchRankerAgent method)
- episode_done() (parlai.chat_service.core.agents.ChatServiceAgent method)
- (parlai.chat_service.services.messenger.worlds.OnboardWorld method)
- (parlai.chat_service.services.messenger.worlds.SimpleMessengerOverworld method)
- (parlai.core.worlds.BatchWorld method)
- (parlai.core.worlds.DialogPartnerWorld method)
- (parlai.core.worlds.MultiAgentDialogWorld method)
- (parlai.core.worlds.World method)
- episode_mutation() (parlai.core.mutators.EpisodeMutator method)
- EpisodeMutator (class in parlai.core.mutators)
- epoch_done() (parlai.core.agents.Agent method)
- (parlai.core.teachers.MultiTaskTeacher method)
- (parlai.core.teachers.Teacher method)
- (parlai.core.worlds.BatchWorld method)
- (parlai.core.worlds.DialogPartnerWorld method)
- (parlai.core.worlds.DynamicBatchWorld method)
- (parlai.core.worlds.MultiAgentDialogWorld method)
- (parlai.core.worlds.MultiWorld method)
- (parlai.core.worlds.World method)
- error() (parlai.core.params.ParlaiParser method)
- error_once() (in module parlai.utils.misc)
- escape() (in module parlai.core.dict)
- eval_model() (in module parlai.utils.testing)
- eval_step() (parlai.core.torch_agent.TorchAgent method)
- evaluate_response() (parlai.core.metrics.TeacherMetrics method)
- ExactMatchMetric (class in parlai.core.metrics)
F
- F1Metric (class in parlai.core.metrics)
- FactualNucleusSampling (class in parlai.core.torch_generator_agent)
- FairseqBleuMetric (class in parlai.core.metrics)
- FbDeprecatedDialogTeacher (class in parlai.core.teachers)
- finalize() (parlai.utils.bpe.BPEHelper method)
- find_all_offensive_language() (parlai.utils.safety.OffensiveStringMatcher method)
- find_free_port() (in module parlai.utils.distributed)
- find_ngrams() (in module parlai.core.dict)
- fix_underscores() (in module parlai.core.params)
- FixedDialogTeacher (class in parlai.core.teachers)
- FixedMetric (class in parlai.core.metrics)
- float_formatter() (in module parlai.utils.misc)
- fold() (parlai.utils.data.DatatypeHelper class method)
- forward() (parlai.core.torch_generator_agent.TorchGeneratorModel method)
- FP16SafeCrossEntropy (class in parlai.utils.fp16)
- from_mask() (parlai.core.metrics.Metric class method)
G
- get() (parlai.core.teachers.AbstractImageTeacher method)
- get_active_agent() (parlai.chat_service.core.chat_service_manager.AgentState method)
- get_acts() (parlai.core.worlds.MultiWorld method)
- get_agent_for_task() (parlai.chat_service.core.chat_service_manager.AgentState method)
- get_agent_state() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- get_agents() (parlai.core.worlds.BatchWorld method)
- get_app_token() (parlai.chat_service.services.messenger.messenger_manager.MessengerManager method)
- get_assign_roles_fn() (in module parlai.chat_service.utils.misc)
- get_available_image_mode_names() (parlai.core.teachers.AbstractImageTeacher method)
- get_backtrack_from_current_step() (parlai.core.torch_generator_agent.TreeSearch method)
- get_buffersize() (parlai.core.teachers.ChunkTeacher method)
- get_chunk() (parlai.core.teachers.ChunkTeacher method)
- get_data_path() (parlai.core.teachers.AbstractImageTeacher method)
- get_dist_group() (in module parlai.utils.distributed)
- get_eligibility_fn() (in module parlai.chat_service.utils.misc)
- get_fold_chunks() (parlai.core.teachers.ChunkTeacher method)
- get_history_str() (parlai.core.torch_agent.History method)
- get_history_vec() (parlai.core.torch_agent.History method)
- get_history_vec_list() (parlai.core.torch_agent.History method)
- get_id() (parlai.chat_service.core.chat_service_manager.AgentState method)
- get_image_features() (parlai.chat_service.utils.image.ImageFeaturesGenerator method)
- get_image_features_path() (parlai.core.teachers.AbstractImageTeacher method)
- get_image_path() (parlai.core.teachers.AbstractImageTeacher method)
- get_mask() (parlai.core.torch_generator_agent.FactualNucleusSampling method)
- get_model_agent() (parlai.core.worlds.BackgroundDriverWorld method)
- get_model_name() (in module parlai.core.params)
- get_new_act_message() (parlai.chat_service.core.agents.ChatServiceAgent method)
- get_num_samples() (parlai.core.teachers.ChunkTeacher method)
- get_orig_action() (parlai.core.teachers.FixedDialogTeacher method)
- get_output_from_current_step() (parlai.core.torch_generator_agent.TreeSearch method)
- get_overworld_agent() (parlai.chat_service.core.chat_service_manager.AgentState method)
- get_pairs() (parlai.utils.bpe.Gpt2BpeHelper method)
- get_prefix_tokens() (parlai.core.torch_generator_agent.TorchGeneratorAgent method)
- get_rank() (in module parlai.utils.distributed)
- get_rescored_finished() (parlai.core.torch_generator_agent.TreeSearch method)
- get_task_agent() (parlai.core.worlds.BackgroundDriverWorld method)
- get_temp_history() (parlai.core.torch_agent.TorchAgent method)
- get_time() (parlai.core.worlds.World method)
- get_timeout_act() (parlai.chat_service.utils.timeout.TimeoutUtils static method)
- get_total_epochs() (parlai.core.worlds.BackgroundDriverWorld method)
- get_total_exs() (parlai.core.worlds.BackgroundDriverWorld method)
- get_total_parleys() (parlai.core.worlds.World method)
- get_world_fn_attr() (in module parlai.chat_service.utils.misc)
- get_world_module() (in module parlai.chat_service.utils.misc)
- getID() (parlai.core.agents.Agent method)
- git_changed_files() (in module parlai.utils.testing)
- git_commit_messages() (in module parlai.utils.testing)
- git_ls_dirs() (in module parlai.utils.testing)
- git_ls_files() (in module parlai.utils.testing)
- GlobalAverageMetric (class in parlai.core.metrics)
- GlobalFixedMetric (class in parlai.core.metrics)
- GlobalMetric (class in parlai.core.metrics)
- GlobalSumMetric (class in parlai.core.metrics)
- GlobalTimerMetric (class in parlai.core.metrics)
- gpt2_tokenize() (parlai.core.dict.DictionaryAgent method)
- Gpt2BpeHelper (class in parlai.utils.bpe)
- GreedySearch (class in parlai.core.torch_generator_agent)
- guess_split_size() (parlai.utils.torch.PipelineHelper static method)
H
I
- IdentityLayer (class in parlai.utils.torch)
- image_id_key (parlai.core.teachers.AbstractImageTeacher property)
- image_id_to_image_path() (parlai.core.teachers.AbstractImageTeacher method)
- ImageFeaturesGenerator (class in parlai.chat_service.utils.image)
- ImageInformation (class in parlai.chat_service.utils.image)
- ImageLicense (class in parlai.chat_service.utils.image)
- init_new_state() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- init_optim() (parlai.core.torch_agent.TorchAgent method)
- InterDistinctMetric (class in parlai.core.metrics)
- IntraDistinctMetric (class in parlai.core.metrics)
- is_distributed() (in module parlai.utils.distributed)
- is_done() (parlai.core.torch_generator_agent.TreeSearch method)
- is_global (parlai.core.metrics.Metric property)
- is_image_mode_buildable() (parlai.core.teachers.AbstractImageTeacher method)
- is_new_task_filename() (in module parlai.utils.testing)
- is_padding() (parlai.core.message.Message method)
- is_prebuilt() (parlai.core.dict.DictionaryAgent method)
- is_primary_worker() (in module parlai.utils.distributed)
- is_streaming() (parlai.utils.data.DatatypeHelper class method)
- is_this_circleci() (in module parlai.utils.testing)
- is_training() (parlai.utils.data.DatatypeHelper class method)
- is_valid() (parlai.core.torch_agent.TorchAgent method)
J
K
L
- label_candidates() (parlai.core.teachers.DialogTeacher method)
- launch_overworld() (parlai.chat_service.core.world_runner.ChatServiceWorldRunner method)
- launch_task_world() (parlai.chat_service.core.world_runner.ChatServiceWorldRunner method)
- layer_nos (parlai.utils.torch.PipelineWorkItem attribute)
- LegacyMetric (class in parlai.core.metrics)
- load() (parlai.core.dict.DictionaryAgent method)
- load_agent_module() (in module parlai.core.loader)
- load_candidates() (parlai.core.torch_ranker_agent.TorchRankerAgent method)
- load_cands() (in module parlai.utils.misc)
- load_data() (parlai.core.teachers.AbstractImageTeacher method)
- load_from_chunk() (parlai.core.teachers.ChunkTeacher method)
- load_init() (parlai.core.opt.Opt class method)
- load_length() (parlai.core.teachers.StreamDialogData method)
- load_mutator_types() (parlai.core.mutators.Mutator class method)
- load_state_dict() (parlai.core.torch_agent.TorchAgent method)
- load_task_module() (in module parlai.core.loader)
- load_teacher_module() (in module parlai.core.loader)
- load_world_module() (in module parlai.core.loader)
- log() (parlai.utils.logging.ParlaiLogger method)
- loss_scale (parlai.utils.fp16.MemoryEfficientFP16Optimizer property)
M
- macro_average (parlai.core.metrics.AverageMetric property)
- MacroAverageMetric (class in parlai.core.metrics)
- main() (parlai.core.script.ParlaiScript class method)
- maintain_dialog_history() (in module parlai.utils.misc)
- make_dir() (in module parlai.core.build_data)
- make_parallel() (parlai.utils.torch.PipelineHelper method)
- many() (parlai.core.metrics.Metric class method)
- many_episode_mutation() (parlai.core.mutators.ManyEpisodeMutator method)
- ManyEpisodeMutator (class in parlai.core.mutators)
- mark_done() (in module parlai.core.build_data)
- mark_removed() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- match_batch() (parlai.core.torch_agent.TorchAgent method)
- max_time_in_pool (parlai.chat_service.utils.config.WorldConfig attribute)
- MemoryEfficientFP16Adam (class in parlai.utils.fp16)
- MemoryEfficientFP16Optimizer (class in parlai.utils.fp16)
- Message (class in parlai.core.message)
- message_mutation() (parlai.core.mutators.MessageMutator method)
- MessageMutator (class in parlai.core.mutators)
- MessageSender (class in parlai.chat_service.services.messenger.message_sender)
- MessageSocketHandler (class in parlai.chat_service.services.websocket.sockets)
- MessengerAgent (class in parlai.chat_service.services.messenger.agents)
- MessengerManager (class in parlai.chat_service.services.messenger.messenger_manager)
- Metadata (class in parlai.utils.conversations)
- Metric (class in parlai.core.metrics)
- MetricDisplayData (class in parlai.core.metrics)
- Metrics (class in parlai.core.metrics)
- modelzoo_path() (in module parlai.core.build_data)
-
module
- parlai.chat_service.core.agents
- parlai.chat_service.core.chat_service_manager
- parlai.chat_service.core.socket
- parlai.chat_service.core.world_runner
- parlai.chat_service.services.browser_chat.agents
- parlai.chat_service.services.browser_chat.browser_manager
- parlai.chat_service.services.messenger.agents
- parlai.chat_service.services.messenger.message_sender
- parlai.chat_service.services.messenger.messenger_manager
- parlai.chat_service.services.messenger.worlds
- parlai.chat_service.services.terminal_chat.agents
- parlai.chat_service.services.terminal_chat.terminal_manager
- parlai.chat_service.services.websocket.agents
- parlai.chat_service.services.websocket.sockets
- parlai.chat_service.services.websocket.websocket_manager
- parlai.chat_service.utils.config
- parlai.chat_service.utils.image
- parlai.chat_service.utils.logging
- parlai.chat_service.utils.misc
- parlai.chat_service.utils.server
- parlai.chat_service.utils.timeout
- parlai.core.agents
- parlai.core.build_data
- parlai.core.dict
- parlai.core.loader
- parlai.core.message
- parlai.core.metrics
- parlai.core.mutators
- parlai.core.opt
- parlai.core.params
- parlai.core.script
- parlai.core.teachers
- parlai.core.torch_agent
- parlai.core.torch_classifier_agent
- parlai.core.torch_generator_agent
- parlai.core.torch_image_agent
- parlai.core.torch_ranker_agent
- parlai.core.worlds
- parlai.utils.bpe
- parlai.utils.conversations
- parlai.utils.data
- parlai.utils.distributed
- parlai.utils.fp16
- parlai.utils.logging
- parlai.utils.misc
- parlai.utils.pickle
- parlai.utils.safety
- parlai.utils.strings
- parlai.utils.testing
- parlai.utils.torch
- parlai.utils.typing
- parlai.utils.world_logging
- msg_to_str() (in module parlai.utils.misc)
- MultiAgentDialogWorld (class in parlai.core.worlds)
- multiply_grads() (parlai.utils.fp16.MemoryEfficientFP16Optimizer method)
- MultiTaskTeacher (class in parlai.core.teachers)
- MultiWorld (class in parlai.core.worlds)
- Mutator (class in parlai.core.mutators)
- mute() (parlai.utils.logging.ParlaiLogger method)
N
- neginf() (in module parlai.utils.torch)
- next_device (parlai.utils.torch.PipelineWorkItem attribute)
- next_episode_idx() (parlai.core.teachers.ChunkTeacher method)
- next_example() (parlai.core.teachers.ChunkTeacher method)
- nice_report() (in module parlai.utils.misc)
- nltk_tokenize() (parlai.core.dict.DictionaryAgent method)
- normalize_answer() (in module parlai.core.metrics)
- normalize_reply() (in module parlai.utils.strings)
- NucleusSampling (class in parlai.core.torch_generator_agent)
- num_episodes() (parlai.core.teachers.AbstractImageTeacher method)
- (parlai.core.teachers.ChunkTeacher method)
- (parlai.core.teachers.DialogData method)
- (parlai.core.teachers.DialogTeacher method)
- (parlai.core.teachers.FixedDialogTeacher method)
- (parlai.core.teachers.MultiTaskTeacher method)
- (parlai.core.teachers.ParlAIDialogTeacher method)
- (parlai.core.teachers.StreamDialogData method)
- (parlai.core.teachers.Teacher method)
- (parlai.core.worlds.BackgroundDriverWorld method)
- (parlai.core.worlds.BatchWorld method)
- (parlai.core.worlds.DialogPartnerWorld method)
- (parlai.core.worlds.DynamicBatchWorld method)
- (parlai.core.worlds.MultiWorld method)
- (parlai.core.worlds.World method)
- num_examples() (parlai.core.teachers.AbstractImageTeacher method)
- (parlai.core.teachers.ChunkTeacher method)
- (parlai.core.teachers.DialogData method)
- (parlai.core.teachers.DialogTeacher method)
- (parlai.core.teachers.FixedDialogTeacher method)
- (parlai.core.teachers.MultiTaskTeacher method)
- (parlai.core.teachers.ParlAIDialogTeacher method)
- (parlai.core.teachers.StreamDialogData method)
- (parlai.core.teachers.Teacher method)
- (parlai.core.worlds.BackgroundDriverWorld method)
- (parlai.core.worlds.BatchWorld method)
- (parlai.core.worlds.DialogPartnerWorld method)
- (parlai.core.worlds.DynamicBatchWorld method)
- (parlai.core.worlds.MultiWorld method)
- (parlai.core.worlds.World method)
- num_workers() (in module parlai.utils.distributed)
O
- ObjectionableContentError
- observe() (parlai.chat_service.core.agents.ChatServiceAgent method)
- (parlai.chat_service.services.messenger.agents.MessengerAgent method)
- (parlai.chat_service.services.websocket.agents.WebsocketAgent method)
- (parlai.core.agents.Agent method)
- (parlai.core.teachers.FixedDialogTeacher method)
- (parlai.core.teachers.MultiTaskTeacher method)
- (parlai.core.torch_agent.TorchAgent method)
- observe_message() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- observe_payload() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- observe_typing_on() (parlai.chat_service.services.messenger.agents.MessengerAgent method)
- OffensiveLanguageClassifier (class in parlai.utils.safety)
- OffensiveStringMatcher (class in parlai.utils.safety)
- offload_state() (parlai.chat_service.utils.image.ImageInformation method)
- on_close() (parlai.chat_service.services.websocket.sockets.MessageSocketHandler method)
- on_message() (parlai.chat_service.services.websocket.sockets.MessageSocketHandler method)
- onboarding_name (parlai.chat_service.utils.config.WorldConfig attribute)
- OnboardWorld (class in parlai.chat_service.services.messenger.worlds)
- open() (parlai.chat_service.services.websocket.sockets.MessageSocketHandler method)
- Opt (class in parlai.core.opt)
- optim_opts() (parlai.core.torch_agent.TorchAgent class method)
- Output (class in parlai.core.torch_agent)
- override_print() (in module parlai.utils.distributed)
P
- padded_3d() (in module parlai.utils.torch)
- padded_tensor() (in module parlai.utils.torch)
- padding_example() (parlai.core.message.Message class method)
- params (parlai.utils.fp16.MemoryEfficientFP16Optimizer property)
- parlai.chat_service.core.agents
- parlai.chat_service.core.chat_service_manager
- parlai.chat_service.core.socket
- parlai.chat_service.core.world_runner
- parlai.chat_service.services.browser_chat.agents
- parlai.chat_service.services.browser_chat.browser_manager
- parlai.chat_service.services.messenger.agents
- parlai.chat_service.services.messenger.message_sender
- parlai.chat_service.services.messenger.messenger_manager
- parlai.chat_service.services.messenger.worlds
- parlai.chat_service.services.terminal_chat.agents
- parlai.chat_service.services.terminal_chat.terminal_manager
- parlai.chat_service.services.websocket.agents
- parlai.chat_service.services.websocket.sockets
- parlai.chat_service.services.websocket.websocket_manager
- parlai.chat_service.utils.config
- parlai.chat_service.utils.image
- parlai.chat_service.utils.logging
- parlai.chat_service.utils.misc
- parlai.chat_service.utils.server
- parlai.chat_service.utils.timeout
- parlai.core.agents
- parlai.core.build_data
- parlai.core.dict
- parlai.core.loader
- parlai.core.message
- parlai.core.metrics
- parlai.core.mutators
- parlai.core.opt
- parlai.core.params
- parlai.core.script
- parlai.core.teachers
- parlai.core.torch_agent
- parlai.core.torch_classifier_agent
- parlai.core.torch_generator_agent
- parlai.core.torch_image_agent
- parlai.core.torch_ranker_agent
- parlai.core.worlds
- parlai.utils.bpe
- parlai.utils.conversations
- parlai.utils.data
- parlai.utils.distributed
- parlai.utils.fp16
- parlai.utils.logging
- parlai.utils.misc
- parlai.utils.pickle
- parlai.utils.safety
- parlai.utils.strings
- parlai.utils.testing
- parlai.utils.torch
- parlai.utils.typing
- parlai.utils.world_logging
- ParlAIDialogTeacher (class in parlai.core.teachers)
- ParlaiLogger (class in parlai.utils.logging)
- ParlaiParser (class in parlai.core.params)
- ParlaiScript (class in parlai.core.script)
- parley() (parlai.chat_service.services.messenger.worlds.OnboardWorld method)
- (parlai.chat_service.services.messenger.worlds.SimpleMessengerOverworld method)
- (parlai.core.worlds.BackgroundDriverWorld method)
- (parlai.core.worlds.BatchWorld method)
- (parlai.core.worlds.DialogPartnerWorld method)
- (parlai.core.worlds.DynamicBatchWorld method)
- (parlai.core.worlds.MultiAgentDialogWorld method)
- (parlai.core.worlds.MultiWorld method)
- (parlai.core.worlds.World method)
- parley_init() (parlai.core.worlds.MultiWorld method)
- parse() (parlai.core.dict.DictionaryAgent method)
- parse_additional_args() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- parse_and_process_known_args() (parlai.core.params.ParlaiParser method)
- parse_args() (parlai.core.params.ParlaiParser method)
- parse_configuration_file() (in module parlai.chat_service.utils.config)
- parse_known_args() (parlai.core.params.ParlaiParser method)
- parse_kwargs() (parlai.core.params.ParlaiParser method)
- PersonalInfoDetector (class in parlai.chat_service.utils.misc)
- PipelineHelper (class in parlai.utils.torch)
- PipelineWorkItem (class in parlai.utils.torch)
- PPLMetric (class in parlai.core.torch_generator_agent)
- PrecisionMetric (class in parlai.core.torch_classifier_agent)
- print_announcements() (in module parlai.core.params)
- print_git_commit() (in module parlai.core.params)
- process_action() (parlai.core.teachers.FixedDialogTeacher method)
- put_data() (parlai.chat_service.core.agents.ChatServiceAgent method)
R
- rank_eval_label_candidates() (parlai.core.torch_generator_agent.TorchGeneratorAgent method)
- re_tokenize() (parlai.core.dict.DictionaryAgent static method)
- read() (parlai.utils.conversations.Metadata method)
- RecallMetric (class in parlai.core.torch_classifier_agent)
- receive_data() (parlai.core.teachers.ChunkTeacher method)
- record_local_metric() (parlai.core.torch_agent.TorchAgent method)
- record_per_token_metrics() (parlai.core.torch_generator_agent.TorchGeneratorAgent method)
- recursive_getattr() (in module parlai.utils.misc)
- register_agent() (in module parlai.core.loader)
- register_mutator() (in module parlai.core.mutators)
- register_script() (in module parlai.core.loader)
- register_teacher() (in module parlai.core.loader)
- remove_agent_from_pool() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- remove_dir() (in module parlai.core.build_data)
- remove_tail() (parlai.core.dict.DictionaryAgent method)
- reorder_decoder_incremental_state() (parlai.core.torch_generator_agent.TorchGeneratorModel method)
- reorder_encoder_states() (parlai.core.torch_generator_agent.TorchGeneratorModel method)
- report() (parlai.core.metrics.Metrics method)
- (parlai.core.teachers.MultiTaskTeacher method)
- (parlai.core.teachers.Teacher method)
- (parlai.core.torch_agent.TorchAgent method)
- (parlai.core.worlds.BatchWorld method)
- (parlai.core.worlds.DialogPartnerWorld method)
- (parlai.core.worlds.MultiAgentDialogWorld method)
- (parlai.core.worlds.MultiWorld method)
- report_recent() (parlai.core.metrics.Metrics method)
- ReportResult (class in parlai.chat_service.utils.misc)
- request_load() (parlai.core.teachers.DataLoader method)
- reset() (parlai.core.agents.Agent method)
- (parlai.core.teachers.AbstractImageTeacher method)
- (parlai.core.teachers.ChunkTeacher method)
- (parlai.core.teachers.DialogTeacher method)
- (parlai.core.teachers.FixedDialogTeacher method)
- (parlai.core.teachers.MultiTaskTeacher method)
- (parlai.core.teachers.StreamDialogData method)
- (parlai.core.teachers.Teacher method)
- (parlai.core.torch_agent.History method)
- (parlai.core.torch_agent.TorchAgent method)
- (parlai.core.worlds.BackgroundDriverWorld method)
- (parlai.core.worlds.BatchWorld method)
- (parlai.core.worlds.DynamicBatchWorld method)
- (parlai.core.worlds.MultiWorld method)
- (parlai.core.worlds.World method)
- (parlai.utils.misc.Timer method)
- reset_agents() (parlai.core.worlds.World method)
- reset_metrics() (parlai.core.agents.Agent method)
- (parlai.core.teachers.MultiTaskTeacher method)
- (parlai.core.teachers.Teacher method)
- (parlai.core.torch_agent.TorchAgent method)
- (parlai.core.torch_generator_agent.TorchGeneratorAgent method)
- (parlai.core.worlds.BackgroundDriverWorld method)
- (parlai.core.worlds.BatchWorld method)
- (parlai.core.worlds.DynamicBatchWorld method)
- (parlai.core.worlds.MultiWorld method)
- (parlai.core.worlds.World method)
- resize_to_max() (parlai.core.dict.DictionaryAgent method)
- respond() (parlai.core.agents.Agent method)
- restructure_message() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- resume() (parlai.utils.misc.Timer method)
- retry (class in parlai.utils.testing)
- RougeMetric (class in parlai.core.metrics)
- round_sigfigs() (in module parlai.utils.misc)
- run() (parlai.core.script.ParlaiScript method)
S
- SafeFP16Optimizer (class in parlai.utils.fp16)
- SafetyDetectionResult (class in parlai.chat_service.utils.misc)
- save() (parlai.core.agents.Agent method)
- save_conversations() (parlai.utils.conversations.Conversations class method)
- save_metadata() (parlai.utils.conversations.Metadata class method)
- save_nonprimary() (parlai.core.torch_agent.TorchAgent method)
- schedule_work_items() (parlai.utils.torch.PipelineHelper static method)
- score() (parlai.core.torch_classifier_agent.TorchClassifierAgent method)
- score_candidates() (parlai.core.torch_ranker_agent.TorchRankerAgent method)
- script_registration (class in parlai.core.loader)
- SearchBlocklist (class in parlai.core.torch_generator_agent)
- select_paths() (parlai.core.torch_generator_agent.BeamSearch method)
- (parlai.core.torch_generator_agent.DelayedBeamSearch method)
- (parlai.core.torch_generator_agent.DelayedNucleusBeamSearch method)
- (parlai.core.torch_generator_agent.GreedySearch method)
- (parlai.core.torch_generator_agent.NucleusSampling method)
- (parlai.core.torch_generator_agent.TopKSampling method)
- (parlai.core.torch_generator_agent.TreeSearch method)
- self_observe() (parlai.core.torch_agent.TorchAgent method)
- send_fb_message() (parlai.chat_service.services.messenger.message_sender.MessageSender method)
- send_fb_payload() (parlai.chat_service.services.messenger.message_sender.MessageSender method)
- send_read() (parlai.chat_service.core.chat_service_manager.ChatServiceManager.ChatServiceMessageSender method)
- set_active_agent() (parlai.chat_service.core.chat_service_manager.AgentState method)
- set_batch_context() (parlai.core.torch_generator_agent.TreeSearch method)
- set_context() (parlai.core.torch_generator_agent.TreeSearch method)
- set_fixed_candidates() (parlai.core.torch_ranker_agent.TorchRankerAgent method)
- set_interactive_mode() (parlai.core.torch_agent.TorchAgent method)
- set_namedtuple_defaults() (in module parlai.utils.misc)
- set_params() (parlai.core.params.ParlaiParser method)
- set_stored_data() (parlai.chat_service.core.agents.ChatServiceAgent method)
- set_tokenization_mode() (parlai.core.dict.DictionaryAgent method)
- set_vocab_candidates() (parlai.core.torch_ranker_agent.TorchRankerAgent method)
- setup_args() (parlai.core.script.ParlaiScript class method)
- setup_data() (parlai.core.teachers.ConversationTeacher method)
- setup_image_features() (parlai.core.teachers.AbstractImageTeacher method)
- setup_mutator_registry() (in module parlai.core.mutators)
- setup_script_registry() (in module parlai.core.script)
- setup_server() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- setup_socket() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- share() (parlai.core.agents.Agent method)
- (parlai.core.dict.DictionaryAgent method)
- (parlai.core.teachers.AbstractImageTeacher method)
- (parlai.core.teachers.ChunkTeacher method)
- (parlai.core.teachers.DialogData method)
- (parlai.core.teachers.DialogTeacher method)
- (parlai.core.teachers.FbDeprecatedDialogTeacher method)
- (parlai.core.teachers.FixedDialogTeacher method)
- (parlai.core.teachers.MultiTaskTeacher method)
- (parlai.core.teachers.ParlAIDialogTeacher method)
- (parlai.core.teachers.StreamDialogData method)
- (parlai.core.teachers.Teacher method)
- (parlai.core.torch_agent.TorchAgent method)
- (parlai.core.torch_classifier_agent.TorchClassifierAgent method)
- (parlai.core.torch_generator_agent.TorchGeneratorAgent method)
- (parlai.core.torch_ranker_agent.TorchRankerAgent method)
- (parlai.core.worlds.MultiWorld method)
- (parlai.core.worlds.World method)
- should_cycle() (parlai.utils.data.DatatypeHelper class method)
- should_shuffle() (parlai.utils.data.DatatypeHelper class method)
- should_sort() (parlai.utils.bpe.BPEHelper method)
- shutdown() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- (parlai.chat_service.core.world_runner.ChatServiceWorldRunner method)
- (parlai.chat_service.services.messenger.agents.MessengerAgent method)
- (parlai.chat_service.services.messenger.worlds.OnboardWorld method)
- (parlai.chat_service.services.websocket.websocket_manager.WebsocketManager method)
- (parlai.core.agents.Agent method)
- (parlai.core.dict.DictionaryAgent method)
- (parlai.core.teachers.ChunkTeacher method)
- (parlai.core.teachers.MultiTaskTeacher method)
- (parlai.core.worlds.BackgroundDriverWorld method)
- (parlai.core.worlds.BatchWorld method)
- (parlai.core.worlds.DialogPartnerWorld method)
- (parlai.core.worlds.DynamicBatchWorld method)
- (parlai.core.worlds.MultiAgentDialogWorld method)
- (parlai.core.worlds.World method)
- SimpleCounter (class in parlai.utils.misc)
- SimpleMessengerOverworld (class in parlai.chat_service.services.messenger.worlds)
- skipIfCircleCI() (in module parlai.utils.testing)
- skipIfGPU() (in module parlai.utils.testing)
- skipUnlessBPE() (in module parlai.utils.testing)
- skipUnlessClearML() (in module parlai.utils.testing)
- skipUnlessFairseq() (in module parlai.utils.testing)
- skipUnlessGPU() (in module parlai.utils.testing)
- skipUnlessMephisto() (in module parlai.utils.testing)
- skipUnlessTorch() (in module parlai.utils.testing)
- skipUnlessVision() (in module parlai.utils.testing)
- slow_bytelevel_bpe_tokenize() (parlai.core.dict.DictionaryAgent method)
- SlowBytelevelBPE (class in parlai.utils.bpe)
- slurm_distributed_context() (in module parlai.utils.distributed)
- sort() (parlai.core.dict.DictionaryAgent method)
- space_tokenize() (parlai.core.dict.DictionaryAgent static method)
- span_tokenize() (parlai.core.dict.DictionaryAgent method)
- split() (parlai.utils.torch.PipelineHelper static method)
- split_data_by_fold() (parlai.utils.data.DatatypeHelper class method)
- split_subset_data_by_fold() (parlai.utils.data.DatatypeHelper class method)
- split_tokenize() (parlai.core.dict.DictionaryAgent static method)
- start_new_run() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- start_task() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- state_dict() (parlai.core.torch_agent.TorchAgent method)
- step() (parlai.utils.fp16.Adafactor method)
- stop() (parlai.utils.misc.Timer method)
- str2bool() (in module parlai.core.params)
- str2class() (in module parlai.core.params)
- str2floats() (in module parlai.core.params)
- str2none() (in module parlai.core.params)
- str_to_msg() (in module parlai.utils.misc)
- StreamDialogData (class in parlai.core.teachers)
- strip_stream() (parlai.utils.data.DatatypeHelper class method)
- submit_load_request() (parlai.core.teachers.FixedDialogTeacher method)
- SubwordBPEHelper (class in parlai.utils.bpe)
- SumMetric (class in parlai.core.metrics)
- superscript_main() (in module parlai.core.script)
- sync_object() (in module parlai.utils.distributed)
- sync_parameters() (in module parlai.utils.distributed)
- sync_with_dict() (parlai.utils.bpe.BPEHelper method)
T
- task_name (parlai.chat_service.utils.config.WorldConfig attribute)
- TaskState (class in parlai.chat_service.utils.misc)
- Teacher (class in parlai.core.teachers)
- TeacherMetrics (class in parlai.core.metrics)
- tempdir() (in module parlai.utils.testing)
- TerminalAgent (class in parlai.chat_service.services.terminal_chat.agents)
- TerminalManager (class in parlai.chat_service.services.terminal_chat.terminal_manager)
- text_key (parlai.core.teachers.AbstractImageTeacher property)
- time() (parlai.utils.misc.TimeLogger method)
- TimeLogger (class in parlai.utils.misc)
- timeout() (in module parlai.utils.testing)
- TimeoutUtils (class in parlai.chat_service.utils.timeout)
- Timer (class in parlai.utils.misc)
- TimerMetric (class in parlai.core.metrics)
- title (parlai.core.metrics.MetricDisplayData attribute)
- to() (parlai.core.torch_agent.Batch method)
- TokenizationMode (class in parlai.core.dict)
- tokenize() (parlai.core.dict.DictionaryAgent method)
- TopKSampling (class in parlai.core.torch_generator_agent)
- TorchAgent (class in parlai.core.torch_agent)
- TorchClassifierAgent (class in parlai.core.torch_classifier_agent)
- TorchGeneratorAgent (class in parlai.core.torch_generator_agent)
- TorchGeneratorModel (class in parlai.core.torch_generator_agent)
- TorchImageAgent (class in parlai.core.torch_image_agent)
- TorchRankerAgent (class in parlai.core.torch_ranker_agent)
- total_parameters() (in module parlai.utils.torch)
- total_time() (parlai.utils.misc.TimeLogger method)
- train_model() (in module parlai.utils.testing)
- train_step() (parlai.core.torch_agent.TorchAgent method)
- trainable_parameters() (in module parlai.utils.torch)
- TreeSearch (class in parlai.core.torch_generator_agent)
- TScalar (in module parlai.utils.typing)
- Turn (class in parlai.utils.conversations)
- txt2vec() (parlai.core.dict.DictionaryAgent method)
- typing_on() (parlai.chat_service.core.chat_service_manager.ChatServiceManager.ChatServiceMessageSender method)
U
- unescape() (in module parlai.core.dict)
- ungzip() (in module parlai.core.build_data)
- unmute() (parlai.utils.logging.ParlaiLogger method)
- Unpickler (class in parlai.utils.pickle)
- untar() (in module parlai.core.build_data)
- update_counters() (parlai.core.worlds.DialogPartnerWorld method)
- update_history() (parlai.core.torch_agent.History method)
- update_p() (parlai.core.torch_generator_agent.FactualNucleusSampling method)
- update_params() (parlai.core.torch_agent.TorchAgent method)
- update_raw() (parlai.core.torch_classifier_agent.AUCMetrics method)
- update_scale() (parlai.utils.fp16.DynamicLossScaler method)
- upgrade_opt() (parlai.core.agents.Agent class method)
- upload_attachment() (parlai.chat_service.core.chat_service_manager.ChatServiceManager method)
- upload_fb_attachment() (parlai.chat_service.services.messenger.message_sender.MessageSender method)
- UploadImageResult (class in parlai.chat_service.utils.misc)
- uppercase() (in module parlai.utils.strings)
V
- validate() (in module parlai.core.worlds)
- value() (parlai.core.metrics.AverageMetric method)
- (parlai.core.metrics.FairseqBleuMetric method)
- (parlai.core.metrics.FixedMetric method)
- (parlai.core.metrics.InterDistinctMetric method)
- (parlai.core.metrics.MacroAverageMetric method)
- (parlai.core.metrics.Metric method)
- (parlai.core.metrics.SumMetric method)
- (parlai.core.metrics.TimerMetric method)
- (parlai.core.torch_classifier_agent.AUCMetrics method)
- (parlai.core.torch_classifier_agent.ClassificationF1Metric method)
- (parlai.core.torch_classifier_agent.PrecisionMetric method)
- (parlai.core.torch_classifier_agent.RecallMetric method)
- (parlai.core.torch_classifier_agent.WeightedF1Metric method)
- (parlai.core.torch_generator_agent.PPLMetric method)