Skip to content

Commit

Permalink
FIX: Single underscore instead of two for RST URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
itellaetxe committed Jun 9, 2024
1 parent c6bfe87 commit 9ead66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2024/2024_05_31_Inigo_week_1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ First Week into GSoC 2024: Building the AutoEncoder, writing the training loop
What I did this week
~~~~~~~~~~~~~~~~~~~~
I finished becoming familiar with the TensorFlow + Keras basics and I wrote the training loop and a couple of scripts for instantiating and training the AutoEncoder.
Data loading was also addressed and I am able to load the data from the FiberCup dataset in .trk format using `NiBabel <https://nipy.org/nibabel/>`__, transform it into NumPy arrays, and feed it into the network.
Data loading was also addressed and I am able to load the data from the FiberCup dataset in .trk format using `NiBabel <https://nipy.org/nibabel/>`_, transform it into NumPy arrays, and feed it into the network.

What is coming up next week
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 9ead66d

Please sign in to comment.