-
Kept getting different sort of errors when trying to run the code for training... so just wondering if there is any pre-trained model available?
-
I reproduced the result on the ring image using the pretrained model on imagenet. Since the image is 640 x 480, the last 32 pixels where left out. Still the image doesn't seem to match with result sho…
-
Could you check the link again?
wanna download pretrained model with `script/download_pretrained_model.sh` .
But Bad gate error occurs
-
Hi, I am trying to use the embeddings.lua script to generate pre-trained word embeddings. However, after running something like:
th tools/embeddings.lua -lang en -dict_file data/demo.src.dict -save…
-
Where Is Descrimnator model {G1: Monet2Photo, G2: style_monet} where is D1, D2 to make fine tunning on pre-trained model?
-
Hi, I tested the pre-trained model on the co3d dataset. However, the results seem very bad. I checked 1: the intrinsic and extrinsic parameters of the input with the epipolar model. 2 I checked the re…
-
I'm currently using [this config](https://github.com/open-mmlab/mmdetection/blob/main/configs/efficientnet/retinanet_effb3_fpn_8xb4-crop896-1x_coco.py) to run detection models with EfficientNet as a b…
-
Hello,
I am considering using your pre-trained model to perform an objective evaluation of some Spanish and Basque language models. Could you tell me if it is possible to use checkpoint on these l…
-
Hi,
it is very nice that you offer a pre-trained model. However, it outputs a cropped version of the cloudy scene. When setting --crop_size to 256, I get the following error:
RuntimeError: Error…
-
We should download pre-trained word embeddings to improve our sentiment analysis. This lets us leverage language information from a massive text database, so our neural network can focus on analyzing …