Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

README-CNN.md 467 B

You have to be logged in to leave a comment. Sign In

Transfer Learning Example - CNN Workshop

This is a quick project to demonstrate the impact of transfer learning. Try running it after swapping the PRETRAINED value in src/const.py.

Setup

python -m venv /path/to/venv
source /path/to/venv/bin/activate
pip install -r requirements.txt
dvc pull -r http  # alternatively, run `scripts/prepare.sh`

Training

python -m src.train

Run all the commands from the root of the repository.

Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...