Relative Content

Tag Archive for pytorchtransformer-model

how to train equivariant transformer on atomic coordinate data

i’m new to using transformers. i’m trying to use the equiformer model docs here to train a score function on atomic coordinate data. the atomic coordinate data is an Nx3 array, where N is the number of atoms and 3 because of 3 spatial dimensions. likewise, i also have an Nx118 array of one-hot encoded labels for each atom type (118 because of 118 atoms in periodic table).