Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ihategit #33

Open
wants to merge 55 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 54 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
5977f41
Added noise in input
Krakitten Feb 21, 2020
681ec48
Added noise layer
Krakitten Mar 6, 2020
83a7716
Update README.md
Krakitten Mar 13, 2022
c9c2efb
fix repo
MichaelEinhorn Jun 9, 2022
4120fe9
Update README.md
MichaelEinhorn Jun 9, 2022
43a68c0
file url
aleph23 Nov 21, 2022
a62d07d
file url
aleph23 Nov 21, 2022
9a6a151
file url
aleph23 Nov 21, 2022
f0ea044
Delete NeuralComposer.zip
aleph23 Nov 22, 2022
421f694
visual studio'd
aleph23 Nov 22, 2022
a5d1aec
bug fixes and optimos
aleph23 Nov 23, 2022
3b957b5
bug fixes and optimos
aleph23 Nov 23, 2022
068f1e7
'Refactored by Sourcery'
Aug 10, 2023
68850c1
Merge pull request #6 from aleph23/sourcery/MEinkitten
aleph23 Nov 2, 2023
721c6c3
Create sweep.yaml
sweep-ai[bot] Apr 10, 2024
1bf3eb1
Create sweep template
sweep-ai[bot] Apr 10, 2024
43e4123
feat: Updated models.py
sweep-ai[bot] Apr 10, 2024
fafe366
feat: Updated train.py
sweep-ai[bot] Apr 10, 2024
12db7dc
feat: Updated composer.py
sweep-ai[bot] Apr 10, 2024
563c182
Merge pull request #8 from aleph23/sweep/add-sweep-config
aleph23 Apr 10, 2024
2d25fa5
Merge main into sweep/convert_to_pytorch
sweep-ai[bot] Apr 10, 2024
6e0429f
Merge pull request #9 from aleph23/sweep/convert_to_pytorch
aleph23 Apr 10, 2024
7c57c64
feat: Updated models.py
sweep-ai[bot] Apr 10, 2024
6d8199c
feat: Updated train.py
sweep-ai[bot] Apr 10, 2024
855a935
feat: Updated composer.py
sweep-ai[bot] Apr 10, 2024
c4723c1
Merge pull request #11 from aleph23/sweep/convert_new_master_branch_t…
aleph23 Apr 14, 2024
e32e248
Merge pull request #17 from pelegk11/migration
aleph23 Apr 15, 2024
43de128
Added noise in input (#19)
aleph23 Apr 17, 2024
e202cf8
Merge branch 'picklekitten' into 681ec48
aleph23 Apr 17, 2024
a78766e
encode note lengths/finish add noise (#20)
aleph23 Apr 17, 2024
ac1aed5
Merge pull request #21 from aleph23/681ec48
aleph23 Apr 17, 2024
b8e367d
Merge branch 'picklekitten' into 83a7716
aleph23 Apr 17, 2024
e62bd38
Merge pull request #22 from aleph23/83a7716
aleph23 Apr 17, 2024
ac065e9
Merge branch 'migration' into c9c2efb
aleph23 Apr 17, 2024
7106787
Merge pull request #23 from aleph23/c9c2efb
aleph23 Apr 17, 2024
090a1db
Update params.py
aleph23 Apr 17, 2024
a84c048
Merge branch 'picklekitten' into migration
aleph23 Apr 17, 2024
37906e3
Update params.py
aleph23 Apr 17, 2024
de4c85a
Merge pull request #24 from aleph23/migration
aleph23 Apr 17, 2024
01edb45
Merge branch 'picklekitten' into a5d1aec
aleph23 Apr 17, 2024
5675716
Merge pull request #25 from aleph23/a5d1aec
aleph23 Apr 17, 2024
6053e83
Update models.py
aleph23 Apr 17, 2024
ebd7937
Update train.py
aleph23 Apr 17, 2024
49b6c3f
Merge pull request #26 from aleph23/68850c1
aleph23 Apr 17, 2024
a9945d2
Merge branch 'picklekitten' into e32e248
aleph23 Apr 17, 2024
2f31cb3
Update composer.py
aleph23 Apr 17, 2024
f403ec6
Merge pull request #28 from aleph23/e32e248
aleph23 Apr 17, 2024
72bb882
Update sweep-template.yml
aleph23 Apr 17, 2024
04336c4
Update sweep-template.yml (#32)
aleph23 Apr 20, 2024
98adfe8
Delete .idea directory
aleph23 Apr 21, 2024
2913b82
Delete .vs directory
aleph23 Apr 21, 2024
148ff67
Delete .vscode directory
aleph23 Apr 21, 2024
a76ab98
Changes to be committed:
aleph23 Apr 21, 2024
2afe1e5
Merge branch 'picklekitten' of https://github.com/aleph23/Composer in…
aleph23 Apr 21, 2024
4a18d7c
deleted: .vs/ProjectSettings.json
aleph23 Sep 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/sweep-template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Sweep Issue
title: 'Sweep: '
description: For small bugs, features, refactors, and tests to be handled by Sweep, an AI-powered junior developer.
labels: sweep
body:
- type: textarea
id: description
attributes:
label: Details
description: Tell Sweep where and what to edit and provide enough context for a new developer to the codebase
placeholder: |
Unit Tests: Write unit tests for <FILE>. Test each function in the file. Make sure to test edge cases.
Bugs: The bug might be in <FILE>. Here are the logs: ...
Features: the new endpoint should use the ... class from <FILE> because it contains ... logic.
Refactors: We are migrating this function to ... version because ...
# - type: input
# id: branch
# attributes:
# label: Branch
# description: The branch to work off of (optional)
# placeholder: |
# main
Loading