Simon Moisselin

Results 14 comments of Simon Moisselin

Does it mean that the model is making prediction only when this is `WHITE` to play?

The more I think about it, and the 180-degree rotation needs to be done correctly, otherwise you will simulate games that does not make any senses? (they cannot corresponds to...

> @yosun > > cog on "[support_for_list_in_input" PR branch](https://github.com/replicate/cog/pull/1561) supports list[Path] input. For local runs only, not supported in Web UI yet, in progress. Example: > > ``` > $...

my solution was to create a layout with `SubscriptionProvider inside the children app folders, only the ones that needs `SubscriptionProvider`, to know if user is subscribed. Also I can use...

Somehow, if I run the docker command as a list like this `shell_command=["docker", "run", "-it", "--rm", "python:3.5-slim-buster"]` instead of `shell_command=["docker run -it --rm python:3.5-slim-buster"]` , the error is not present...

Ok Thank you ! Now it make sense for me. And how did you choose the threshold values ? I am guessing that it is derived from existing literature.