nnstreamer / nntrainer

NNtrainer is Software Framework for Training Neural Network Models on Devices.
Apache License 2.0
134 stars 71 forks source link

Updated Resnet Build instructions #2598

Closed udit01 closed 1 month ago

udit01 commented 1 month ago

Changed it to correct option '-C' instead of '-c'

taos-ci commented 1 month ago

:memo: TAOS-CI Version: 1.5.20200925. Thank you for submitting PR #2598. Please a submit 1commit/1PR (one commit per one PR) policy to get comments quickly from reviewers. Your PR must pass all verificiation processes of cibot before starting a review process from reviewers. If you are new member to join this project, please read manuals in documentation folder and wiki page. In order to monitor a progress status of your PR in more detail, visit http://ci.nnstreamer.ai/.

taos-ci commented 1 month ago

INFO: You can read if there are misspelled characters at our misspelling check report. Please read http://ci.nnstreamer.ai/nntrainer/ci/repo-workers/pr-checker/2598-202405221622050.89024806022644-e00d11ab3e99175f8607965e4ae3afd9db70638d/report/misspelling_result.txt.

taos-ci commented 1 month ago

To contributor, We have used 'Signed-off-by:' notation by default to handle the license issues, that result from contributors. Note that 'Is there a Signed-off-by line?' is important because lawyers tell us we must have to it to cleanly maintain the open-source license issues even though it has nothing to do with the code itself.

skykongkong8 commented 1 month ago

Hi @udit01 :) I could observe some CI fail and guess it is because you did not follow our commit message convention. You should leave some notes about your commits like below:

Commit title (Until 50 colums per line)

Describe a commit content (Until 80 colums per line) in detail ASAP.

**Changes proposed in this PR:**
-

Resolves:

**Self evaluation:**
1. Build test:     [X]Passed [ ]Failed [ ]Skipped
2. Run test:     [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: {your_name} <{your_email}>
udit01 commented 1 month ago

Hi @udit01 :) I could observe some CI fail and guess it is because you did not follow our commit message convention. You should leave some notes about your commits like below:

Commit title (Until 50 colums per line)

Describe a commit content (Until 80 colums per line) in detail ASAP.

**Changes proposed in this PR:**
-

Resolves:

**Self evaluation:**
1. Build test:     [X]Passed [ ]Failed [ ]Skipped
2. Run test:     [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: {your_name} <{your_email}>

Thanks, I'll create a new one with this template.