ardigen / MAT

The official implementation of the Molecule Attention Transformer.
MIT License
239 stars 57 forks source link

No library found for "Adapter" function #19

Open tanmayGIT opened 2 years ago

tanmayGIT commented 2 years ago

Hi, Thanks for the excellent and easily understandable code. I could easily use your code but I have some issues understanding the use of "Adapter" and in which library it exists. I couldn't find which library it is from. self.adapter = Adapter(size, 8) if use_adapter else None

Thanks in advance.