Zohar Joe

Results 5 issues of Zohar Joe

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...

dev-1.x
codecamp

### Branch 1.x branch (1.x version, such as `v1.0.0rc2`, or `dev-1.x` branch) ### Prerequisite - [X] I have searched [Issues](https://github.com/open-mmlab/mmselfsup/issues) and [Discussions](https://github.com/open-mmlab/mmselfsup/discussions) but cannot get the expected help. - [X]...

Bug
dev-1.x

Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily get feedback. If you do not understand...

dev-1.x
codecamp

Huggingface has recently been banned in some countries, so I manually download files under [biomedclip repo](https://huggingface.co/microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224/tree/main) and hope to load it total from local file. I tried `open_clip.get_tokenizer('hf-hub:microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224', cache_dir='/home/sdb/preTrain/biomedclip/')` but...

I replace llama as ChatGPT and tried to return a web link in its response like this ``` query="interested_thing" neede_site="some_web_site" response = self.chat_with_gpt(message) response = response+f"Tips:information based on {query}" ```...