Implemented batching for TicTacToe AI
This commit is contained in:
parent
55cff9b18f
commit
56ee2635b5
96 changed files with 8426 additions and 7 deletions
|
|
@ -0,0 +1,9 @@
|
|||
wandb_version: 1
|
||||
|
||||
_wandb:
|
||||
desc: null
|
||||
value:
|
||||
cli_version: 0.8.22
|
||||
framework: torch
|
||||
is_jupyter_run: false
|
||||
python_version: 3.7.5
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
running on cpu
|
||||
Loading file...
|
||||
986410
|
||||
Generating testset...
|
||||
0%| | 0/10000 [00:00<?, ?it/s]
0%| | 0/10000 [00:00<?, ?it/s]
|
||||
Traceback (most recent call last):
|
||||
File "pytorch_ai.py", line 135, in <module>
|
||||
trainset, testset = buildsets()
|
||||
File "pytorch_ai.py", line 85, in buildsets
|
||||
testset = to_batched_set(alllines[0:10000])
|
||||
File "pytorch_ai.py", line 55, in to_batched_set
|
||||
labeltensor[counter][9] = 1
|
||||
IndexError: dimension specified as 0 but tensor has no dimensions
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"system.cpu": 46.3, "system.memory": 47.33, "system.disk": 8.1, "system.proc.memory.availableMB": 4055.41, "system.proc.memory.rssMB": 168.55, "system.proc.memory.percent": 2.19, "system.proc.cpu.threads": 1.0, "system.network.sent": 5487, "system.network.recv": 52086, "_wandb": true, "_timestamp": 1580218575, "_runtime": 3}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"root": "/home/clemens/repositorys/pytorch-ai",
|
||||
"program": "pytorch_ai.py",
|
||||
"git": {
|
||||
"remote": "git@github.com:Clemens-Dautermann/pytorch-ai.git",
|
||||
"commit": "55cff9b18f8558ae7a9170e56a3d5c6f6665d9ab"
|
||||
},
|
||||
"email": "clemens.dautermann@gmail.com",
|
||||
"startedAt": "2020-01-28T13:36:12.626726",
|
||||
"host": "ubuntu-laptop",
|
||||
"username": "clemens",
|
||||
"executable": "/usr/bin/python3",
|
||||
"os": "Linux-5.3.0-26-generic-x86_64-with-Ubuntu-19.10-eoan",
|
||||
"python": "3.7.5",
|
||||
"cpu_count": 2,
|
||||
"args": [],
|
||||
"state": "failed",
|
||||
"jobType": null,
|
||||
"mode": "dryrun",
|
||||
"project": "tictactoe",
|
||||
"heartbeatAt": "2020-01-28T13:36:16.645560",
|
||||
"exitcode": 1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue