models icon indicating copy to clipboard operation
models copied to clipboard

Off-the-shelf models for a variety of domains

Results 10 models issues
Sort by recently updated
recently updated
newest added

Updated Vit with better usage example

model_name = "efficientnet_b0" ​ imported_model1.push_to_huggingface( repo_id=f"unifyai/{model_name}", config_path = "config.json", model_path = "model.pkl", weights_path = "weights.hdf5", repo_type = "model", token = "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", private = False, revision = None, commit_message = "adds...

https://trello.com/c/qVgTiCNH/1673-yolo-demo-and-implementation Creating this PR so that the work done on this model so far doesn't get lost. Since this model is not required for any demo, I've stopped working on...

These errors are coming on master branch state of the densenet and after setting batchnorm(training=False), both cases.

Finalized DINO model architecture split into three main files: - dino.py containing the DINONet and Spec classes - layers.py containing the inner layers that the DINI model builds on top:...