Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ITMO-NSS-team
torch_DE_solver
Commits
cf1ec229
Unverified
Commit
cf1ec229
authored
3 years ago
by
SuperSashka
Committed by
GitHub
3 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Initial commit
parents
main
FFN_adapt_weights
Fourier_layers_and_casuality
PSO_optimizer
PyPI-action
TTLayer+ZOOptim
adaptive_lambdas_sobol
better_logs
boundary-conditions
cache
compiler
config_class
config_unification_correction
docs
lambda
minibatch_trainig
new_differentiation
nikiniki1-patch-1
normalized_loss_parameter
paper_examples
pr/10
pr/12
pr/13
pr/16
pr/19
pr/21
quantization
release
second_order_example
separate_numerical_derivative
stop_criterion
tangent_kernel_exp_AH
torch_autograd
torch_matrix_opt
torch_matrix_opt_1d_test
0.3.0
v.0.4.0
v0.3.0
v0.2.1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+129
-0
.gitignore
README.md
+2
-0
README.md
with
131 additions
and
0 deletions
+131
-0
.gitignore
0 → 100644
View file @
cf1ec229
# 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/
pip-wheel-metadata/
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/
# 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
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.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/
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
View file @
cf1ec229
# torch_DE_solver
Combines power of torch, numerical methods to conquer and solve ALL {O,P}DEs
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help