Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 0373a9ce authored by tekin_g's avatar tekin_g
Browse files

improve documentation

parent d557983a
No related branches found
No related tags found
No related merge requests found
# Reworked Implementation of RLN # Reworked Implementation of RLN
This is the 2d version of the original implementation. This is the 3d version of the tf2 implementation.
## Missing:
- a way to read images
- never tested
Original Paper: Original Paper:
...@@ -10,11 +15,12 @@ Original Paper: ...@@ -10,11 +15,12 @@ Original Paper:
This repository has three main branches: This repository has three main branches:
| Name | Explanation | | Name | Explanation |
|:----------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |:-------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| main | The original code from the paper with minor bug fixes & quality of life improvements. | | main | The original code from the paper with minor bug fixes & quality of life improvements. |
| **2d-tf2** | This branch is a 2d implementation of the same network design, but in TensorFlow 2. It is still based on the code from the original paper and uses parts of the original logic. This contains the main results of the project. | | 2d-tf2 | This branch is a 2d implementation of the same network design, but in TensorFlow 2. It is still based on the code from the original paper and uses parts of the original logic. This contains the main results of the project. |
| 3d-tf2 | This branch contains the same network as of 2d-tf2, but the functions are replaced with their 3d equivalents. **Untested and still needs work.** | | **3d-tf2** | This branch contains the same network as of 2d-tf2, but the functions are replaced with their 3d equivalents. **Untested and still needs work.** |
## Requirements ## Requirements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment