- Create python directory with data/, model/ subdirectories - Implement LinearEval(61072->1) model - Add config, constants, feature_extractor - Add tests with 4 passing test cases
2 lines
29 B
Python
2 lines
29 B
Python
"""NNUE Model definitions"""
|