-
-
Save goldsborough/d1677e97da6a168e1dc436422d49d710 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| test_RNGState (test_torch.TestTorch) ... ok | |
| test_RNGStateAliasing (test_torch.TestTorch) ... ok | |
| test_Size (test_torch.TestTorch) ... ok | |
| test_abs (test_torch.TestTorch) ... ok | |
| test_accreal_type (test_torch.TestTorch) ... ok | |
| test_acos (test_torch.TestTorch) ... ok | |
| test_add (test_torch.TestTorch) ... ok | |
| test_addbmm (test_torch.TestTorch) ... ok | |
| test_addmm (test_torch.TestTorch) ... ok | |
| test_addmv (test_torch.TestTorch) ... ok | |
| test_addr (test_torch.TestTorch) ... ok | |
| test_advancedindex (test_torch.TestTorch) ... ok | |
| test_advancedindex_big (test_torch.TestTorch) ... ok | |
| test_all_any (test_torch.TestTorch) ... ok | |
| test_all_any_empty (test_torch.TestTorch) ... ok | |
| test_all_any_empty_cuda (test_torch.TestTorch) ... skipped 'no CUDA' | |
| test_apply (test_torch.TestTorch) ... ok | |
| test_arange (test_torch.TestTorch) ... ok | |
| test_asin (test_torch.TestTorch) ... ok | |
| test_assertEqual (test_torch.TestTorch) ... ok | |
| test_atan (test_torch.TestTorch) ... ok | |
| test_baddbmm (test_torch.TestTorch) ... ok | |
| test_bartlett_window (test_torch.TestTorch) ... ok | |
| test_bernoulli (test_torch.TestTorch) ... ok | |
| test_big_transpose (test_torch.TestTorch) ... ok | |
| test_bitwise_ops (test_torch.TestTorch) ... ok | |
| test_bmm (test_torch.TestTorch) ... ok | |
| test_boxMullerState (test_torch.TestTorch) ... ok | |
| test_broadcast (test_torch.TestTorch) ... ok | |
| test_broadcast_batched_matmul (test_torch.TestTorch) ... ok | |
| test_broadcast_fused_matmul (test_torch.TestTorch) ... ok | |
| test_btrifact (test_torch.TestTorch) ... ok | |
| test_btrisolve (test_torch.TestTorch) ... ok | |
| test_cat (test_torch.TestTorch) ... ok | |
| test_cat_bad_input_sizes (test_torch.TestTorch) ... ok | |
| test_cat_neg_dim (test_torch.TestTorch) ... ok | |
| test_cat_scalars (test_torch.TestTorch) ... ok | |
| test_cdiv (test_torch.TestTorch) ... ok | |
| test_ceil (test_torch.TestTorch) ... ok | |
| test_cfmod (test_torch.TestTorch) ... ok | |
| test_cholesky (test_torch.TestTorch) ... ok | |
| test_chunk (test_torch.TestTorch) ... ok | |
| test_chunk_neg_dim (test_torch.TestTorch) ... ok | |
| test_clamp (test_torch.TestTorch) ... ok | |
| test_cmul (test_torch.TestTorch) ... ok | |
| test_comparison_ops (test_torch.TestTorch) ... ok | |
| test_constructor_dtypes (test_torch.TestTorch) ... ok | |
| test_contiguous (test_torch.TestTorch) ... ok | |
| test_conv2 (test_torch.TestTorch) ... skipped 'Not implemented yet' | |
| test_conv3 (test_torch.TestTorch) ... skipped 'Not implemented yet' | |
| test_conv3_conv2_eq_valid (test_torch.TestTorch) ... skipped 'Not implemented yet' | |
| test_copy (test_torch.TestTorch) ... ok | |
| test_copy_broadcast (test_torch.TestTorch) ... ok | |
| test_cos (test_torch.TestTorch) ... ok | |
| test_cosh (test_torch.TestTorch) ... ok | |
| test_cpow (test_torch.TestTorch) ... ok | |
| test_cremainder (test_torch.TestTorch) ... ok | |
| test_cross (test_torch.TestTorch) ... ok | |
| test_csub (test_torch.TestTorch) ... ok | |
| test_ctor_with_numpy_array (test_torch.TestTorch) ... ok | |
| test_cumprod (test_torch.TestTorch) ... ok | |
| test_cumprod_neg_dim (test_torch.TestTorch) ... ok | |
| test_cumsum (test_torch.TestTorch) ... ok | |
| test_cumsum_neg_dim (test_torch.TestTorch) ... ok | |
| test_deepcopy (test_torch.TestTorch) ... ok | |
| test_deepcopy_scalar (test_torch.TestTorch) ... ok | |
| test_det (test_torch.TestTorch) ... ok | |
| test_diag (test_torch.TestTorch) ... ok | |
| test_diagflat (test_torch.TestTorch) ... ok | |
| test_diagonal (test_torch.TestTorch) ... ok | |
| test_digamma (test_torch.TestTorch) ... ok | |
| test_dim_reduction (test_torch.TestTorch) ... ok | |
| test_div (test_torch.TestTorch) ... ok | |
| test_dlpack_conversion (test_torch.TestTorch) ... ok | |
| test_dlpack_cuda (test_torch.TestTorch) ... skipped 'No CUDA' | |
| test_dot (test_torch.TestTorch) ... ok | |
| test_dtype_out_match (test_torch.TestTorch) ... ok | |
| test_dtypes (test_torch.TestTorch) ... ok | |
| test_eig (test_torch.TestTorch) ... ok | |
| test_element_size (test_torch.TestTorch) ... ok | |
| test_empty_full (test_torch.TestTorch) ... ok | |
| test_empty_like (test_torch.TestTorch) ... ok | |
| test_equal (test_torch.TestTorch) ... ok | |
| test_erf (test_torch.TestTorch) ... ok | |
| test_erfinv (test_torch.TestTorch) ... ok | |
| test_error_msg_type_translation (test_torch.TestTorch) ... ok | |
| test_exp (test_torch.TestTorch) ... ok | |
| test_expand (test_torch.TestTorch) ... ok | |
| test_expm1 (test_torch.TestTorch) ... ok | |
| test_eye (test_torch.TestTorch) ... ok | |
| test_fconv3_fconv2_eq (test_torch.TestTorch) ... skipped 'Not implemented yet' | |
| test_floor (test_torch.TestTorch) ... ok | |
| test_fmod (test_torch.TestTorch) ... ok | |
| test_frac (test_torch.TestTorch) ... ok | |
| test_from_buffer (test_torch.TestTorch) ... ok | |
| test_from_file (test_torch.TestTorch) ... ok | |
| test_from_numpy (test_torch.TestTorch) ... ok | |
| test_gather (test_torch.TestTorch) ... ok | |
| test_gather_neg_dim (test_torch.TestTorch) ... ok | |
| test_gels (test_torch.TestTorch) ... ok | |
| test_ger (test_torch.TestTorch) ... ok | |
| test_gesv (test_torch.TestTorch) ... ok | |
| test_half_tensor (test_torch.TestTorch) ... ok | |
| test_half_tensor_cuda (test_torch.TestTorch) ... skipped 'no CUDA' | |
| test_hamming_window (test_torch.TestTorch) ... ok | |
| test_hann_window (test_torch.TestTorch) ... ok | |
| test_has_storage (test_torch.TestTorch) ... ok | |
| test_has_storage_numpy (test_torch.TestTorch) ... ok | |
| test_histc (test_torch.TestTorch) ... ok | |
| test_index (test_torch.TestTorch) ... ok | |
| test_index_add (test_torch.TestTorch) ... ok | |
| test_index_add_neg_dim (test_torch.TestTorch) ... ok | |
| test_index_copy (test_torch.TestTorch) ... ok | |
| test_index_copy_neg_dim (test_torch.TestTorch) ... ok | |
| test_index_fill_neg_dim (test_torch.TestTorch) ... ok | |
| test_index_select (test_torch.TestTorch) ... ok | |
| test_index_select_neg_dim (test_torch.TestTorch) ... ok | |
| test_inplace_division (test_torch.TestTorch) ... ok | |
| test_int_pow (test_torch.TestTorch) ... ok | |
| test_inverse (test_torch.TestTorch) ... ok | |
| test_invert (test_torch.TestTorch) ... ok | |
| test_is_same_size (test_torch.TestTorch) ... ok | |
| test_is_set_to (test_torch.TestTorch) ... ok | |
| test_is_signed (test_torch.TestTorch) ... ok | |
| test_is_signed_cuda (test_torch.TestTorch) ... skipped 'no CUDA' | |
| test_isnan (test_torch.TestTorch) ... ok | |
| test_iter (test_torch.TestTorch) ... ok | |
| test_kthvalue (test_torch.TestTorch) ... ok | |
| test_kthvalue_neg_dim (test_torch.TestTorch) ... ok | |
| test_lerp (test_torch.TestTorch) ... ok | |
| test_lgamma (test_torch.TestTorch) ... ok | |
| test_linear_algebra_scalar_raises (test_torch.TestTorch) ... ok | |
| test_linspace (test_torch.TestTorch) ... ok | |
| test_log (test_torch.TestTorch) ... ok | |
| test_logical (test_torch.TestTorch) ... ok | |
| test_logspace (test_torch.TestTorch) ... ok | |
| test_manual_seed (test_torch.TestTorch) ... ok | |
| test_map (test_torch.TestTorch) ... ok | |
| test_map2 (test_torch.TestTorch) ... ok | |
| test_masked_fill (test_torch.TestTorch) ... ok | |
| test_masked_scatter (test_torch.TestTorch) ... ok | |
| test_masked_select (test_torch.TestTorch) ... ok | |
| test_max (test_torch.TestTorch) ... ok | |
| test_max_elementwise (test_torch.TestTorch) ... ok | |
| test_max_neg_dim (test_torch.TestTorch) ... ok | |
| test_mean_neg_dim (test_torch.TestTorch) ... ok | |
| test_median (test_torch.TestTorch) ... ok | |
| test_median_neg_dim (test_torch.TestTorch) ... ok | |
| test_min (test_torch.TestTorch) ... ok | |
| test_min_elementwise (test_torch.TestTorch) ... ok | |
| test_min_neg_dim (test_torch.TestTorch) ... ok | |
| test_mm (test_torch.TestTorch) ... ok | |
| test_mode (test_torch.TestTorch) ... ok | |
| test_mode_neg_dim (test_torch.TestTorch) ... ok | |
| test_mul (test_torch.TestTorch) ... ok | |
| test_multinomial (test_torch.TestTorch) ... ok | |
| test_mv (test_torch.TestTorch) ... ok | |
| test_narrow_neg_dim (test_torch.TestTorch) ... ok | |
| test_neg (test_torch.TestTorch) ... ok | |
| test_new (test_torch.TestTorch) ... ok | |
| test_new_tensor (test_torch.TestTorch) ... FAIL | |
| test_newaxis_numpy_comparison (test_torch.TestTorch) ... ok | |
| test_newindex (test_torch.TestTorch) ... ok | |
| test_nonzero (test_torch.TestTorch) ... ok | |
| test_norm_fastpaths (test_torch.TestTorch) ... ok | |
| test_norm_neg_dim (test_torch.TestTorch) ... ok | |
| test_normal (test_torch.TestTorch) ... ok | |
| test_numel (test_torch.TestTorch) ... ok | |
| test_numpy_array_interface (test_torch.TestTorch) ... ok | |
| test_numpy_index (test_torch.TestTorch) ... ok | |
| test_numpy_unresizable (test_torch.TestTorch) ... ok | |
| test_offset_scalar_cast (test_torch.TestTorch) ... ok | |
| test_ones (test_torch.TestTorch) ... ok | |
| test_ones_like (test_torch.TestTorch) ... ok | |
| test_ones_like_cuda (test_torch.TestTorch) ... skipped 'no CUDA' | |
| test_ones_like_multiple_device (test_torch.TestTorch) ... skipped 'only one GPU detected' | |
| test_ormqr (test_torch.TestTorch) ... ok | |
| test_permute (test_torch.TestTorch) ... ok | |
| test_pickle (test_torch.TestTorch) ... ok | |
| test_pin_memory (test_torch.TestTorch) ... skipped 'no CUDA' | |
| test_polygamma (test_torch.TestTorch) ... ok | |
| test_potrs (test_torch.TestTorch) ... ok | |
| test_pow (test_torch.TestTorch) ... ok | |
| test_print (test_torch.TestTorch) ... ok | |
| test_prod (test_torch.TestTorch) ... ok | |
| test_prod_neg_dim (test_torch.TestTorch) ... ok | |
| test_pstrf (test_torch.TestTorch) ... ok | |
| test_put_ (test_torch.TestTorch) ... ok | |
| test_put_accumulate (test_torch.TestTorch) ... ok | |
| test_qr (test_torch.TestTorch) ... ok | |
| test_rand (test_torch.TestTorch) ... ok | |
| test_randn (test_torch.TestTorch) ... ok | |
| test_random (test_torch.TestTorch) ... ok | |
| test_randperm (test_torch.TestTorch) ... ok | |
| test_range (test_torch.TestTorch) ... ok | |
| test_reciprocal (test_torch.TestTorch) ... ok | |
| test_remainder (test_torch.TestTorch) ... ok | |
| test_renorm (test_torch.TestTorch) ... ok | |
| test_renorm_neg_dim (test_torch.TestTorch) ... ok | |
| test_repeat (test_torch.TestTorch) ... ok | |
| test_repeat_tile (test_torch.TestTorch) ... ok | |
| test_reshape (test_torch.TestTorch) ... ERROR | |
| test_round (test_torch.TestTorch) ... ok | |
| test_rpow (test_torch.TestTorch) ... ok | |
| test_rsqrt (test_torch.TestTorch) ... ok | |
| test_scalars_as_floats (test_torch.TestTorch) | |
| zero-dim variables that don't require grad should bind to scalar arguments ... ok | |
| test_scatter (test_torch.TestTorch) ... ok | |
| test_scatterAdd (test_torch.TestTorch) ... ok | |
| test_scatterFill (test_torch.TestTorch) ... ok | |
| test_scatter_neg_dim (test_torch.TestTorch) ... ok | |
| test_select_neg_dim (test_torch.TestTorch) ... ok | |
| test_serialization (test_torch.TestTorch) ... ok | |
| test_serialization_backwards_compat (test_torch.TestTorch) ... ok | |
| test_serialization_container (test_torch.TestTorch) ... ok | |
| test_serialization_container_filelike (test_torch.TestTorch) ... ok | |
| test_serialization_cuda (test_torch.TestTorch) ... skipped 'no CUDA' | |
| test_serialization_cuda_filelike (test_torch.TestTorch) ... skipped 'no CUDA' | |
| test_serialization_filelike (test_torch.TestTorch) ... ok | |
| test_serialization_filelike_api_requirements (test_torch.TestTorch) ... ok | |
| test_serialization_filelike_missing_attrs (test_torch.TestTorch) ... ok | |
| test_serialization_filelike_stress (test_torch.TestTorch) ... ok | |
| test_serialization_filelike_uses_readinto (test_torch.TestTorch) ... ok | |
| test_serialization_map_location (test_torch.TestTorch) ... ok | |
| test_serialization_offset (test_torch.TestTorch) ... ok | |
| test_serialization_offset_filelike (test_torch.TestTorch) ... ok | |
| test_set_flush_denormal (test_torch.TestTorch) ... skipped 'flush_denormal not supported' | |
| test_sigmoid (test_torch.TestTorch) ... ok | |
| test_simple_scalar_cast (test_torch.TestTorch) ... ok | |
| test_sin (test_torch.TestTorch) ... ok | |
| test_sinh (test_torch.TestTorch) ... ok | |
| test_size_neg_dim (test_torch.TestTorch) ... ok | |
| test_sizeof (test_torch.TestTorch) ... ok | |
| test_slice (test_torch.TestTorch) ... ok | |
| test_sort (test_torch.TestTorch) ... ok | |
| test_sort_neg_dim (test_torch.TestTorch) ... ok | |
| test_split (test_torch.TestTorch) ... ok | |
| test_split_neg_dim (test_torch.TestTorch) ... ok | |
| test_sqrt (test_torch.TestTorch) ... ok | |
| test_squeeze_neg_dim (test_torch.TestTorch) ... ok | |
| test_stack (test_torch.TestTorch) ... ok | |
| test_stack_out (test_torch.TestTorch) ... ok | |
| test_std_neg_dim (test_torch.TestTorch) ... ok | |
| test_stft (test_torch.TestTorch) ... ok | |
| test_storage (test_torch.TestTorch) ... ok | |
| test_storageview (test_torch.TestTorch) ... ok | |
| test_sum (test_torch.TestTorch) ... ok | |
| test_sum_neg_dim (test_torch.TestTorch) ... ok | |
| test_svd (test_torch.TestTorch) ... ok | |
| test_symeig (test_torch.TestTorch) ... ok | |
| test_take (test_torch.TestTorch) ... ok | |
| test_tan (test_torch.TestTorch) ... ok | |
| test_tanh (test_torch.TestTorch) ... ok | |
| test_tensor_factory (test_torch.TestTorch) ... FAIL | |
| test_tensor_set (test_torch.TestTorch) ... ok | |
| test_toNumpy (test_torch.TestTorch) ... ok | |
| test_tolist (test_torch.TestTorch) ... ok | |
| test_topk (test_torch.TestTorch) ... ok | |
| test_topk_arguments (test_torch.TestTorch) ... ok | |
| test_topk_neg_dim (test_torch.TestTorch) ... ok | |
| test_transpose_neg_dim (test_torch.TestTorch) ... ok | |
| test_tril (test_torch.TestTorch) ... ok | |
| test_triu (test_torch.TestTorch) ... ok | |
| test_trtrs (test_torch.TestTorch) ... ok | |
| test_trunc (test_torch.TestTorch) ... ok | |
| test_unbiased (test_torch.TestTorch) ... ok | |
| test_unbind (test_torch.TestTorch) ... ok | |
| test_unbind_neg_dim (test_torch.TestTorch) ... ok | |
| test_unfold_neg_dim (test_torch.TestTorch) ... ok | |
| test_unique_cpu (test_torch.TestTorch) ... ok | |
| test_unique_cuda (test_torch.TestTorch) ... skipped 'no CUDA' | |
| test_unsqueeze (test_torch.TestTorch) ... ok | |
| test_unsqueeze_neg_dim (test_torch.TestTorch) ... ok | |
| test_var_neg_dim (test_torch.TestTorch) ... ok | |
| test_var_stability (test_torch.TestTorch) ... ok | |
| test_view (test_torch.TestTorch) ... ok | |
| test_xcorr3_xcorr2_eq (test_torch.TestTorch) ... skipped 'Not implemented yet' | |
| test_xcorr3_xcorr2_eq_full (test_torch.TestTorch) ... skipped 'Not implemented yet' | |
| test_zeros (test_torch.TestTorch) ... ok | |
| test_zeros_like (test_torch.TestTorch) ... ok | |
| test_zeros_like_cuda (test_torch.TestTorch) ... skipped 'no CUDA' | |
| test_zeros_like_multiple_device (test_torch.TestTorch) ... skipped 'only one GPU detected' | |
| ====================================================================== | |
| ERROR: test_reshape (test_torch.TestTorch) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/Users/psag/home/pytorch/pytorch/test/test_torch.py", line 4398, in test_reshape | |
| self.assertEqual(x.data_ptr(), x.reshape(-1).data_ptr()) | |
| AttributeError: 'Variable' object has no attribute 'reshape' | |
| ====================================================================== | |
| FAIL: test_new_tensor (test_torch.TestTorch) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/Users/psag/home/pytorch/pytorch/test/test_torch.py", line 1330, in test_new_tensor | |
| self.assertEqual(5., res1[0].item()) | |
| File "/Users/psag/home/pytorch/pytorch/test/common.py", line 262, in assertEqual | |
| super(TestCase, self).assertLessEqual(abs(x - y), prec, message) | |
| AssertionError: 2.0 not less than or equal to 1e-05 : | |
| ====================================================================== | |
| FAIL: test_tensor_factory (test_torch.TestTorch) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/Users/psag/home/pytorch/pytorch/test/test_torch.py", line 1303, in test_tensor_factory | |
| self.assertEqual(5., res1[0].item()) | |
| File "/Users/psag/home/pytorch/pytorch/test/common.py", line 262, in assertEqual | |
| super(TestCase, self).assertLessEqual(abs(x - y), prec, message) | |
| AssertionError: 2.0 not less than or equal to 1e-05 : | |
| ---------------------------------------------------------------------- | |
| Ran 281 tests in 5.480s | |
| FAILED (failures=2, errors=1, skipped=19) | |
| Selected tests: cuda | |
| Running test_cuda.py ... | |
| CUDA not available, skipping tests | |
| Traceback (most recent call last): | |
| File "run_test.py", line 238, in <module> | |
| main() | |
| File "run_test.py", line 230, in main | |
| raise RuntimeError('{} failed!'.format(test_module)) | |
| RuntimeError: test_cuda.py failed! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment