tests/test_average_checkpoints.py::TestAverageCheckpoints::test_average_checkpoints
tests/test_average_checkpoints.py::TestAverageCheckpoints::test_average_checkpoints_with_shared_parameters
tests/test_backtranslation_dataset.py::TestBacktranslationDataset::test_backtranslation_dataset_no_eos_in_input_src
tests/test_backtranslation_dataset.py::TestBacktranslationDataset::test_backtranslation_dataset_no_eos_in_output_src
tests/test_backtranslation_dataset.py::TestBacktranslationDataset::test_backtranslation_dataset_with_eos_in_output_src
tests/test_binaries.py::TestTranslation::test_alignment
tests/test_binaries.py::TestTranslation::test_cmlm_transformer
tests/test_binaries.py::TestTranslation::test_dynamicconv
tests/test_binaries.py::TestTranslation::test_eval_bleu
tests/test_binaries.py::TestTranslation::test_fconv
tests/test_binaries.py::TestTranslation::test_fp16
tests/test_binaries.py::TestTranslation::test_generation
tests/test_binaries.py::TestTranslation::test_insertion_transformer
tests/test_binaries.py::TestTranslation::test_iterative_nonautoregressive_transformer
tests/test_binaries.py::TestTranslation::test_levenshtein_transformer
tests/test_binaries.py::TestTranslation::test_lightconv
tests/test_binaries.py::TestTranslation::test_lstm
tests/test_binaries.py::TestTranslation::test_lstm_bidirectional
tests/test_binaries.py::TestTranslation::test_max_positions
tests/test_binaries.py::TestTranslation::test_memory_efficient_fp16
tests/test_binaries.py::TestTranslation::test_mixture_of_experts
tests/test_binaries.py::TestTranslation::test_multilingual_transformer
tests/test_binaries.py::TestTranslation::test_nonautoregressive_transformer
tests/test_binaries.py::TestTranslation::test_raw
tests/test_binaries.py::TestTranslation::test_transformer
tests/test_binaries.py::TestTranslation::test_transformer_cross_self_attention
tests/test_binaries.py::TestTranslation::test_update_freq
tests/test_binaries.py::TestStories::test_fconv_self_att_wp
tests/test_binaries.py::TestLanguageModeling::test_fconv_lm
tests/test_binaries.py::TestLanguageModeling::test_lightconv_lm
tests/test_binaries.py::TestLanguageModeling::test_transformer_lm
tests/test_binaries.py::TestMaskedLanguageModel::test_legacy_masked_lm
tests/test_binaries.py::TestMaskedLanguageModel::test_pretrained_masked_lm_for_translation_encoder_only
tests/test_binaries.py::TestMaskedLanguageModel::test_pretrained_masked_lm_for_translation_learned_pos_emb
tests/test_binaries.py::TestMaskedLanguageModel::test_pretrained_masked_lm_for_translation_sinusoidal_pos_emb
tests/test_binaries.py::TestCommonOptions::test_optimizers
tests/test_bmuf.py::TestBMUF::test_bmuf_sync
tests/test_bmuf.py::TestBMUF::test_warmup_sync
tests/test_bmuf.py::TestBMUF::test_warmup_sync_bmuf_sync
tests/test_character_token_embedder.py::TestCharacterTokenEmbedder::test_character_token_embedder
tests/test_concat_dataset.py::TestConcatDataset::test_concat_dataset_basics
tests/test_convtbc.py::TestConvTBC::test_convtbc
tests/test_dictionary.py::TestDictionary::test_finalize
tests/test_file_io.py::TestFileIO::test_file_io
tests/test_file_io.py::TestFileIO::test_file_io_oss
tests/test_iterators.py::TestIterators::test_counting_iterator
tests/test_label_smoothing.py::TestLabelSmoothing::test_nll_loss
tests/test_label_smoothing.py::TestLabelSmoothing::test_padding
tests/test_label_smoothing.py::TestLabelSmoothing::test_reduction
tests/test_label_smoothing.py::TestLabelSmoothing::test_zero_eps
tests/test_memory_efficient_fp16.py::TestMemoryEfficientFP16::test_load_state_dict
tests/test_multi_corpus_sampled_dataset.py::TestMultiCorpusSampledDataset::test_multi_corpus_sampled_dataset_uniform_sample
tests/test_multi_corpus_sampled_dataset.py::TestMultiCorpusSampledDataset::test_multi_corpus_sampled_dataset_weighted_sample
tests/test_multihead_attention.py::TestMultiheadAttention::test_append_prev_key_padding_mask
tests/test_noising.py::TestDataNoising::test_noising_dataset_with_eos
tests/test_noising.py::TestDataNoising::test_noising_dataset_without_eos
tests/test_noising.py::TestDataNoising::test_word_blank_with_eos
tests/test_noising.py::TestDataNoising::test_word_blank_without_eos
tests/test_noising.py::TestDataNoising::test_word_dropout_with_eos
tests/test_noising.py::TestDataNoising::test_word_dropout_without_eos
tests/test_noising.py::TestDataNoising::test_word_shuffle_with_eos
tests/test_noising.py::TestDataNoising::test_word_shuffle_with_eos_nonbpe
tests/test_noising.py::TestDataNoising::test_word_shuffle_without_eos
tests/test_noising.py::TestDataNoising::test_word_shuffle_without_eos_with_bpe_end_marker
tests/test_reproducibility.py::TestReproducibility::test_reproducibility
tests/test_reproducibility.py::TestReproducibility::test_reproducibility_fp16
tests/test_reproducibility.py::TestReproducibility::test_reproducibility_memory_efficient_fp16
tests/test_resampling_dataset.py::TestResamplingDataset::test_resampling_dataset_batch_by_size_false
tests/test_resampling_dataset.py::TestResamplingDataset::test_resampling_dataset_batch_by_size_true
tests/test_sequence_generator.py::TestSequenceGenerator::test_maxlen
tests/test_sequence_generator.py::TestSequenceGenerator::test_with_lenpen_favoring_long_hypos
tests/test_sequence_generator.py::TestSequenceGenerator::test_with_lenpen_favoring_short_hypos
tests/test_sequence_generator.py::TestSequenceGenerator::test_with_normalization
tests/test_sequence_generator.py::TestSequenceGenerator::test_without_normalization
tests/test_sequence_generator.py::TestDiverseBeamSearch::test_diverse_beam_search
tests/test_sequence_generator.py::TestDiverseSiblingsSearch::test_diverse_beam_search
tests/test_sequence_generator.py::TestTopPSamplingSearch::test_topp_sampling_search_high_prob
tests/test_sequence_generator.py::TestTopPSamplingSearch::test_topp_sampling_search_low_prob
tests/test_sequence_scorer.py::TestSequenceScorer::test_sequence_scorer
tests/test_sparse_multihead_attention.py::TestSparseMultiheadAttention::test_sparse_multihead_attention
tests/test_token_block_dataset.py::TestTokenBlockDataset::test_block_break_mode
tests/test_token_block_dataset.py::TestTokenBlockDataset::test_complete_break_mode
tests/test_token_block_dataset.py::TestTokenBlockDataset::test_eos_break_mode
tests/test_train.py::TestLoadCheckpoint::test_load_full_checkpoint
tests/test_train.py::TestLoadCheckpoint::test_load_no_checkpoint
tests/test_train.py::TestLoadCheckpoint::test_load_partial_checkpoint
tests/test_utils.py::TestUtils::test_convert_padding_direction
tests/test_utils.py::TestUtils::test_make_positions
tests/speech_recognition/test_collaters.py::TestSeq2SeqCollator::test_collate
tests/speech_recognition/test_cross_entropy.py::CrossEntropyWithAccCriterionTest::test_cross_entropy_all_correct
tests/speech_recognition/test_cross_entropy.py::CrossEntropyWithAccCriterionTest::test_cross_entropy_all_wrong
tests/speech_recognition/test_vggtransformer.py::TestFairseqEncoderDecoderModelBase::test_forward
tests/speech_recognition/test_vggtransformer.py::TestFairseqEncoderDecoderModelBase::test_get_normalized_probs
tests/speech_recognition/test_vggtransformer.py::TestFairseqEncoderBase::test_forward
tests/speech_recognition/test_vggtransformer.py::TestFairseqDecoderBase::test_forward
tests/speech_recognition/test_vggtransformer.py::VGGTransformerModelTest_mid::test_forward
tests/speech_recognition/test_vggtransformer.py::VGGTransformerModelTest_mid::test_get_normalized_probs
tests/speech_recognition/test_vggtransformer.py::VGGTransformerModelTest_big::test_forward
tests/speech_recognition/test_vggtransformer.py::VGGTransformerModelTest_big::test_get_normalized_probs
tests/speech_recognition/test_vggtransformer.py::VGGTransformerModelTest_base::test_forward
tests/speech_recognition/test_vggtransformer.py::VGGTransformerModelTest_base::test_get_normalized_probs
tests/speech_recognition/test_vggtransformer.py::VGGTransformerEncoderTest::test_forward
tests/speech_recognition/test_vggtransformer.py::TransformerDecoderTest::test_forward

no tests ran in 0.69s
