nashid
nashid
@moyix are you aware of any opensource implementation that we could use to build the Intellij plugin for fauxpilot?
@Xelef2000 I know you have suggested for vscode plugin https://github.com/hieunc229/copilot-clone. Are you aware of anything equivalent for Intellij plugin?
@smith-co I tested with the following: ``` from models.blip import blip_feature_extractor from torch import nn image_size = 224 image = load_demo_image(image_size=image_size, device=device) model_url = 'https://storage.googleapis.com/sfr-vision-language-research/BLIP/models/model_base.pth' model = blip_feature_extractor(pretrained=model_url, image_size=image_size, vit='base')...
This feature would be very useful for me.
Can we Graph Neural Network models like GCN, GAT, GGNN, GraphSage, etc?
Including Contrastive Representation Learning models would be great!
@danielegrattarola FYI only - OpenNMT has a GGNN implementation. https://opennmt.net/OpenNMT-py/examples/GGNN.html I think having a similar model would be a great starting point.
@thilakshiK have you found a solution? For me, it looks like we need to do a manual hyperparameter search with a limited number of combinations. I would be interested to...
@AlanSwift looking forward to the relational GNN support. By the way, without the support to run in a multiple-GPU environment, not sure how this library could be useful for large...
@AlanSwift wondering when the RGCN implementation would be available?