Skip to content

Commit

Permalink
Disable torchtext warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bputzeys committed May 22, 2024
1 parent cf1fb93 commit fcaf499
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions helical/models/scgpt/tokenizer/gene_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
import numpy as np
import pandas as pd
import torch
import torchtext
torchtext.disable_torchtext_deprecation_warning()
import torchtext.vocab as torch_vocab
from torchtext.vocab import Vocab

Expand Down

0 comments on commit fcaf499

Please sign in to comment.