-
I noticed that if I call
`def save(self, file):`
from the `Top2Vec` class, the embedding model does not get saved.
This is because of the following lines:
```
# do not save sentence encoders, …
-
I downloaded your Universal RehistoGAN models and reproduce your result but I got weird output. Is this model correct?
https://ln4.sync.com/dl/7d31a84c0/9na2sp3y-dt4n55eq-3k84ddvs-zd37eeh9
```
p…
-
# Describe the feature
Oneformer model seems to be topping the leaderboards for image segmentation across a number of different datasets.
**Motivation**
Oneformer seems to be giving incredibly g…
-
When I load a model created on an M1 mac with save_model() using load_ mode() on a non-M1 machine, I get the following error:
_Op type not registered 'MLCDropout' in binary running on XXX. Make sur…
-
I've trained the model on Linux with python, but can't use the model file on Windows. How could to achieve universal model file both on Linux and Windows?
Waiting for your response!
Thanks!
-
Currently the model uses universal hifi gan to produce waveforms, other vocoders can also be used.
Vocos uses 100bin melspec, this model is trained on 80 bin channels for spectogram
-
great work!!
does it can inference the different dataset labels, like cihp and pascal, at one model?
-
The following command works on standard Google Colab notebook:
keras.utils.plot_model(model,"cifar_10.png",show_shapes=True)
It does not run on the following system, producing the error below:
…
-
Hi,
Getting error `ImportError: cannot import name 'ws_received_send_signal_task` when importing anything from this package.
Any suggestions, to fix this are appreciated, Thanking in advance.
…
-
Hey! I've managed to add ActiveModel::Model support like so:
``` ruby
# config/initializers/universal_id.rb
UniversalID::MessagePackFactory.register(
type: ActiveModel::Model,
packer: -> …