xiaopeng
xiaopeng
How to solve it? I also met it ..... Thanks!
I get it, Thank you!
I worked it, the issue of onnx. but I get other error about : OpcodeGenerator is unimplemented for Pow
``` import tensorflow as tf import tensorflow_hub as hub import cv2 from matplotlib import pyplot as plt import numpy as np model = hub.load("https://tfhub.dev/google/movenet/singlepose/lightning/4") # Get the concrete function of...
``` from lm_eval.tasks import TaskManager initialize_tasks = TaskManager.initialize_tasks ``` it does work
Thanks, I didn't use c4 calibration dataset, I just wanted to reproduce the data in the paper. ```python def get_loaders(name, nsamples=128, seed=0, seqlen=2048, tokenizer=None): if 'wikitext2' in name: return get_wikitext2(nsamples,...