[Application] Add Simple Layers Pytorch examples
authorDongHak Park <donghak.park@samsung.com>
Wed, 1 Feb 2023 07:27:01 +0000 (16:27 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 7 Feb 2023 22:44:19 +0000 (07:44 +0900)
commitdfc8992aee896c7c7c6c51646acf269a31bc34c2
treedb6ecedc83829033c757badec8cf4d4bd2195276
parente697a0504020aa213514d873d01ea261aac78373
[Application] Add Simple Layers Pytorch examples

Add Simple Pytorch examples with Dummy Data
- Linear
- Conv
- LSTM (Will merge with exist file)
- Model_A_Linear
- Model_A_Conv
- Model_C_Linear
- Model_C_COnv

It has same Layer with NNtrainer example that has same name

Signed-off-by: DongHak Park <donghak.park@samsung.com>
Applications/Layers/PyTorch/Conv.py [new file with mode: 0644]
Applications/Layers/PyTorch/Linear.py [new file with mode: 0644]
Applications/Layers/PyTorch/Model_A_Conv.py [new file with mode: 0644]
Applications/Layers/PyTorch/Model_A_Linear.py [new file with mode: 0644]
Applications/Layers/PyTorch/Model_C_Conv.py [new file with mode: 0644]
Applications/Layers/PyTorch/Model_C_Linear.py [new file with mode: 0644]