Update README.md
Browse files
README.md
CHANGED
@@ -11,5 +11,5 @@ I include the iPython Notebook in my Github where I derived the model to "show m
|
|
11 |
Note that I coded all of this on my own with the exception of the "Intra Self-Attention" module which I obtained from https://github.com/heykeetae/Self-Attention-GAN/blob/master/sagan_models.py (also note that there it's called Self-Attention (Self_Attn module)).
|
12 |
|
13 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
14 |
-
- Library: [
|
15 |
-
- Docs: [
|
|
|
11 |
Note that I coded all of this on my own with the exception of the "Intra Self-Attention" module which I obtained from https://github.com/heykeetae/Self-Attention-GAN/blob/master/sagan_models.py (also note that there it's called Self-Attention (Self_Attn module)).
|
12 |
|
13 |
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
14 |
+
- Library: [Pytorch]
|
15 |
+
- Docs: [github.com/DanielKovach]
|