Files
autopilot/models/GAN/_schema.md
2026-05-30 14:49:40 +03:00

586 B

GAN Schema

Notebook structure definition for the Google -> Yandex GAN model.


Format

# === IMPORTS ===
<all imports>

# markdown
"""Description"""

# code: ./src/file.py

# # shell:
<shell commands>

Directives

Directive Description
# code: Include file from src/
# markdown Add markdown cell
# # shell: Add notebook shell command cell

build.py generates notebook.gen.ipynb from _schema.py.