KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
ImageGCN
★ 17
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
drill-helm-charts
:
Helm Charts to Deploy Apache Drill on Kubernetes
pyarmnn-release
:
PyArmNN is a python extension for Arm NN SDK. PyArmNN provides interface similar to Arm NN C++ Api.
poly-YOLOv3
:
A polygon detector based on obb-yolov3 (WIP)
js-wmf
:
Windows MetaFile (wmf) processor
XMLYDownloader
:
使用wpf实现的www.ximalaya.com(喜马拉雅FM)资源下载工具
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ImageGCN
?
Download (.md)
# ImageGCN This repository is the official PyTorch implementation of the experiments in the following paper: Mao, Chengsheng, Liang Yao, and Yuan Luo. "Imagegcn: Multi-relational image graph convolutional networks for disease identification with chest x-rays." IEEE Transactions on Medical Imaging 41.8 (2022): 1990-2003. ## Test run ``` python run_sglayer.py --path <data path> --neibor relation -e res50 --gpu 0 --batch-size 16 --train-percent 0.7 ```