TMTrackNN icon indicating copy to clipboard operation
TMTrackNN copied to clipboard

Building TrackMania tracks with neural networks.

Results 4 TMTrackNN issues
Sort by recently updated
recently updated
newest added

Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.0 to 2.11.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.11.1 Release 2.11.1 Note: TensorFlow 2.10 was the last TensorFlow release that supported GPU on native-Windows. Starting...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.3 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hello, I tried to process a big batch of replays (9706 replays). I started with `python3 preprocessing.py -i replays/ -o out/` and it successfully processed 3649 replays, but then failed...

Hello, I cloned this repo, and I have all the repositories installed, but when I run the example command given in the description ```python3 build.py -b models/block_model_300_300.h5 -p models/position_model_512_512_256.h5 -l...