Ferdinand Mosca

Results 86 comments of Ferdinand Mosca

> It works. > > But you should add in the install section the need to chmod +x the linux UCI engine, else it can't import name nor add it....

What are tools branches? I have been using this master for generation of training pos and learning. So far it is usually better than pytorch trainer. I have mixed results...

This master is the origin of Sf nnue. It contains both training pos generation and learning, I like this repo to be as it is. Stockfish master explores everything in...

## Output net test Generate train and val data using the old binary and the new binary (with revision) and do learning with lambda=0. training: 10M, D5 val: 100K, D10...

I [increase the maxply adjudication score from 100 to 500](https://github.com/fsmosca/Stockfish/commits/write_maxply_result) to make sure that the win/loss result estimate is more reliable than the draw result as winning a game is...

Try this. ```python import streamlit as st from st_aggrid import GridOptionsBuilder, AgGrid import pandas as pd df = pd.DataFrame({'Fruits': ['Mango', 'Apple', 'Banana', 'Peaches'], 'Price': [1.04, 1.15, 1.74, 1.5]}) gb =...

@pmaye > However, I am wondering where to put/assign form key values when using multiple authenticator options > authenticator.forgot_password() > authenticator.login() > authenticator.reset_password() In the current source code, forgot_password() uses...

Revised the login() on that branch. Now form key and other form parameter are supported. Example ``` authenticator.login( 'myformkey', clear_on_submit=True, location='main', fields={'Form name':'Login1', 'Username': 'Username1', 'Password':'Password1', 'Login':'Login1'}', max_concurrent_users=10 ) ```

I have a [branch, that supports form key definitions and clear_on_submit parameter](https://github.com/fsmosca/Streamlit-Authenticator/tree/add-forgotpassword-key). But this is only for forgot password. Will update to other methods if I have time. ``` Usage...

Have a look at https://stockfishchess.org/download/.