parent
5c4f918db2
commit
62c7ca9698
@ -24,7 +24,7 @@ const std::map<ActivationTypes, std::vector<std::vector<float>>> activationTypes
|
|||||||
{Gelu, {}},
|
{Gelu, {}},
|
||||||
{Mish, {}},
|
{Mish, {}},
|
||||||
{SoftPlus, {}},
|
{SoftPlus, {}},
|
||||||
{Swish, {{0.05f}, {0.8f}, {1.0f}, {15.0f}}}
|
{Swish, {{1.0f}}} // {{0.05f}, {0.8f}, {1.0f}, {15.0f}}} #38489
|
||||||
};
|
};
|
||||||
|
|
||||||
std::map<std::vector<size_t>, std::vector<std::vector<size_t>>> basic = {
|
std::map<std::vector<size_t>, std::vector<std::vector<size_t>>> basic = {
|
||||||
|
Loading…
Reference in New Issue
Block a user