Skip to content

Commit

Permalink
Merge branch 'torchcvnn:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ouioui199 authored Jan 6, 2025
2 parents cf122d1 + cab2f75 commit fd7db8c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 197 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Complex-Valued Neural Networks (CVNN) - Pytorch

[![docs](https://github.com/jeremyfix/torchcvnn/actions/workflows/doc.yml/badge.svg)](https://jeremyfix.github.io/torchcvnn/) ![pytest](https://github.com/jeremyfix/torchcvnn/actions/workflows/test.yml/badge.svg) [![PyPI version](https://badge.fury.io/py/torchcvnn.svg)](https://badge.fury.io/py/torchcvnn)
[![docs](https://github.com/torchcvnn/torchcvnn/actions/workflows/doc.yml/badge.svg)](https://torchcvnn.github.io/torchcvnn/) ![pytest](https://github.com/torchcvnn/torchcvnn/actions/workflows/test.yml/badge.svg) [![PyPI version](https://badge.fury.io/py/torchcvnn.svg)](https://badge.fury.io/py/torchcvnn)

This is a library that uses [pytorch](https://pytorch.org) as a back-end for complex valued neural networks.

Expand All @@ -19,7 +19,7 @@ python -m pip install torchcvnn
To install when developping the library, within a virtual envrionment, you can :

```
git clone [email protected]:jeremyfix/torchcvnn.git
git clone [email protected]:torchcvnn/torchcvnn.git
python3 -m venv torchcvnn-venv
source torchcvnn-venv/bin/activate
python -m pip install -e torchcvnn
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@
html_static_path = ["_static"]

html_context = {
"github_user": "jeremyfix",
"github_user": "torchcvnn",
"github_repo": "torchcvnn",
}

html_theme_options: Dict[str, Any] = {
"footer_icons": [
{
"name": "GitHub",
"url": "https://github.com/jeremyfix/torchcvnn",
"url": "https://github.com/torchcvnn/torchcvnn",
"html": """
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path>
Expand All @@ -63,7 +63,7 @@
"class": "",
},
],
"source_repository": "https://github.com/jeremyfix/torchcvnn/",
"source_repository": "https://github.com/torchcvnn/torchcvnn/",
"source_branch": "main",
"source_directory": "docs/source/",
}
2 changes: 1 addition & 1 deletion docs/source/getting_started/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you want to bring in a new feature, it may be handy to install the package in

.. code:: bash
git clone https://github.com/jeremyfix/torchcvnn.git
git clone https://github.com/torchcvnn/torchcvnn.git
python3 -m venv venv
source venv/bin/activate
python -m pip install -e torchcvnn
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can access it on github

<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 16 16" width="30" height="30">
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path>
</svg><a href="https://github.com/jeremyfix/torchcvnn"> https://github.com/jeremyfix/torchcvnn</a>
</svg><a href="https://github.com/torchcvnn/torchcvnn"> https://github.com/torchcvnn/torchcvnn</a>

Other related projects
----------------------
Expand Down
188 changes: 0 additions & 188 deletions examples/mnist.py

This file was deleted.

4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: Complex Valued Neural Networks in pytorch
site_url: "https://jeremyfix.github.io/torchcvnn/"
repo_url: "https://github.com/jeremyfix/torchcvnn"
site_url: "https://torchcvnn.github.io/torchcvnn/"
repo_url: "https://github.com/torchcvnn/torchcvnn"

markdown_extensions:
- attr_list
Expand Down

0 comments on commit fd7db8c

Please sign in to comment.