-
Hi, I am trying to load the model as written in:
https://huggingface.co/cardiffnlp/twitter-roberta-base-emotion
But in the line:
```
MODEL = "cardiffnlp/twitter-roberta-base-emotion"
AutoModelFor…
-
Hello, I have some question,
while evaluating the audio_only model with the AOmodel-2p-001-0.00000.h5 file, the pred folder generates the .wav files. All the files are silent which means there is no …
-
Hello,
I was wondering if there was a pre-trained model available. I don't have the GPU to train the model itself and I'm new to all of this as well so I'm afraid of messing it up. I have several p…
-
Hi, does anyone has a pre-trained model? I would be appreciated that I can use it to quickly checkout the result. Thanks.
-
The command I used is `python baseline_resnet152charades.py`.
Thank you in advance!
=> using pre-trained model 'resnet152'
loading pretrained-weights from /nfs.yoda/gsigurds/charades_pretrained/r…
-
Hi Researchers,
I want to use your model for a prediction task and was wondering if you would be willing to share your pre-trained model on NA birds dataset.
Thank you so much in advance!
-
Hi and thanks for the resources,
I've been trying to download the pre-trained model from the provided link with no success; it asks for installing a Baidu software which then needs an account which a…
-
I tested Sato via the web demo last week and I think it worked then, but right now I can't get anything but 'address' (label 0) either on my machine using your pre-trained model (via `download_data.sh…
-
Hi,
I am following your code and it looks good, will know the result sometime end week :). However, can you show me how do I get features extracted from my pre-trained model for **finding similarit…
-
Hi, I am trying to save the model with `model.save(sess)` at the end of the session, and then reload it when supplying additional training data at a later point. This works fine in an interactive sess…