Skip to content

Commit

Permalink
modify file mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyuChen committed Jan 8, 2019
1 parent 0ad2daa commit 1282b84
Show file tree
Hide file tree
Showing 29 changed files with 1 addition and 0 deletions.
Empty file modified .gitignore
100755 → 100644
Empty file.
Empty file modified .pre-commit-config.yaml
100755 → 100644
Empty file.
Empty file modified .style.yapf
100755 → 100644
Empty file.
Empty file modified .travis.yml
100755 → 100644
Empty file.
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified README.md
100755 → 100644
Empty file.
Empty file modified example/sentiment-classification/create_module.sh
100755 → 100644
Empty file.
Empty file modified example/sentiment-classification/data/test_data/corpus.test
100755 → 100644
Empty file.
Empty file modified example/sentiment-classification/data/train.vocab
100755 → 100644
Empty file.
Empty file modified example/sentiment-classification/data/train_data/corpus.train
100755 → 100644
Empty file.
Empty file modified example/sentiment-classification/finetune.sh
100755 → 100644
Empty file.
Empty file modified example/sentiment-classification/nets.py
100755 → 100644
Empty file.
Empty file modified example/sentiment-classification/sentiment_classify.py
100755 → 100644
Empty file.
Empty file modified example/sentiment-classification/test_create_module.py
100755 → 100644
Empty file.
Empty file modified example/sentiment-classification/test_finetune.py
100755 → 100644
Empty file.
Empty file modified example/sentiment-classification/train.sh
100755 → 100644
Empty file.
Empty file modified example/sentiment-classification/utils.py
100755 → 100644
Empty file.
Empty file modified paddle_hub/__init__.py
100755 → 100644
Empty file.
Empty file modified paddle_hub/downloader.py
100755 → 100644
Empty file.
1 change: 1 addition & 0 deletions paddle_hub/gen_proto.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
#/bin/bash
protoc -I=./ --python_out=./ module_desc.proto
Empty file modified paddle_hub/module.py
100755 → 100644
Empty file.
Empty file modified paddle_hub/module_desc_pb2.py
100755 → 100644
Empty file.
Empty file modified paddle_hub/utils.py
100755 → 100644
Empty file.
Empty file modified requirements.txt
100755 → 100644
Empty file.
Empty file modified setup.py
100755 → 100644
Empty file.
Empty file modified tests/test_downloader.py
100755 → 100644
Empty file.
Empty file modified tests/test_export_n_load_module.py
100755 → 100644
Empty file.
Empty file modified tests/test_module.py
100755 → 100644
Empty file.
Empty file modified tests/test_train_w2v.py
100755 → 100644
Empty file.

0 comments on commit 1282b84

Please sign in to comment.