Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanchitvj/final-project_group8
https://github.com/sanchitvj/final-project_group8
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanchitvj/final-project_group8
- Owner: sanchitvj
- License: gpl-3.0
- Created: 2023-11-05T19:04:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-12T04:39:58.000Z (about 1 year ago)
- Last Synced: 2023-12-13T02:22:16.727Z (about 1 year ago)
- Language: Python
- Size: 9.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Final-Project_Group8
Install dependencies using
`pip install -r requirements.txt`- Go to `Code` directory. There you will find all the code.
- To start pre-training first configure hyperparameters in `config.yaml` then run `python3 main.py` in terminal.
- To start with fine-tuning configure `ft_config.yaml` then run `python3 main_ft.py` in terminal.
- If you wanna use `WandB` logger, make sure you paste key file from your weights and biases account.
- All the saved models are found in `saved_checkponts` folder.
- All checkpoints used for evaluation in app are in 'ckp_app' folder.
- Make sure all your data is in `Code` directory.### App
To test the app make sure you are in local environment as it will not work on instance because you are not authorized to modify security group of instance.Go to terminal, got to `Code` folder and execute below command:
`streamlit run app.py`