Luka Secerovic

Results 9 issues of 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...

feature request

## 🐞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....

bug
triaged
PyTorch (traced)

### 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...

auto:bug

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: ![image](https://github.com/langchain-ai/langserve/assets/22435018/dc8487a9-188d-48ab-92f0-f6154a212f4a) Then copied the url: ![image](https://github.com/langchain-ai/langserve/assets/22435018/30204ad0-5657-4e44-885f-0865c01a1eb2) 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.

feature request
help wanted