Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
37319df
Garthi
Garthigan Jun 12, 2026
8607147
Update publication_plan with current results and accuracy comparisons
Garthigan Jun 16, 2026
a586fdc
Add full ACCV 2026 paper draft (9-10 pages)
Garthigan Jun 16, 2026
1422a34
paper
Garthigan Jun 16, 2026
0df4d2e
update
Garthigan Jun 16, 2026
19df8d3
Garthi
Garthigan Jun 12, 2026
2de29e3
updated
Garthigan Jun 17, 2026
d33e4ba
update
Garthigan Jun 17, 2026
e5c1c66
Merge remote-tracking branch 'origin/dev' into mymac
Garthigan Jun 17, 2026
c054847
Add true plug-in (frozen-backbone) ABR results and audit
Garthigan Jun 17, 2026
90938d0
update
Garthigan Jun 17, 2026
487dcce
update
Garthigan Jun 17, 2026
cfd7562
new results
Garthigan Jun 17, 2026
83fb235
Merge dev branch: add paper drafts and update results documentation
Garthigan Jun 17, 2026
47d0554
Merge remote-tracking branch 'origin/dev' into mymac
Garthigan Jun 17, 2026
ab89cad
update
Garthigan Jun 17, 2026
983d7fb
Merge remote mymac, keep local PPTX; update RESULTS.md with tiered 1-…
Garthigan Jun 17, 2026
bd59108
commit
Garthigan Jun 17, 2026
5862ef9
Merge branch 'dev' of github-me:aaivu/Garthigan-MSc into mymac
Garthigan Jun 18, 2026
2a2244c
paper final
Garthigan Jun 18, 2026
783b35f
updated
Garthigan Jun 18, 2026
2d11dc1
uodate
Garthigan Jun 18, 2026
427f345
Reorganise repo for paper submission
Garthigan Jun 24, 2026
b7f27be
Sync publication figures to current paper_fig* naming
Garthigan Jun 24, 2026
84c8279
Add publication figures to README
Garthigan Jun 24, 2026
ae3e42c
Trim README to three inline figures only
Garthigan Jun 24, 2026
b386d8b
Anonymise citation block for blind submission
Garthigan Jun 24, 2026
feeb01a
Update README for anonymous under-review submission
Garthigan Jun 24, 2026
0f259c3
Link abr_variants.html via htmlpreview for zero-deployment rendering
Garthigan Jun 24, 2026
47df52c
Update repo name to abr-fewshot in htmlpreview link
Garthigan Jun 24, 2026
f1f6642
Remove abr_variants.html mention from README
Garthigan Jun 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
50 changes: 37 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,47 @@ build/
.eggs/

# ── Data (never commit raw datasets) ──────────────────────────────────────────
data/raw/
data/processed/
data/
*.h5
*.hdf5

# ── Logs (training stdout — can be huge) ──────────────────────────────────────
logs/archive/
logs/*.log
# ── Logs ──────────────────────────────────────────────────────────────────────
logs/

# ── Experiments & checkpoints ─────────────────────────────────────────────────
experiments/checkpoints/
experiments/runs/
experiments/logs/
experiments/

# ── Results (large artefacts) ─────────────────────────────────────────────────
results/embeddings/
results/figures/*.png
results/figures/*.pdf
# ── Results — keep only publication figures ────────────────────────────────────
results/
!results/publication/
!results/publication/**

# ── Internal planning and working docs ────────────────────────────────────────
ACCV.md
ACCV_ACTION_PLAN.md
AGENTS.md
CLAUDE.md
DEBUG_RESNET12.md
GUIDE.md
experiment_log.md
research_notes.md
paper_writing_guide.md
final.tex

# ── Draft paper directories ────────────────────────────────────────────────────
paper/
publication_plan/
docs/

# ── Presentation files ─────────────────────────────────────────────────────────
*.pptx
*.ppt
*.key

# ── Diagram source files ───────────────────────────────────────────────────────
*.drawio
*.drawio.xml
*.xml

# ── Notebooks ─────────────────────────────────────────────────────────────────
notebooks/.ipynb_checkpoints/
Expand All @@ -41,7 +64,7 @@ notebooks/.ipynb_checkpoints/
.idea/
.claude/

# ── 3rd-party reference repos (clone separately) ──────────────────────────────
# ── 3rd-party reference repos ─────────────────────────────────────────────────
references/

# ── OS ────────────────────────────────────────────────────────────────────────
Expand All @@ -58,3 +81,4 @@ hf_token.txt
.pytest_cache/
.coverage
htmlcov/
abr_attn_diagram.html
271 changes: 0 additions & 271 deletions ACCV.md

This file was deleted.

Loading