Skip to content

Commit

Permalink
Merge branch 'main' of github.com:robot-or-brain/robot_or_brain
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer committed Nov 1, 2023
2 parents f1df40a + 1f7b265 commit ca69d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ Several model files will be saved to a into a folder. The model can be validated

## Where is the best model?

The best performing model is stored in `./clip_features_model_kf5cnvvi`. It is a small neural network trained on [precomputed clip features](#train-model-using-precomputed-clip-features). To run it on a new image you first need to [precompute features from the image using clip](#precomputing-image-features). Then the model can be run using those features as done in performance_fine_tune_clip.ipynb.
The best performing model is stored in `./clip_features_model_kf5cnvvi`. It is a small neural network trained on [precomputed clip features](#train-model-using-precomputed-clip-features). To run it on a new image you first need to [precompute features from the image using clip](#precomputing-image-features). Then the model can be run using those features as done in [performance_fine_tune_clip.ipynb](performance_fine_tune_clip.ipynb).

0 comments on commit ca69d08

Please sign in to comment.