README.md
pyproject.toml
src/homa/__init__.py
src/homa/device.py
src/homa/settings.py
src/homa/utils.py
src/homa.egg-info/PKG-INFO
src/homa.egg-info/SOURCES.txt
src/homa.egg-info/dependency_links.txt
src/homa.egg-info/entry_points.txt
src/homa.egg-info/requires.txt
src/homa.egg-info/top_level.txt
src/homa/activations/APLU.py
src/homa/activations/ActivationFunction.py
src/homa/activations/AdaptiveActivationFunction.py
src/homa/activations/BaseDLReLU.py
src/homa/activations/CaLU.py
src/homa/activations/DLReLU.py
src/homa/activations/ERF.py
src/homa/activations/Elliot.py
src/homa/activations/ExpExpish.py
src/homa/activations/ExponentialDLReLU.py
src/homa/activations/ExponentialSwish.py
src/homa/activations/GCU.py
src/homa/activations/GaLU.py
src/homa/activations/GaussianReLU.py
src/homa/activations/GeneralizedSwish.py
src/homa/activations/Gish.py
src/homa/activations/LaLU.py
src/homa/activations/LogLogish.py
src/homa/activations/LogSigmoid.py
src/homa/activations/Logish.py
src/homa/activations/MeLU.py
src/homa/activations/MexicanReLU.py
src/homa/activations/MinSin.py
src/homa/activations/NReLU.py
src/homa/activations/NoisyReLU.py
src/homa/activations/PLogish.py
src/homa/activations/ParametricLogish.py
src/homa/activations/Phish.py
src/homa/activations/RReLU.py
src/homa/activations/RandomizedSlopedReLU.py
src/homa/activations/SGELU.py
src/homa/activations/SReLU.py
src/homa/activations/SelfArctan.py
src/homa/activations/ShiftedReLU.py
src/homa/activations/SigmoidDerivative.py
src/homa/activations/SineReLU.py
src/homa/activations/SlopedReLU.py
src/homa/activations/SmallGaLU.py
src/homa/activations/Smish.py
src/homa/activations/SoftsignRReLU.py
src/homa/activations/Suish.py
src/homa/activations/TBSReLU.py
src/homa/activations/TSReLU.py
src/homa/activations/TangentBipolarSigmoidReLU.py
src/homa/activations/TangentSigmoidReLU.py
src/homa/activations/TeLU.py
src/homa/activations/TripleStateSwish.py
src/homa/activations/WideMeLU.py
src/homa/activations/__init__.py
src/homa/activations/learnable/AOAF.py
src/homa/activations/learnable/AReLU.py
src/homa/activations/learnable/DPReLU.py
src/homa/activations/learnable/DualLine.py
src/homa/activations/learnable/FReLU.py
src/homa/activations/learnable/LeLeLU.py
src/homa/activations/learnable/PERU.py
src/homa/activations/learnable/PiLU.py
src/homa/activations/learnable/ShiLU.py
src/homa/activations/learnable/StarReLU.py
src/homa/activations/learnable/__init__.py
src/homa/activations/learnable/concerns/ChannelBased.py
src/homa/activations/learnable/concerns/__init__.py
src/homa/cli/HomaCommand.py
src/homa/cli/Commands/Command.py
src/homa/cli/Commands/InitCommand.py
src/homa/cli/Commands/__init__.py
src/homa/cli/namespaces/CacheNamespace.py
src/homa/cli/namespaces/MakeNamespace.py
src/homa/cli/namespaces/__init__.py
src/homa/ensemble/Ensemble.py
src/homa/ensemble/__init__.py
src/homa/ensemble/concerns/CalculatesMetricNecessities.py
src/homa/ensemble/concerns/PredictsProbabilities.py
src/homa/ensemble/concerns/ReportsClassificationMetrics.py
src/homa/ensemble/concerns/ReportsEnsembleAccuracy.py
src/homa/ensemble/concerns/ReportsEnsembleF1.py
src/homa/ensemble/concerns/ReportsEnsembleKappa.py
src/homa/ensemble/concerns/ReportsLogits.py
src/homa/ensemble/concerns/ReportsSize.py
src/homa/ensemble/concerns/StoresModels.py
src/homa/ensemble/concerns/__init__.py
src/homa/loss/LogitNormLoss.py
src/homa/loss/Loss.py
src/homa/loss/__init__.py
src/homa/torch/__init__.py
src/homa/torch/helpers.py
src/homa/vision/Classifier.py
src/homa/vision/Model.py
src/homa/vision/Resnet.py
src/homa/vision/StochasticClassifier.py
src/homa/vision/StochasticSwin.py
src/homa/vision/Swin.py
src/homa/vision/__init__.py
src/homa/vision/utils.py
src/homa/vision/concerns/HasLabels.py
src/homa/vision/concerns/HasLogits.py
src/homa/vision/concerns/HasProbabilities.py
src/homa/vision/concerns/ReportsAccuracy.py
src/homa/vision/concerns/ReportsMetrics.py
src/homa/vision/concerns/Trainable.py
src/homa/vision/concerns/__init__.py
src/homa/vision/modules/ResnetModule.py
src/homa/vision/modules/SwinModule.py
src/homa/vision/modules/__init__.py