Thyrix
Thyrix
I think this is a very useful feature since there may be many values we want to track during training a model. Hope it can be supported in the package.
OPENBW_ENABLE_UI=0 BWAPI_CONFIG_AI__RACE=Zerg BWAPI_CONFIG_AI__AI="/home/yangjq/Downloads/TorchCraftAI/build/3rdparty/torchcraft/BWEnv/BWEnv.so" BWAPI_CONFIG_AUTO_MENU__AUTO_MENU="LAN" BWAPI_CONFIG_AUTO_MENU__MAP=/home/yangjq/Downloads/TorchCraftAI/test/maps/micro-empty2.scm TORCHCRAFT_PORT=1111 ./BWAPILauncher
Hi @zoq , I'm confused that I didn't find how these test script is used? I tried ```bash python3 -m unittest benchmark_xxx.py ``` but not worked.
@rcurtin I can run the benchmark by "make run", and when I run the benchmark test locally: ``` thyrix@y400:~/Downloads/benchmarks$ make checks /usr/bin/python3 tests/tests.py Running tests... ---------------------------------------------------------------------- ....EE ====================================================================== ERROR [0.001s]:...
@zoq I see. I added that feature when I was writing this benchmark script. Because all datasets(train file) in benchmark system use the last column as labels. And all other...
> > This is unacceptable and should be avoided. > > Why is this unacceptable? I know it is a it annoying to have this large object within the `settings.json`...
I agree that a detailed instruction or tutorial to read the output is necessary for beginners. --- 1. What is the exact meaning of Owntime and TotalTime in top? 2....
@Jongy Thanks for your kind reply!
I'm trying to use tensorboard with a private s3 service, but the constructor of boto3.client is using the default endpoint_url...
@johan-bjareholt How to use aw-server-rust to export my config now? Can we just change the server and export then change back?