Since the model could struggle to learn to organize the text if the connections between the words are in large part random, a Unet-like graph maker will probalby be more optimal for information transmission accross the graph.
The implementation will be in src/graph_initialyzzation.py in the class UnetGraphMaker
Since the model could struggle to learn to organize the text if the connections between the words are in large part random, a Unet-like graph maker will probalby be more optimal for information transmission accross the graph.
The implementation will be in
src/graph_initialyzzation.py
in the classUnetGraphMaker