Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from NVlabs/prismer

The implementation of "Prismer: A Vision-Language Model with An Ensemble of Experts".

License

animesh/prismer

 
 

Repository files navigation

Prismer with Cog Implementation

This is a Cog implementation of the Primser, from the paper, Prismer: A Vision-Language Model with An Ensemble of Experts.

Replicate

First, download the pre-trained weights:

cog run script/download-weights 

Then, you can run predictions:

cog predict -i image=...

Replicate also provides API:

import replicate
model = replicate.models.get("cjwbw/prismer")
model.predict(image=...)

About

The implementation of "Prismer: A Vision-Language Model with An Ensemble of Experts".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.9%
  • Cuda 6.3%
  • Other 0.8%