mirror of
https://github.com/Saoge123/PocketFlow.git
synced 2026-06-04 12:44:22 +08:00
Update finetuning.py
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import torch
|
||||
from pocket_flow.gdbp_model import PocketFlowWithEdgeNew, reset_parameters, freeze_parameters
|
||||
from pocket_flow.gdbp_model import PocketFlow, reset_parameters, freeze_parameters
|
||||
from pocket_flow.utils import Experiment, LoadDataset
|
||||
from pocket_flow.utils.transform import *
|
||||
#from utils.ParseFile import Protein, parse_sdf_to_dict
|
||||
@@ -54,4 +54,4 @@ exp.fit_step(
|
||||
with_tb=True, logdir='./finetuning_log', schedule_key='loss', num_workers=8,
|
||||
pin_memory=False, follow_batch=[], exclude_keys=[], collate_fn=None,
|
||||
max_edge_num_in_batch=400000
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user