[test] add test cases that a specific layer is non-trainable
authorSeungbaek Hong <sb92.hong@samsung.net>
Thu, 22 Dec 2022 10:32:26 +0000 (19:32 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 28 Dec 2022 05:49:57 +0000 (14:49 +0900)
commit8abc9116036ed905b904457bf4d8aa968207e8f8
treede0e89ff9e651e841dd1e6f9b26a41fe1fc083c5
parent8b402cff8a4b5511864323b99eb49b3a7852f7f7
[test] add test cases that a specific layer is non-trainable

Add test cases that a specific layer is non-trainable.

- Test based on the pytoch model with two fc hidden layers.
- Add a test when the first hidden layer is set to non-trainable.
- Add a test when the second hidden layer is set to non-trainable.

**Self evaluation:**
1. Build test: [x]Passed []Failed []Skipped
2. Run test: [x]Passed []Failed []Skipped

Signed-off-by: Seungbaek Hong <sb92.hong@samsung.com>
packaging/unittest_models_v2.tar.gz
test/input_gen/genModelTests_v2.py
test/unittest/models/unittest_models.cpp