Files
AMD-SHARK-Studio/tank/tf
Chi_Liu f6e9f2d571 Generate Shark Tank for tflite (#142)
generate shark_tank for tflite
2022-06-20 14:35:35 -07:00
..

Running SharkInference on CPUs, GPUs and MAC.

Run the binary sequence_classification.

The models supported are: hugging face sequence classification

./seq_classification.py --hf_model_name="hf_model" --device="cpu" # Use gpu | vulkan

Once the model is compiled to run on the device mentioned, we can pass in text and get the logits.