liuliuball
liuliuball
Was there any progress on this recently? We have the same problem now, thanos sidecar upload block at different time may solve this problem, but we would like to solve...
```python def run_bigru_benchmark(train_df, test_df, sent_cols, sim_col, validation_portion=0.1, n_hidden=100, embedding_dim=300, batch_size=64, n_epoch=500, optimizer=None, save_weights=None, load_weights=None, max_seq_length=None, model=None): datasets = [train_df, test_df] embeddings = prepare_embeddings(datasets=datasets, question_cols=sent_cols, model=model) ``` I found the 'embeddings'...