Skip to content

Commit

Permalink
Updated Config for CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
digantamisra98 committed Jun 19, 2019
1 parent 8b2f2c8 commit 7872a74
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 178 deletions.
18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,28 +43,10 @@ jobs:
. venv/bin/activate
pip install -r requirements.txt
python3 demo.py --activation mish --model_initialization class
test_lenet:
docker:
- image: circleci/python:3.6.1

working_directory: ~/repo/src/LeNet

steps:
- checkout

- run:
name: test_lenet
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python3 Test.py
workflows:
version: 2
build_and_test:
jobs:
- build
- test_function_demo
- test_lenet
24 changes: 0 additions & 24 deletions src/LeNet/Mish.py

This file was deleted.

28 changes: 0 additions & 28 deletions src/LeNet/Mnist.py

This file was deleted.

11 changes: 0 additions & 11 deletions src/LeNet/Swish.py

This file was deleted.

12 changes: 0 additions & 12 deletions src/LeNet/Test.py

This file was deleted.

Binary file removed src/LeNet/__pycache__/Mish.cpython-36.pyc
Binary file not shown.
Binary file removed src/LeNet/__pycache__/Mnist.cpython-36.pyc
Binary file not shown.
Binary file removed src/LeNet/__pycache__/Swish.cpython-36.pyc
Binary file not shown.
Binary file removed src/LeNet/__pycache__/lenet.cpython-36.pyc
Binary file not shown.
78 changes: 0 additions & 78 deletions src/LeNet/lenet.py

This file was deleted.

7 changes: 0 additions & 7 deletions src/LeNet/requirements.txt

This file was deleted.

0 comments on commit 7872a74

Please sign in to comment.