Instructions to use Superxixixi/LoCoNet_ASD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Superxixixi/LoCoNet_ASD with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="Superxixixi/LoCoNet_ASD", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Superxixixi/LoCoNet_ASD", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload pytorch_model.bin 158e809
Upload loconet 37063c9
Upload loconet acc5cc9
Upload loconet cdd1ce3
Upload 5 files b98cec2
Delete test_multicard.py a25806a
Delete train.py b89c008
Delete scripts fe7cbab
Delete model 182c3ce
Delete metrics 29ac319
Delete legacy d828569
Delete dlhammer 849d787
Delete configs ae82992
Delete __pycache__ d66d2c4
Upload loconet 5b70063
push files 2e36228
xiziwang commited on
initial commit and test a9c14c0
xiziwang commited on