-
## Instructions To Reproduce the Issue:
`Dino` configuration contains the parameter named `MLP_DIM` which looks like being adjustable by the user. But actually, it is hard coded. See the line here ht…
-
When testing, I faced a problem that calls cv_embed is lost, but I printed the key and I think cv_embed is existing.
the code and the result is listed, thanks for any help!
**def load_param(se…
-
**Is your feature request related to a problem? Please describe.**
Related to the task of migrating estimators from [sktime-dl](https://github.com/sktime/sktime-dl) to sktime. The main goal of doing …
-
When I run the pplm when both bow and discrim are on, ('technology', 'sentiment', respectively), new_accumulated_hidden.shape[1] = 765 but the emb_size in mlp is 1024, the dimensions are not consisten…
-
As a first step we can try a fixed tuning, using the existing weights, plus a classifier that we train with our labels.
The approach suggested is to use a MLP for classification where the Bert4eth …
-
I installed PEFT from source.
And use the latest versions of Transformers and TRL.
I passed the XLoRA model to TRL but the training doesn't seem to work (training loss doesn't decrease and validatio…
-
Thank you with your helpful code of the paper. However, when I am running the "bert_pretrained/classifier.py" for training on YELP dataset, the accuracy of the model is just around 60%, why would th…
-
Hi,
I am currently working on understanding PiFu in Detail, so I can apply it to cars. I already wrote you an email if you remember. I have it running and its doing decently already for the short tim…
-
I have a question as is shown in the title:
What kind of classifier or architecture of classifier that BERT uses.
LSTM or other kind of neural network or something else?
Is there a descriptio…
-
Hi, thank you for the excellent paper and open sourcing of the project. I am working on a new project that modifies and uses your code, and here are two questions I have.
1. I notice a `depth_limit…