Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Generate dataset:

Install simulation:

python3.11 -m venv .venv11
source .venv11/bin/activate
pip install -r src/sim/requirements.txt

Generate dataset with:

This takes about 30 min.

python3.11 -m src.sim.main

2. Train model

Installation

Please update the requirements depending on your CUDA version!

python3.13 -m venv .venv13
source .venv13/bin/activate
pip install -r requirements.txt

Train the model

This takes a VERY LONG TIME approximately 4 days!

python3 -m src.ml.train

3. Generate data

using the same .venv13 run:

python3 -m src.ml.test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages