-
Hi,
When I try to run detect.py using this:
"python detect.py --pic-dir images/chess_pictures --model-path output_model/chess/best_model_tiny_0.985/1 --class-names dataset/chess.names --nms-score-th…
-
@cooijmanstim
Hi, I am python programmer who started a [alphaGo Zero replication project](https://github.com/yhyu13/AlphaGOZero-python-tensorflow/tree/py2.7), I would like to practice a similar de…
-
I'm trying to teach model by set of 4000 games in PGN file. I'm using Python 3.6.3 and Tensorflow without GPU. Here is error traceback:
`
puser@vmi148103:~/chess-alpha-zero$ python3 src/chess_zero/r…
shine updated
6 years ago
-
Les méthodes de ta classe View doivent, autant que possible, éviter les effets de bord, c'est-à-dire modifier des données.
Ta méthode `modify_player` prend un paramètre `players` et en modifie le c…
-
### Description
Hi! 🤗 After testing a little bit `wandb`'s Public API with Python, I've found out that there are some things that could be potentially improved for `wandb.apis.public.File` (reference…
-
I am getting an error. I have ran the requirements without issues and I am running it with Python 3.6 on Ubuntu 16.04 LTS. What is wrong?
$ python3.6 src/chess_zero/run.py sl
Traceback (most r…
-
Using t40.yml from the branch on github, using network 40800 (tried others, same result). There are no games in the input_test / train directories, as I'm just trying to generate the model at this poi…
-
## 🚀 Feature
You have to place n chess queens in a n per n chess table without any queen being able to attack which other. You have to receive an int n and return if it's possible or not to place t…
-
Thank you for all your efford doing this and making it available to the public.
I git cloned it and it works perfectly.
I started watching the videos for a better understanding.
-
Environment
=============
Python 3.7.4
ImageAI 2.1.3
opencv-python 4.1.0.25
tensorflow 1.13.1
Details
========
When running the following script using a custom model, ImageAI raises an error…