Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MIRALab-USTC/AI4Sci-MiCaM
/ functions
Functions
121 in github.com/MIRALab-USTC/AI4Sci-MiCaM
⨍
Functions
121
◇
Types & classes
28
Function
apply_merging_operation_producer
(motif: str, batch: List[MolGraph], q: Queue)
src/merging_operation_learning.py:175
Function
apply_operations
(batch: List[Tuple[int, str]], mols_pkl_dir: str)
src/motif_vocab_construction.py:17
Function
batch_collate
(batch: List[mol_train_data])
src/model/dataset.py:28
Method
decode
Input: a batch of vectors for generation. Output: the list of smiles of the generated molecules.
src/model/decoder.py:324
Method
forward
( self, z: torch.Tensor, input: batch_train_data, dev: bool=False, )
src/model/decoder.py:160
Method
forward
(self, x: torch.Tensor)
src/model/nn.py:57
Method
forward
(self, x, edge_index, edge_attr, batch)
src/model/nn.py:128
Method
forward
(self, input: batch_train_data, beta: float, prop_weight: float, dev: bool=Fal
src/model/MiCaM_VAE.py:165
Method
forward
(self, atom_features: torch.Tensor )
src/model/encoder.py:19
Method
forward
(self, data: Data)
src/model/encoder.py:51
Method
get_conn_label
(self, motif_idx: int, order_idx: int)
src/model/vocab.py:62
Method
get_smiles
(self, idx)
src/model/vocab.py:17
Function
get_stats_producer
(batch: List[MolGraph], q: Queue)
src/merging_operation_learning.py:92
Function
label_attachment
(smiles: str)
src/model/utils.py:127
Function
load_batch_mols
(batch: List[Tuple[int, str]])
src/merging_operation_learning.py:60
Function
process_train_batch
(batch: List[str], raw_dir: str, save_dir: str)
src/make_training_data.py:17
Function
process_valid_batch
(batch: List[Tuple[int, str]], save_dir: str)
src/make_training_data.py:27
Method
reset_parameters
(self)
src/model/encoder.py:26
Method
save_motifs_embed
(self, path)
src/model/MiCaM_VAE.py:142
Method
step
(self)
src/model/scheduler.py:25
Method
step
(self)
src/model/scheduler.py:38
← previous
101–121 of 121, ranked by callers