Ugenteraan Manogaran

Results 3 issues of Ugenteraan Manogaran

I finally have been able to check the performance of the model with FashionMNIST with and without the detached version. The detached version proved to have a steadier learning curve....

Line 17 in capsnet.py, shouldn't it be : `scalar_factor = vector_squared_norm / ((1 + vector_squared_norm) / tf.sqrt(vector_squared_norm + epsilon))` instead of `scalar_factor = vector_squared_norm / ((1 + vector_squared_norm) * tf.sqrt(vector_squared_norm...

Hey everyone! First off, thanks for the great work. I implemented my own version of I-JEPA (https://github.com/Ugenteraan/I-JEPA) by referencing to this repository. I used the Doges 77 Breeds (https://www.kaggle.com/datasets/madibokishev/doges-77-breeds) dataset...