homa 0.2.0__py3-none-any.whl → 0.2.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- homa/activations/APLU.py +49 -0
- homa/activations/ActivationFunction.py +6 -0
- homa/activations/AdaptiveActivationFunction.py +15 -0
- homa/activations/BaseDLReLU.py +34 -0
- homa/activations/CaLU.py +13 -0
- homa/activations/DLReLU.py +6 -0
- homa/activations/ERF.py +10 -0
- homa/activations/Elliot.py +10 -0
- homa/activations/ExpExpish.py +9 -0
- homa/activations/ExponentialDLReLU.py +6 -0
- homa/activations/ExponentialSwish.py +10 -0
- homa/activations/GCU.py +9 -0
- homa/activations/GaLU.py +11 -0
- homa/activations/GaussianReLU.py +50 -0
- homa/activations/GeneralizedSwish.py +10 -0
- homa/activations/Gish.py +11 -0
- homa/activations/LaLU.py +11 -0
- homa/activations/LogLogish.py +10 -0
- homa/activations/LogSigmoid.py +10 -0
- homa/activations/Logish.py +10 -0
- homa/activations/MeLU.py +11 -0
- homa/activations/MexicanReLU.py +49 -0
- homa/activations/MinSin.py +10 -0
- homa/activations/NReLU.py +12 -0
- homa/activations/NoisyReLU.py +6 -0
- homa/activations/PLogish.py +6 -0
- homa/activations/ParametricLogish.py +13 -0
- homa/activations/Phish.py +11 -0
- homa/activations/RReLU.py +16 -0
- homa/activations/RandomizedSlopedReLU.py +7 -0
- homa/activations/SGELU.py +12 -0
- homa/activations/SReLU.py +37 -0
- homa/activations/SelfArctan.py +9 -0
- homa/activations/ShiftedReLU.py +10 -0
- homa/activations/SigmoidDerivative.py +10 -0
- homa/activations/SineReLU.py +11 -0
- homa/activations/SlopedReLU.py +13 -0
- homa/activations/SmallGaLU.py +11 -0
- homa/activations/Smish.py +9 -0
- homa/activations/SoftsignRReLU.py +17 -0
- homa/activations/Suish.py +11 -0
- homa/activations/TBSReLU.py +13 -0
- homa/activations/TSReLU.py +10 -0
- homa/activations/TangentBipolarSigmoidReLU.py +6 -0
- homa/activations/TangentSigmoidReLU.py +6 -0
- homa/activations/TeLU.py +9 -0
- homa/activations/TripleStateSwish.py +15 -0
- homa/activations/WideMeLU.py +15 -0
- homa/activations/__init__.py +49 -2
- homa/activations/learnable/AOAF.py +16 -0
- homa/activations/learnable/AReLU.py +16 -0
- homa/activations/learnable/DPReLU.py +16 -0
- homa/activations/learnable/DualLine.py +18 -0
- homa/activations/learnable/FReLU.py +14 -0
- homa/activations/learnable/LeLeLU.py +14 -0
- homa/activations/learnable/PERU.py +16 -0
- homa/activations/learnable/PiLU.py +18 -0
- homa/activations/learnable/ShiLU.py +16 -0
- homa/activations/learnable/StarReLU.py +16 -0
- homa/activations/learnable/__init__.py +10 -0
- homa/activations/learnable/concerns/ChannelBased.py +36 -0
- homa/activations/learnable/concerns/__init__.py +1 -0
- homa/cli/Commands/Command.py +2 -0
- homa/cli/Commands/InitCommand.py +34 -0
- homa/cli/Commands/__init__.py +2 -0
- homa/cli/HomaCommand.py +4 -0
- homa/vision/{ClassificationModel.py → Classifier.py} +1 -1
- homa/vision/Resnet.py +2 -2
- homa/vision/StochasticClassifier.py +23 -22
- homa/vision/StochasticSwin.py +3 -1
- homa/vision/Swin.py +4 -3
- homa/vision/__init__.py +2 -1
- homa/vision/utils.py +12 -0
- {homa-0.2.0.dist-info → homa-0.2.9.dist-info}/METADATA +1 -1
- homa-0.2.9.dist-info/RECORD +113 -0
- homa/activations/classes/APLU.py +0 -86
- homa/activations/classes/GALU.py +0 -67
- homa/activations/classes/MELU.py +0 -70
- homa/activations/classes/PDELU.py +0 -54
- homa/activations/classes/SReLU.py +0 -69
- homa/activations/classes/SmallGALU.py +0 -58
- homa/activations/classes/WideMELU.py +0 -90
- homa/activations/classes/__init__.py +0 -7
- homa/activations/utils.py +0 -27
- homa/vision/StochasticResnet.py +0 -9
- homa-0.2.0.dist-info/RECORD +0 -58
- {homa-0.2.0.dist-info → homa-0.2.9.dist-info}/WHEEL +0 -0
- {homa-0.2.0.dist-info → homa-0.2.9.dist-info}/entry_points.txt +0 -0
- {homa-0.2.0.dist-info → homa-0.2.9.dist-info}/top_level.txt +0 -0
homa-0.2.0.dist-info/RECORD
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
homa/__init__.py,sha256=NBYFKizG8UASiz5HLsEBqzXNGlWr78xm4sLr5hxKvjU,46
|
|
2
|
-
homa/device.py,sha256=9kKXfpYfnEk2cFQWPfcJrVloHgC_SSbP4I8IRY9TYk4,343
|
|
3
|
-
homa/settings.py,sha256=CPZDPvs1380O7SY7FcSKol8kBVFVVYFgSJl3YEyJuZ0,263
|
|
4
|
-
homa/utils.py,sha256=dPp6TItJwWxBqxmkMzUuCtX_BzdPT-kMOZyXRGVMCbQ,70
|
|
5
|
-
homa/activations/__init__.py,sha256=zrEyWrYuQAD9R8GJBJUChfkW8_lsMUEwHvAcASoac3k,44
|
|
6
|
-
homa/activations/utils.py,sha256=asXbV7tl48ORLiggXHo6hjYNIjWuHvmuhVv311IJebA,734
|
|
7
|
-
homa/activations/classes/APLU.py,sha256=4mu9cGm7lGaKeOrZB4-Bibbbcfcg1b6sXsAYQt1A0DU,3081
|
|
8
|
-
homa/activations/classes/GALU.py,sha256=wTeDLqpKBbNki52i25STLHG8kmNf9-TgRHXHVKlOB8o,2722
|
|
9
|
-
homa/activations/classes/MELU.py,sha256=e6IqD-USWghAMgmYacuHE5zrtWf0UE_8Q5v5Pw91s14,2624
|
|
10
|
-
homa/activations/classes/PDELU.py,sha256=4df0UbNi37WQBnhXsjFT13_RClQDlD5kIVMFvKmzl34,1865
|
|
11
|
-
homa/activations/classes/SReLU.py,sha256=wT2YO8QbYbo8mikKtEcAJx3_GOWaVtXddmJSrMG59Jk,2524
|
|
12
|
-
homa/activations/classes/SmallGALU.py,sha256=5D7j1c2MU5Q39cNJVTWNDsq1P_wm3zgHBCTKKnUDLEI,2209
|
|
13
|
-
homa/activations/classes/WideMELU.py,sha256=U_YeTWx9jZjbmvO4x13oxVThBiLy9AIJCsW78148wIA,3252
|
|
14
|
-
homa/activations/classes/__init__.py,sha256=4qqynSbou_AtJmh1AWbKyVdDS8wiLdoEQF9bhETu3Ew,183
|
|
15
|
-
homa/cli/HomaCommand.py,sha256=zUWDLpXb6zO6DWZ71MuhPNawjXTqkXJPEwZxWN7Ejx0,226
|
|
16
|
-
homa/cli/namespaces/CacheNamespace.py,sha256=QXGljzj287stzTx0y_MXnqvCgPLqd7WjSPop2WDe14E,784
|
|
17
|
-
homa/cli/namespaces/MakeNamespace.py,sha256=5G6LHk3lDkXROz7uq4jYE0DyO_V7JvnhJ33IFCiqYro,590
|
|
18
|
-
homa/cli/namespaces/__init__.py,sha256=zAKUGPH4wcacxfH5Qvidp-uOuHdfzhan6kvVI6eMKA8,84
|
|
19
|
-
homa/ensemble/Ensemble.py,sha256=GNkXEV7Nli8lHSTQ3qTTCTeSBwST1PLZS5wxpKpeC5U,290
|
|
20
|
-
homa/ensemble/__init__.py,sha256=1pk2W-NbgfDFh9WLKZVLUk2E3PTjVZ5Bap9dQEnrs9o,31
|
|
21
|
-
homa/ensemble/concerns/CalculatesMetricNecessities.py,sha256=QccROg_FOp_X2T_lZDg8p1DMZhPYdO-7aEdnebRXMsY,825
|
|
22
|
-
homa/ensemble/concerns/PredictsProbabilities.py,sha256=7rmI66DzE7-QGoJgZEk-9fu5YQvJW-4ZnMn_dWEEhqU,440
|
|
23
|
-
homa/ensemble/concerns/ReportsClassificationMetrics.py,sha256=bg__cdCKp2U1H9qN1aOJH4BoX98oIvt8XaPDGApJhSM,395
|
|
24
|
-
homa/ensemble/concerns/ReportsEnsembleAccuracy.py,sha256=AX5X3VGOm7DfdonW0N7FFgUwEr7wnsojRSVEULEii7c,380
|
|
25
|
-
homa/ensemble/concerns/ReportsEnsembleF1.py,sha256=hdtdCQrWaFJNUn1KP9cAmi_q_EA4FYnpkBMlYLjzRZg,296
|
|
26
|
-
homa/ensemble/concerns/ReportsEnsembleKappa.py,sha256=ZRbtrFCTD84EDql6ZL1xeWtTLFxpO5Y5tQaUlR6_0jw,300
|
|
27
|
-
homa/ensemble/concerns/ReportsLogits.py,sha256=vTGuC9NR4rno3Mkbm0MhL8f7YopuCErGyjIorxamKTM,461
|
|
28
|
-
homa/ensemble/concerns/ReportsSize.py,sha256=S7lo_Wu6rDnuqyAcv6AI6jspaBhcpfsirpp9RVD8c20,238
|
|
29
|
-
homa/ensemble/concerns/StoresModels.py,sha256=PNoaoAOx4v8rercxXHmf7zqVIPGYM4APzIHHEb3RwT0,850
|
|
30
|
-
homa/ensemble/concerns/__init__.py,sha256=X0F_b2Jsv0XpiNhYwJsl-dfPsBOdEeW53LQPE4xQD0w,479
|
|
31
|
-
homa/loss/LogitNormLoss.py,sha256=LJMzRA1WoJ7aDYTV-FYGhgo8DMkcpv7e8_74qiJ4zT8,386
|
|
32
|
-
homa/loss/Loss.py,sha256=COUr_idShYgAP8xKCxcaXbyUyAoJg7IOON0ARTQykmQ,21
|
|
33
|
-
homa/loss/__init__.py,sha256=4mPVzme2_-M64bgBu1cANIfBFAL0voa5I71-ceMr_qk,64
|
|
34
|
-
homa/torch/__init__.py,sha256=HTxCVaw1TLgpHMH8guB3hHYQ80cX6_fSEoPT_hz2Y8w,23
|
|
35
|
-
homa/torch/helpers.py,sha256=CLbTCXRrroM0n4PfM-K_xFavs4dCZJEu_L7hdgb1DCI,134
|
|
36
|
-
homa/vision/ClassificationModel.py,sha256=vPBstRXoKsnLXS1GKObfFBGxTC9XvykarjDOUWMh5wo,70
|
|
37
|
-
homa/vision/Model.py,sha256=JIeVpHJwirHfsDfYYbLsu0kt7bGf4nhMQGIOagUDKw4,22
|
|
38
|
-
homa/vision/Resnet.py,sha256=xsPCbuTL-Cgvqpu3FX5rRJSmqqih-CsApWhDDJTdkxI,540
|
|
39
|
-
homa/vision/StochasticClassifier.py,sha256=tDuN4d4dWtpCW9_qi8ntKTl3_xjSVcqjT_yLBQjxIKM,824
|
|
40
|
-
homa/vision/StochasticResnet.py,sha256=BxfNtYGzTge-NiMxTDSN5VRYriPIYW9xpisEEuoXNoY,282
|
|
41
|
-
homa/vision/StochasticSwin.py,sha256=3ehNJFMTVUNOo0rzl5-lyAePj7AsrGYFn_5352KOB3o,274
|
|
42
|
-
homa/vision/Swin.py,sha256=MD3mpUKrb-aTrXFlVg1XlV44gMJeIafN3ISGw5v-JUI,486
|
|
43
|
-
homa/vision/__init__.py,sha256=bXIebzcKjBIQihYj6uEk-GoyIUYEHb8CXJPdwIsd5HY,122
|
|
44
|
-
homa/vision/concerns/HasLabels.py,sha256=fM6nHLeQaEaWDlV6R8NQ5hgOSiwspPxOIwj-nvYXbP0,321
|
|
45
|
-
homa/vision/concerns/HasLogits.py,sha256=oStX4NCV7zwxI7Vj23M8wQSlY1xoSmAYJ_6cBNJpVCk,290
|
|
46
|
-
homa/vision/concerns/HasProbabilities.py,sha256=m1_ObS2BNYO-WVCNVMiHXzC3XAsyb88_0N4BWVDwCw0,221
|
|
47
|
-
homa/vision/concerns/ReportsAccuracy.py,sha256=DD0YTr5i8JMllIJTQn88Dn711yjZ2uiecaTi7WqpOEw,986
|
|
48
|
-
homa/vision/concerns/ReportsMetrics.py,sha256=93Hw_JBUbwfkrJNJA1xFSQ4cqRwzbSv4nPU524PGF6I,169
|
|
49
|
-
homa/vision/concerns/Trainable.py,sha256=SRCW3XpG9_DQgubyqhALlYDHwAWNzVVFjshUv1ecuEQ,988
|
|
50
|
-
homa/vision/concerns/__init__.py,sha256=mrw1YvN-GpQPvMwDF00KxnFkksPKo23RWM4KRioURsg,234
|
|
51
|
-
homa/vision/modules/ResnetModule.py,sha256=eFudBnILD6OmgQtcW_CQQ8aZ62NEa4HyZ15-lobTtt0,712
|
|
52
|
-
homa/vision/modules/SwinModule.py,sha256=h7wq1YdKoN6-7C3FVFA0bpkAET_30002iTRbjZxziFQ,714
|
|
53
|
-
homa/vision/modules/__init__.py,sha256=zVMYB9IAO_xZylC1-N3p8ymHgEkAE2sBbuVz8K5Y1kk,74
|
|
54
|
-
homa-0.2.0.dist-info/METADATA,sha256=gLXXOQ0kmCg4slqysfvgfFvyzXsee2uKTsPn2iJXxDE,1759
|
|
55
|
-
homa-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
56
|
-
homa-0.2.0.dist-info/entry_points.txt,sha256=tJZzjs-f2QvFe3ES8Qta8IE5sAbeE8-cyZ_UtbgqG4s,51
|
|
57
|
-
homa-0.2.0.dist-info/top_level.txt,sha256=tmOfy2tuaAwc3W5-i6j61_vYJsXgR4ivBWkhJ3ZtJDc,5
|
|
58
|
-
homa-0.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|