-
-
## Fix the model test for `doctr_det_predictor.py`
1. setup env according to [Run a model under torch_xla2](https://github.com/pytorch/xla/blob/master/experimental/torch_xla2/docs/support_a_new_mod…
-
1. It is somewhat unintuitive that the default matmul precision is bfloat16 on TPU, especially for users coming from PyTorch/GPU where the default precision is float32. Information regarding the defau…
-
I was using a segmentation model with upsampling2d layers with tf.keras . I'm getting the following error.
Model definition:
def res_block(inputs,filters,rate):
conv1 = tf.keras.la…
-
Wondering if there are any plans for stronger TFLite support.
From searching I see there are already other people interested in this (at least one person #141)
If necessary, I am willing to open…
-
Hello,
I'm trying to training a CycleGAN-Turbo model on unpaired data by following the [provided instructions](https://github.com/GaParmar/img2img-turbo/blob/main/docs/training_cyclegan_turbo.md).
…
enfff updated
1 month ago
-
Hello,I have follow you readme to install the anaconda environment,and it can run with cpu ,but it can not run with gpu ,and in my devices have a nvidia RTX TITAN GPU with 24G momeory ,when I whatever…
-
Hello,
I've written a new profiler for a device that isn't CPU/GPU/TPU.
The profiler inherits from ProfilerInterface.
In _CollectData(XSpace* space)_, I'm trying to add a new plane to represent…
Niz13 updated
3 years ago
-
I ran the following command line:
```
python run_squad.py \
--vocab_file=$BERT_LARGE_DIR/vocab.txt \
--bert_config_file=$BERT_LARGE_DIR/bert_config.json \
--init_checkpoint=$BERT_LARGE_DIR/…
-
I posted an [issue](https://github.com/VoronDesign/Voron-0/issues/308#issue-1788425942) previously, and now I upgraded the suggested idler design even more
- the standard one couldn't hold very fle…