uda icon indicating copy to clipboard operation
uda copied to clipboard

Unsupervised Data Augmentation (UDA)

Results 71 uda issues
Sort by recently updated
recently updated
newest added

I am getting this error while running the backward translation it specifies there is no file in the backward_gen folder what should i do now

[Code of `class TfIdfWordRep` in `word_level_augment.py`](https://github.com/google-research/uda/blob/master/text/augmentation/word_level_augment.py#L171): ``` def get_replace_prob(self, all_words): """Compute the probability of replacing tokens in a sentence.""" cur_tf_idf = collections.defaultdict(int) for word in all_words: cur_tf_idf[word] += 1. /...

2019-10-06 15:22:11.087313: W tensorflow/core/framework/op_kernel.cc:1273] OP_REQUIRES failed at example_parsing_ops.cc:240 : Invalid argument: Key: input_type_ids. Can't parse serialized Example. 2019-10-06 15:22:11.087317: W tensorflow/core/framework/op_kernel.cc:1273] OP_REQUIRES failed at example_parsing_ops.cc:240 : Invalid argument: Key: input_type_ids....

I have a dataset and I want to predict sentiment using this model. How can I do that, could someone please help me with this?

> The code is tested on Python 2.7 and Tensorflow 1.13. Why use Python 2 for this and not Python 3? Python 2 is less than six months away from...

Hi @qizhex , In order to run trials on CIFAR10 on smaller labeled subsets of the data, how do we download the data and run the model appropriately? I have...

I0927 03:16:41.333719 140651592308160 tpu_estimator.py:2160] examples/sec: 186.336 INFO:tensorflow:global_step/sec: 5.45765 I0927 03:16:41.516547 140651592308160 tpu_estimator.py:2159] global_step/sec: 5.45765 INFO:tensorflow:examples/sec: 174.645 I0927 03:16:41.516915 140651592308160 tpu_estimator.py:2160] examples/sec: 174.645 ERROR:tensorflow:Error recorded from training_loop: 2 root error(s) found....

hello, I have 3 questions can't be found in papers. 1.How to decide number of pixels for translateX(Y), on cifar10 is 10 pixels(10/32) but 150 pixels for imagenet(150/331), for example,...