a16fe2b4f917b6b7a6f81c63832429740ff02311,test/augmentation/test_augmentation_3d.py,TestRandomDepthicalFlip3D,test_random_dflip,#TestRandomDepthicalFlip3D#,360
Before Change
[0., 1., 0., 0.],
[0., 0., 1., 0.],
[0., 0., 0., 1.]]) // 4 x 4
identity = identity.to(device)
assert_allclose(f(input)[0], expected)
assert_allclose(f(input)[1], expected_transform)
assert_allclose(f1(input)[0], input)
After Change
[0., 0., 0., 0.],
[0., 0., 0., 1.]]]]], device=device, dtype=dtype) // 2 x 3 x 4
expected_transform = torch.tensor([[[1., 0., 0., 0.],
[0., 1., 0., 0.],
[0., 0., -1., 1.],
[0., 0., 0., 1.]]], device=device, dtype=dtype) // 4 x 4
identity = torch.tensor([[[1., 0., 0., 0.],
[0., 1., 0., 0.],
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 4
Instances
Project Name: arraiy/torchgeometry
Commit Name: a16fe2b4f917b6b7a6f81c63832429740ff02311
Time: 2021-01-20
Author: sj8716643@126.com
File Name: test/augmentation/test_augmentation_3d.py
Class Name: TestRandomDepthicalFlip3D
Method Name: test_random_dflip
Project Name: arraiy/torchgeometry
Commit Name: a16fe2b4f917b6b7a6f81c63832429740ff02311
Time: 2021-01-20
Author: sj8716643@126.com
File Name: test/augmentation/test_augmentation_3d.py
Class Name: TestRandomVerticalFlip3D
Method Name: test_random_vflip
Project Name: jadore801120/attention-is-all-you-need-pytorch
Commit Name: b25cc3a7e6a560c1fd47f36a43296f62eaaace36
Time: 2019-12-07
Author: jadore801120@gmail.com
File Name: transformer/Translator.py
Class Name: Translator
Method Name: __init__
Project Name: facebookresearch/pytext
Commit Name: 66584dea87782aed5509e4269a9f015002e1f5c1
Time: 2021-02-23
Author: mikekg@fb.com
File Name: pytext/torchscript/module.py
Class Name: PyTextEmbeddingModuleWithDense
Method Name: forward