-
## 🐛 Bug
I'm trying to get an existing model running under pytorch/XLA that uses the construct `a[mask] = b` [frequently](https://github.com/facebookresearch/unbiased-teacher-v2/blob/main/ubteacher…
-
Hi,
I am trying to train my custom dataset using Faster RCNN(any version) using tensorflow 2.4.1 and python 3.8, but i am facing the following issue
pythin script : model_main_tf2.py (I have a…
-
I'm getting the following error on google colab TPU when try to use custom crf loss function.
I check [https://cloud.google.com/tpu/docs/tensorflow-ops](url) for FakeParam operation and looks like o…
-
使用https://github.com/ZhuiyiTechnology/pretrained-models里SimBERT Base预训练模型,结果生成的相似句子是乱码。
`Using TensorFlow backend.
>>> gen_synonyms(u'微信和支付宝哪个好?')
2023-01-06 15:53:34.733136: I tensorflow/core/plat…
-
I want to compile a model but not on Inf2 or Trn1 instance rather I want to compile the model on a CPU only instance like say c5 instance on AWS. Is this possible and if so what shall be done to achie…
-
# Steps taken:
1. Clone the repo
2. cd face-api.js/examples/examples-nodejs
3. npm i
4. tsc faceRecognition.ts
5. node faceRecognition.js
# Expected Result:
The example should run successfu…
-
No idea what's going on ... Can anyone give some help?
```
InvalidArgumentError (see above for traceback): Restoring from checkpoint failed. This is most likely due to a mismatch between the curr…
-
I am trying to convert my reference fasta to TFrec file for training, following instructions on:
https://github.com/MicrobeLab/DeepMicrobes/blob/master/document/tfrecord.md
It is able to shuffle t…
-
## 🐛 Bug
Collective operations(`xm.rendezvous`, `all_reduce` ...) gets stuck when `PJRT_DEVICE` is set to `CPU` and `CPU_NUM_DEVICES` is greater than 1.
## To Reproduce
```python
import torch
…
-
Currently, when installing git lfs after running `git xltrail install --local`, `.gitattributes` looks like this:
```
*.xla diff=xltrail
*.xla merge=xltrail
*.xlam diff=xltrail
*.xlam merge=xl…