aidotse / LeakPro

Apache License 2.0
4 stars 3 forks source link

Have one softmax_logits function #112

Closed henrikfo closed 1 month ago

henrikfo commented 1 month ago

Feature

Desired Behavior / Functionality

Instead of having multiple instances of the function softmax_logits in different files, have one single one in a utils.py file or similar

What Needs to Be Done

Move the softmax function into a shared file. Remove all other instances of it and import it instead.

How Can It Be Tested