https://github.com/k-l-lambda/deep-starry
https://github.com/k-l-lambda/deep-starry
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/k-l-lambda/deep-starry
- Owner: k-l-lambda
- Created: 2021-07-28T02:01:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-25T04:47:30.000Z (over 1 year ago)
- Last Synced: 2025-03-25T05:28:50.121Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 35.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.txt
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
```