Method__init__(
self,
sampler,
max_tokens,
max_batch,
sample_lengths,
max_sq
src/byprot/datamodules/dataset/uniref.py:100
Method__init__(
self,
dataset,
batch_size,
max_tokens=6000,
drop_last=False,
src/byprot/datamodules/dataset/data_utils.py:384
Method__init__(
self,
sampler,
max_tokens,
max_batch,
sample_lengths,
max_sq
src/byprot/datamodules/dataset/tokenized_protein.py:167
Method__init__(
self,
data_dir: str,
split: str,
csv_file: str,
max_len=2048,
src/byprot/datamodules/dataset/tokenized_protein.py:252
Method__init__(
self,
sampler,
max_tokens,
max_batch,
sample_lengths,
max_sq
src/byprot/datamodules/dataset/uniref_hf.py:89
Method__init__(
self,
*,
sampler_cfg,
metadata_csv,
seed=123,
shuffle=True,
src/byprot/datamodules/pdb_dataset/pdb_datamodule.py:574
Method_format_checkpoint_name(
self,
filename,
metrics: Dict[str, Tensor],
prefix: str = "",
auto_i
src/byprot/utils/callbacks.py:206
Functionbackbone_atom_lossComputes backbone atom loss. Args: atom37_pred_positions: [*, N_res, 37, 3] predicted positions atom37_gt_positions: [*, N_res, 37, 3
src/byprot/models/structok/modules/loss.py:1662
Functioncollate_batch(
batch: List[Dict[str, Any]],
batch_converter,
transform=None,
atoms=("N", "CA", "C", "O"),
)
src/byprot/datamodules/dataset/cath.py:143