emtropyml
emtropyml
No, I'm running it on tensorflow 1.14 only. Also I'm getting the following error at evaluation time: (Sequences longer than 512 tokens seem to be not taken care of automatically...
Here it is: model = MultiLabelClassifier(base_model=DistilBERT, batch_size=2, chunk_long_sequences=False, multi_label_sequences=True, n_epochs=3) model.fit(trainX, trainY) mlb = MultiLabelBinarizer() predictions =model.predict(testX) print(classification_report(mlb.fit_transform(testY),mlb.fit_transform(predictions))) I get the same error during training and inference time.
finetune==0.8.3 mesh-tensorflow==0.0.5 tensorflow==1.14.0 tensorflow-datasets==1.0.2 tensorflow-estimator==1.14.0 tensorflow-gpu==1.14.0 tensorflow-hub==0.5.0 tensorflow-metadata==0.13.0 tensorflow-probability==0.7.0rc0 tensorflow-serving-api-gpu==1.13.0
When are you guys planning on releasing Finetune **0.8.4** on PyPI ?
I'm getting this even in a GPU environment on GCP.