Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Repri #47

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
treat the text embedding as a additional protoype
  • Loading branch information
Max You authored and Max You committed Dec 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 878c5063266e127ca8c0ea254bac40cad477081f
2 changes: 1 addition & 1 deletion lseg_repri.py
Original file line number Diff line number Diff line change
@@ -206,7 +206,7 @@ def __init__(self):
parser.add_argument(
'--nshot',
type=int,
default=1
default=3
)
parser.add_argument(
'--fold',