Luka Secerovic
Luka Secerovic
In the [environment setup](https://github.com/google-research/simclr#enviroment-setup) it's stated that "Our code can also run on a single GPU. It does not support multi-GPUs, for reasons such as global BatchNorm and contrastive loss...
I'm using ImageCollateFunction to augment images in SimClr and BYOL methods. I've have implemented a torch `Dataset` which is then passed to `LightlyDataset`, like `LightlyDataset.from_torch_dataset(torch_dataset)`. My torch dataset's `__getitem__` method...
### Is your proposal related to a problem? I'm using ToolJet for labelling datasets. Images are previewed and I can mark the image as "cat", "dog", "car"... Now I'd like...
## 🐞Describing the bug I have a pytorch model ,which I'm able to convert to CoreML and compress. If I add ClassificationConfig during conversion, I'm unable to compress the model....
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain.js documentation with the integrated search. - [X] I used...
I'm hosting a langserve app. The app is quite simple, but there seems to be a memory leak. Any ideas on why this is happening? I'm seeing this error: ```...
I want to share a conversation from LangServe, how how to do that? I clicked on the "Share" button:  Then copied the url:  When I open that url...
If routes are added with ApiRouter: ``` # some/folder/custom.py from fastapi import APIRouter router = APIRouter() # Create some chain chain = ... add_routes(router, chain, ...) # server.py from some.folder.custom...
### 🎤 Tell us your idea It would be very useful to allow uploading PDFs, docx, videos to the chat. Many LLMs already natively support these input types.