Skip to content

Commit

Permalink
Debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
zmgong committed Jul 24, 2024
1 parent e0ffe2b commit 0206a96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ language:
model: lora_bert

model_output_name: trained_with_insect_image_dna_text
evaluation_period: 40
evaluation_period: 50
ckpt_path: ${project_root_path}/ckpt/bioscan_clip/trained_with_bioscan_1m/image_dna_text.pth
ckpt_trained_with_insect_image_dna_text_path: ${project_root_path}/ckpt/bioscan_clip/trained_with_insect_image_dna_text
output_dim: 768
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@hydra.main(config_path="../bioscanclip/config", config_name="global_config", version_base="1.1")
def main(args: DictConfig) -> None:

os.environ["TOKENIZERS_PARALLELISM"] = "false"
# world_size = torch.cuda.device_count()
# print(f'world_size: {world_size}')
# rank = 0
Expand Down

0 comments on commit 0206a96

Please sign in to comment.