QData / TextAttack

TextAttack 🐙 is a Python framework for adversarial attacks, data augmentation, and model training in NLP https://textattack.readthedocs.io/en/master/
https://textattack.readthedocs.io/en/master/
MIT License
2.99k stars 398 forks source link

Question: Installing TextAttack with Specific TensorFlow version #705

Closed SantoshYadaw closed 2 years ago

SantoshYadaw commented 2 years ago

Hi, is there a way to install TextAttack with a specific Tensorflow version? Thank you in advance

jxmorris12 commented 2 years ago

Well, it is a Python package, so after installing TextAttack you can upgrade or downgrade TensorFlow to your version of choice!

SantoshYadaw commented 2 years ago

Ok noted with thanks @jxmorris12 :D