generated from NewcastleRSE/Standard-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Implement TransformerXANES in XANESNET
src code: ar-simplified-double-pdos.zip
- Implement
transformer.pyin the models/ dir.
Note: Define the forward function asforward (self, batch)and unpack attributes within the function. This ensures thatnn_learnandnn_predictcan be applied directly to the model. Refer to the GNN model as an example. - Add hybrid loss to
switch.py - Create
datasets/directory. Move the graph datasetdata_graphinto this dir, and implementXANESDatasetclass in the dir - Add early stop option
Reactions are currently unavailable