Skip to content

Commit

Permalink
add example notebook links
Browse files Browse the repository at this point in the history
  • Loading branch information
n3011 committed Jun 3, 2022
1 parent 8c17453 commit 45448f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ lazydocs datum --output-path docs/api-docs --overview-file README.md
mkdocs serve
```

### Example notebooks on Google Colab

1. Image Classification: [Transfer learning using Datum and Keras](https://colab.research.google.com/drive/1_r34J0MgdC7yCIVtH_EV0ne5q2y6EaH9?usp=sharing).
2. Text Classification: [BERT based text classofocation using Datum and Tensorflow Text](https://colab.research.google.com/drive/1D5U6NvioF-T8Nhvzzkuskw85Ki1yGR6K?usp=sharing).


### Create tfeecord dataset
Dataset can be created by using the following command
```Shell
Expand Down

0 comments on commit 45448f3

Please sign in to comment.