Skip to content

Commit

Permalink
🎨 Auto-generated directory tree for repository in Architecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpeng02 committed May 12, 2024
1 parent 692e8c8 commit fd62c6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/Architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
| | | | |- 📜 trainer.py
| | | | |- 📜 criterion.py
| | | | |- 📜 dl_model.py : torch model based on user specifications from drag and drop
| | | | |- 📜 train_types.py
| | | | |- 📜 dataset.py : read in the dataset through URL or file upload
| | | | |- 📜 __init__.py
| | | | |- 📜 Dockerfile
Expand Down
1 change: 0 additions & 1 deletion training/training/core/celery/train_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class TrainResultsData(Schema):
dataSource: DATA_SOURCE
status: TRAIN_STATUS
created: datetime.date
step: str
uid: str


Expand Down

0 comments on commit fd62c6c

Please sign in to comment.