franz101
franz101
https://github.com/apify/proxy-chain/pull/171 I have made a workaround but currently not working for https... The implementation from @temp3l can maybe help: https://github.com/temp3l/proxy-chain/tree/socksProxy
Another solution here: https://github.com/orlv/tiny-proxy-chain/blob/94fb49c7b9b930817d0308c116d9de6d8b90db8a/index.js#L265
How is the investigation going? I modified the package long time ago for custom indices. Would look into it again if we find a way not to make it a...
@ramanova just what had in mind 20 minutes ago hahaha. Where you able to recreate the results?
Not for Mac though: VBoxPython3_7m.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x03
Thanks Sylvain @sgugger for your quick reply. To clarify the issue when writing a callback integration for data monitoring: For some monitoring, the embedding and original row indices (to identify...
Yes, I see. The initial thought was the user needs to just populate the report_to flag. But as you have said access wise and order wise, when dealing with adding/accessing...
Though if modify the dataset to add the idices: row_len = len(ds["train"]) ds["train"] = ds["train"].add_column("idx",list(range(row_len))) the unmodified forward function will throw an error. As the input then is: ` ['text',...
Hey @maartenbreddels , thanks for the input. I have forked vaex and am experimenting with the different version implementation: https://github.com/franz101/vaex-colab/blob/f70f4a4e2ef6c4d2902239e183f5d7abd4bcc4d3/packages/vaex-core/vaex/version.py But running the installation it fails during the vaex-meta setup:...