You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/ZeroLevel/Services/Semantic/Fasttext/enums.cs

6 lines
167 B

namespace ZeroLevel.Services.Semantic.Fasttext
{
public enum model_name : int { cbow = 1, sg, sup };
public enum loss_name : int { hs = 1, ns, softmax };
}

Powered by TurnKey Linux.