Skip to content

batch['text'] adds [self.mapping_task[task_name]] twice#30

Open
Lighten001 wants to merge 1 commit intosalesforce:mainfrom
Lighten001:main
Open

batch['text'] adds [self.mapping_task[task_name]] twice#30
Lighten001 wants to merge 1 commit intosalesforce:mainfrom
Lighten001:main

Conversation

@Lighten001
Copy link
Copy Markdown

function log_images will call get_input (which is the second time be called) on train batch end

z, c = self.get_input(batch, self.first_stage_key, bs=N)

so batch['text'] will add [self.mapping_task[task_name]] twice

batch['txt'] = batch['txt'] + [self.mapping_task[task_name]]

the c_task should be c_all[BS:BS+1,:1,:] to avoid the two same task prompt

@salesforce-cla
Copy link
Copy Markdown

Thanks for the contribution! Before we can merge this, we need @Lighten001 to sign the Salesforce Inc. Contributor License Agreement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant