Open
Description
Hi,
first thank you for your repo!
I just want to ask you, is there a source from where I can understand more about the architecture of your work, besides the mentioned paper?
I mean, maybe you wrote a blog post about your algorithm or something like this.
Kind regards,
Paddy
update:
Also, could you please tell how I can reuse the model which I've trained. I mean I finished the training and want to apply it for sorting a list, f.e.:
python model.py [3,4,6,5,1,2]
And the output would be a sorted list:
[1,2,3,4,5,6]
Metadata
Metadata
Assignees
Labels
No labels
Activity