An open API service indexing awesome lists of open source software.

https://github.com/k-l-lambda/deep-starry


https://github.com/k-l-lambda/deep-starry

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Deep Starry

## Local enviroment variables

Variable Name | Default Value | Description
:-- | :-- | :--
**TRAINING_DIR** | `./training` | Training checkpoints directory
**DATA_DIR** | |
**VISION_DATA_DIR** | |
**TEXTURE_SET_DIR** | |
**TEXTURE_SET_SIZE** | |
**PREDICTOR_LOG** | |

## Test topology training command line:

```bash
python3 ./trainTopology2.py ./configs/test-topology.yaml --tr 2
```