Noman dilawar

Results 3 issues of Noman dilawar

I am unable to translate text from one language to other. Code: ``` from textaugment import Translate t = Translate(src="en", to="fr") t.augment('In the afternoon, John is going to town') ```...

hacktoberfest

### Question In the process of scaling up the input image size within `clip_encoder.py`, the following adjustments have been made: ``` def load_model(self, device_map=None): if self.is_loaded: print('{} is already loaded,...

After training my model on a single class, I noticed that it performed well on both the validation and test datasets when I looked into the predictions. However, upon closer...