Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 704 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 704 Bytes

TF2-scripts

Scripts related to deep learning written using tensorflow 2.0

Introduction

The goal of this repository is to have a library of frequently used scripts related to deep learning. This can include, data handling, models, loss functions among other valuable parts that are used in building a deep learning model.

Contents

  • resnet - The script contains implementation of resnet18, resnet50, resnet101 and resnet152.

Contribution

If anyone wants to/has shifted to tensorflow 2 and wants to contribute to the repository, please send a pull request.