pretrained-models
Here are 352 public repositories matching this topic...
-
Updated
Jun 2, 2021 - Python
-
Updated
Jun 23, 2021 - Python
-
Updated
May 25, 2021 - Python
-
Updated
Apr 8, 2021 - Python
🐛 Bug
File "/home/ubuntu/vqa/GMN/mmf/mmf/datasets/builders/visual_genome/dataset.py", line 44, in init
scene_graph_file = self._get_absolute_path(scene_graph_file)
AttributeError: 'VisualGenomeDataset' object has no attribute '_get_absolute_path'
Command that i run in shell
CUDA_VISIBLE_DEVICES="0" mmf_run config=projects/gmn/configs/visual_genome/defaults.yaml model=gm
-
Updated
Jun 24, 2021 - Python
-
Updated
Jun 17, 2021 - Python
Hi
when I do classification with the pretrained vggface2 model, how do I match a probability to a name? do you have a list of labels for the trained model?
Thanks
-
Updated
Jun 18, 2021 - Python
-
Updated
Jun 25, 2021 - Python
-
Updated
Apr 23, 2021 - Python
-
Updated
Apr 18, 2021 - Python
预训练模型下载地址修改
建议在readme里面添加预训练模型环境变量地址修改的提示。
我之前遇到过磁盘空间不够,原因就是这个问题
但不是所有人都会debug源码去查看框架读的是哪个系统变量
-
Updated
Apr 16, 2021 - Python
when printing these objects we do not see informative content.
-
Updated
May 21, 2021 - Python
-
Updated
Jun 22, 2021 - Python
-
Updated
Mar 3, 2021
Bug in RTD build
The Mock object shouldn't be there..
Latest

huggingface/transformers#12276 introduced a new
--log_levelfeature, which now allows users to set their desired log level via CLI or TrainingArguments.run_translation.pywas used as a "model" for other examples.Now we need to replicate this to all other Trainer-based examples under examples/pytorch/, the 3 changes are