Shairoz Sohail
Shairoz Sohail
Just a note, I was getting issues with two same inputs having nonzero loss and I tracked it to within the _random_pooling() method - the random sampling of the features...
## ❓ Questions and Help **Description** For some reason, calling __getitem__() on the Torchtext Multi30k dataset returns a NotImplementedError for me, despite the dataset being properly downloaded and calling next(iter())...
I would like to visualize a Network where nodes are local images. I see that I can add an image to a node by the following for example: N.add_node(0, shape='image',...
Just a word of caution, it seems setting mIOU=1 is a bad idea, as the if statement setting the mIOU variable doesn't execute (as it utilizes information from the previous...
Awesome library, I was able to convert it to train against my own dataset after making some modifications. Are there any plans to include (or do you have something personal...
It would be useful for me to be able to use images (stored as .png files) as nodes - is it possible to do this by adding an attribute to...
Is it currently possible to set a refresh interval so that the network updates whenever the underlying data changes?
Is there a version of the dataset that is not converted to TFRecord format? I'm doing follow-up research and work primarily in pytorch so the conversion is a pain. Can...
Can you include a notebook showing how to extract the attention map for a prediction given the trained model and a sample image?