Week 5
July 07/28/23
- AI3 -- highest priority
July 07/27/23
- AI3
- Briefly spend some time looking into finetuning llama2
- Discuss with Sudhir
- Do some code cleanup for the lookup and classification logic
- Find a way to document the training notebooks
- Briefly spend some time looking into finetuning llama2
- Pipe breaks
- Add some tutorials and documentation for it
- Close github issues for the same
- Docs
- Document 4 documentation tools used at GQC
- Document useful utilities
- Update readme for the flood_cv repo
- Tasks for Srujana
- YoloV8 upgrade -- documentation and walkthrough
- Traffic camera codebase and how to use yolo
- [ ]
Planning to explore
- https://github.com/facebookresearch/llama-recipes#single-gpu
- https://github.com/mlabonne/llm-course/blob/main/Fine_tune_Llama_2_in_Google_Colab.ipynb
July 07/26/23
- Pipe Breaks App
- Possible way to fix the transfer learning app, is to have a separate app just for transfer learning applications and a different app which allows training from scratch.
- Tried the cookiecutter template for streamlit apps
- Does not work as expected
- AI3
- Got llama2 to work on the MSI server
July 07/25/23
- Pipe breaks app
- Conflicting dependency of scikit-survival and sklearn no longer allow the streamlit app to run.
- This would mean that, all the algorithms cannot be used in the app.
- The entire import structure of the app would require changes.
- Can't install older versions of
scikit-survivalandscikit-learn, they result in a build-error.
- AI3
- Do some output validation for the trained OPT model.
- Was only validated on a single JSON file
- How do we plan to control the random text generation that comes from a model?
- No idea how to do this.
- Classification and closest key retrieval based on distance
- Exploration of the new video data
- Install the Ultralytics package in the Pytorch virtualenv
- Run YOLOv8 for Object Detection on the thermal color video
- Run YOLOv8 for Instance Segmentation on the thermal color video
- Do some output validation for the trained OPT model.
- CCTV
- Clarify the section for the
load_learner.
- Clarify the section for the
July 07/24/23
- CCTV
- Finish the documentation work from last week
- Additional details in the cctv-apps documentation
- AI3
- Pipe breaks