> For the complete documentation index, see [llms.txt](https://robertchoi.gitbook.io/jetracer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://robertchoi.gitbook.io/jetracer/undefined-7/pc.md).

# 7.1.2 데이터를 가지고 우분투 리눅스 에서 훈련하기

1. 자동차에서 모은 데이터를 PC로 싱크 시킨다.

```
rsync -rv --show-progress --partial pi@<your_ip_address>:~/mycar/data/  ~/mycar/data/
```

2\. 훈련시킨다.

```
python ~/mycar/manage.py train --model ./models/mypilot.h5
```

3\. 훈련된 모델을 다시 레이서 카에 싱크 시킨다.

```
rsync -rv --show-progress --partial ~/mycar/models/ pi@:~/mycar/models/
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://robertchoi.gitbook.io/jetracer/undefined-7/pc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
