This website requires JavaScript.
Explore
Help
Register
Sign In
opelly
/
Stockfish
Watch
1
Star
0
Fork
0
You've already forked Stockfish
mirror of
https://github.com/opelly27/Stockfish.git
synced
2026-05-20 09:47:46 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
055f907315492d21ef55795f19e1f1e08397b5e1
Stockfish
/
src
/
nnue
/
trainer
T
History
Tomasz Sobczyk
1322a9a5fd
Prevent false sharing of num_calls counter in the shared input trainer. Fix current_operation not being local to the executing thread.
2020-11-30 08:54:53 +09:00
..
features
Add more information for factorizers at the start of training.
2020-11-14 18:47:22 +09:00
trainer_affine_transform.h
Fix comparison of integers with different signedness.
2020-11-30 08:54:53 +09:00
trainer_clipped_relu.h
Fix comparison of integers with different signedness.
2020-11-30 08:54:53 +09:00
trainer_feature_transformer.h
Fix comparison of integers with different signedness.
2020-11-30 08:54:53 +09:00
trainer_input_slice.h
Prevent false sharing of num_calls counter in the shared input trainer. Fix current_operation not being local to the executing thread.
2020-11-30 08:54:53 +09:00
trainer_sum.h
Replace non-blas parts of trainers with our own blas-like routines.
2020-10-31 08:36:58 +09:00
trainer.h
Print some weight update stats
2020-10-25 22:18:28 +09:00