Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 26 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,23 @@ DeepTensor offers a hands-on implementation of deep learning fundamentals with a
pip install deeptensor
```

<details>
<summary><i>Interested in Setting up the project?</i></summary>

<div>
---

```bash
git clone --recurse-submodules -j8 git@github.com:deependujha/DeepTensor.git
cd DeepTensor
## Setup the project for development

# run ctests
make ctest
```bash
git clone --recurse-submodules -j8 git@github.com:deependujha/DeepTensor.git
cd DeepTensor

# install python package in editable mode
pip install -e .
```
# run ctests
make ctest

</div>

</details>
# install python package in editable mode
pip install -e .

# run pytest
make test
```

---

Expand All @@ -82,6 +79,8 @@ pip install deeptensor

- [visit docs](https://deependujha.github.io/DeepTensor)

![loss curve](https://www.deependujha.xyz/deeptensor-assets/loss-curve.png)

---

## Basic Usage
Expand Down Expand Up @@ -154,10 +153,19 @@ opt.zero_grad()

---

## WIP
## Features expected to be added

- Save & Load model
- Train MNIST model
- Train a character-level transformer model
- Add support for DDP
- Add support for CUDA execution
- Add support for CUDA execution ⭐️

---

## Open to Opportunities 🎅🏻🎁

I am actively seeking new opportunities to contribute to impactful projects in the deep learning and AI space.

If you are interested in collaborating or have a position that aligns with my expertise, feel free to reach out!

You can connect with me on [GitHub](https://github.com/deependujha), [X (formerly twitter)](https://x.com/deependu__), or email me: `deependujha21@gmail.com`.
Binary file added assets/loss-curve.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading