Dickson Neoh

Results 72 comments of Dickson Neoh

Thank you @oylz . I did that and now end up with another error ```bash --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[4], line 11 8 # Pass the...

@oylz thank you again! The export to onnx now does not produce any error!

@oylz here's the code we used ```python import torch from PIL import Image import torchvision.transforms as T import hubconf class xyz_model(torch.nn.Module):     def __init__(self, model):         super().__init__()         self.model = model      def forward(self, ...

Hello @oylz sorry to keep you waiting. You solutions works and we were able to export the onnx model. Thank you so much for the help!

I find that this is the line that overwrites the `similarity.csv` file. https://github.com/visual-layer/fastdup/blob/bf302fa499137f92973057b2bd75f62d5e00ec59/fastdup/__init__.py#L2110 @dbickson could you please check on the C side?

@jdonini , I think we don't have support for Python 3.11 yet. Can you try changing your Python version to 3.10? Here are the steps that works for me. ```bash...

I think omitting the full path is fine too since it will clutter the view. But let's also remove the path when the user views the stats_gallery? ![image](https://user-images.githubusercontent.com/6821286/237037660-4d8e0498-61cb-4657-8198-0660d3b1590e.png)

@guy4261 can you please try this? ``` pip install fastdup --no-deps pip install pandas numpy opencv-python-headless packaging pillow pillow-heif pyyaml requests==2.28.1 sentry-sdk tqdm ```

Hello @kmandeville there's nothing wrong on your side! This output means that pip is unable to find a version of fastdup that fits your hardware and software configurations. What is...

Here's my pip list after manually installing all of them ```python Package Version ---------------------- -------- certifi 2023.5.7 charset-normalizer 2.1.1 contourpy 1.0.7 cycler 0.11.0 fastdup 1.10 fonttools 4.39.4 idna 3.4 importlib-resources...