yasufumy / placeholder_reconstruction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Soccer Relay Generation

Overview

This repository provides code for Seq2Seq of soccer relay generation.

Preparation

Please run commands below for preparation.

$ git clone https://github.com/yasfmy/soccer_relay_generation.git
$ git submodule init
$ git submodule update
$ make init

Start learning

$ python main.py --gpu 0 --net mlp-att

About


Languages

Language:Python 99.8%Language:Makefile 0.2%Language:Shell 0.1%