Skip to content

Commit

Permalink
use absoluted github repo links instead of relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
pulkitgoyal56 committed May 20, 2024
1 parent 5b04b9f commit cb29c2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ The expectation is that this would lead to denser rewards, decreased semantic bi

This repository presents the results of using this entropy regularization in tandem with an augmented training dataset (using random images that should ideally be classified with equal probability among the labels) to train an MNIST classifier.

> [Click here to see the model summary and comparisons](./info/Flatnet%20Models%20Summary.md).
> The results can be visualized [here](https://www.sharecanvas.io/p/flatnet-comparison).
> For architecture details of *flatnet*, please see [the code](./flatnet.py).
> [Click here to see the model summary and comparisons](https://github.com/pulkitgoyal56/flatnet/blob/main/info/Flatnet%20Models%20Summary.md).
> For architecture details of *flatnet*, please see [the code](https://github.com/pulkitgoyal56/flatnet/blob/main/flatnet.py).

0 comments on commit cb29c2c

Please sign in to comment.