al

Results 60 comments of al

I still don't quite get the uneven part though. In order for the tree expansion to be uneven, `node = self.select_child(node)` needs to be called again and again in each...

I think I get it now, even the node can't go deeper without visiting all its children, it'll tend to generate uneven trees.

应用部分ch9 ch10似乎只针对ch4 ch5,而没有ch6和ch7。如果能加入就更完整了。

Yes, it happens to the wolfram command line. ![image](https://user-images.githubusercontent.com/1115503/153746275-09ace990-33f4-432c-a69d-8c594eab3bf1.png)

Would you be able to try on TensorFlow 1.6, python 3.6? Wonder if it's tensorflow version, mine is 1.6 and python 3.6.

I changed the line 22, and it fixed the error, `$ python main.py` is run successfully. Indeed, directly running `main.py` looks like training, since it doesn't generate images in the...

不止init,直接运行`onedrivecmd` 也是这个错误。 >OnedriveCMD 0.1.8.1 onedrivesdk 2.0.1 python 3.9.10 windows 10

It seems Serilog.Expression either include or exclude the whole property. Could it be possible to truncate the long property? Since we may still want some information from it.

It seems WinForms is in the progress of being ported to dotnet core 3 (https://github.com/dotnet/winforms). Does this mean we're going to have x-platform GitExtensions based on dotnet core 3 soon...