Results 10 comments of Marc Gavilán
trafficstars

I will join you on this script @basab-gupta !

For people struggling with this issue. While this gets fixed, if you need to debug an error raised by wand.agent and you need more context. Simply replicate the same hyperparameters...

Hi guys. I have started attempting this issue again. You can find my draft PR here: https://github.com/GyulyVGC/sniffnet/pull/455/files Let me know if I have understood this right. We want a Docker...

I am studying how Docker deals with networks. I'll get back with some solutions and insights

I am considering running the app in a detached state and then doing SSH X11 forwarding to interact with it. Some progress... I am building with ```Dockerfile FROM rust:bullseye as...

Okay I see. I'll look for some references of projects that reliably run Iced inside Docker. As an alternative, a web interface like Pi-Hole could be useful

Thank you for your time and your response! I recently realized that I made a mistake in the following line: `attribution = ig.attribute(input_indices, target=[101]).` Although I successfully obtained the embeddings...

After some digging, the issue I am facing is that by using the wrapper InterpretableEmbeddingBase, my input is a 3-dimensional tensor instead of the 2-dimensional input required for normal Bert...

Yes, Iced is my blocking point on this issue