[Application] Add Resnet Pytorch example
authorDongHak Park <donghak.park@samsung.com>
Thu, 26 Jan 2023 07:17:51 +0000 (16:17 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 1 Feb 2023 00:49:57 +0000 (09:49 +0900)
commitf884c28b7005cec5e5aebbbf95fc92470c066d0a
treec9b1a59e05266e0f05957c3eec19e7de165a97a5
parent857972e5e073bb1a05061055ee59d9c8e5981038
[Application] Add Resnet Pytorch example

Add Resnet PyTorch Example
- It support only training if user want to use this code, user need to update code with test, validation
- This Example's Dataset : CIFAR100
- This Example's network exactly same with NNtrainer Resnet18 example
- We conduct benchmark test base on this code

Signed-off-by: DongHak Park <donghak.park@samsung.com>
Applications/Resnet/PyTorch/main.py [new file with mode: 0644]