test / test.py
thinh-researcher's picture
Update
db7d3b8
raw
history blame contribute delete
141 Bytes
from transformers import AutoModel
model = AutoModel.from_pretrained(
"RGBD-SOD/custom-resnet50d", trust_remote_code=True
)
print(model)