Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Indirect Active Learning
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shashank Singh
Indirect Active Learning
Commits
fe79627b
Commit
fe79627b
authored
3 years ago
by
Shashank Singh
Browse files
Options
Downloads
Patches
Plain Diff
Added .gitignore and requirements.txt files.
parent
c3c90a53
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+141
-0
141 additions, 0 deletions
.gitignore
requirements.txt
+53
-0
53 additions, 0 deletions
requirements.txt
with
194 additions
and
0 deletions
.gitignore
0 → 100644
+
141
−
0
View file @
fe79627b
# Virtual Environment
venv/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
This diff is collapsed.
Click to expand it.
requirements.txt
0 → 100644
+
53
−
0
View file @
fe79627b
absl-py
==1.0.0
astunparse
==1.6.3
cachetools
==5.0.0
certifi
==2021.10.8
charset-normalizer
==2.0.12
cloudpickle
==2.0.0
cycler
==0.11.0
decorator
==5.1.1
dm-tree
==0.1.6
flatbuffers
==2.0
fonttools
==4.29.1
gast
==0.5.3
google-auth
==2.6.0
google-auth-oauthlib
==0.4.6
google-pasta
==0.2.0
grpcio
==1.43.0
h5py
==3.6.0
idna
==3.3
importlib-metadata
==4.11.0
keras
==2.8.0
Keras-Preprocessing
==1.1.2
kiwisolver
==1.3.2
libclang
==13.0.0
Markdown
==3.3.6
matplotlib
==3.5.1
numpy
==1.22.2
oauthlib
==3.2.0
opt-einsum
==3.3.0
packaging
==21.3
Pillow
==9.0.1
protobuf
==3.19.4
pyasn1
==0.4.8
pyasn1-modules
==0.2.8
pyparsing
==3.0.7
python-dateutil
==2.8.2
requests
==2.27.1
requests-oauthlib
==1.3.1
rsa
==4.8
six
==1.16.0
tensorboard
==2.8.0
tensorboard-data-server
==0.6.1
tensorboard-plugin-wit
==1.8.1
tensorflow
==2.8.0
tensorflow-io-gcs-filesystem
==0.24.0
tensorflow-probability
==0.15.0
termcolor
==1.1.0
tf-estimator-nightly
==2.8.0.dev2021122109
tqdm
==4.62.3
typing_extensions
==4.1.1
urllib3
==1.26.8
Werkzeug
==2.0.3
wrapt
==1.13.3
zipp
==3.7.0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment