Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
8bc1f96a
Unverified
Commit
8bc1f96a
authored
Dec 09, 2018
by
Gao, Xiang
Committed by
GitHub
Dec 09, 2018
Browse files
Add dependency of pytorch and ignite back (#145)
* fix lfs * dependency on pytorch-ignite-nightly
parent
c5cfa898
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
109 deletions
+5
-109
azure/install_dependencies.sh
azure/install_dependencies.sh
+0
-1
setup.py
setup.py
+2
-2
tests/test_data/inputtrain.yaml
tests/test_data/inputtrain.yaml
+3
-106
No files found.
azure/install_dependencies.sh
View file @
8bc1f96a
...
...
@@ -3,4 +3,3 @@
python
-m
pip
install
--upgrade
pip
pip
install
torch_nightly
-f
https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
pip
install
tqdm ase tensorboardX pyyaml
pip
install
pytorch-ignite
--no-deps
setup.py
View file @
8bc1f96a
...
...
@@ -11,8 +11,8 @@ setup_attrs = {
'packages'
:
find_packages
(),
'include_package_data'
:
True
,
'install_requires'
:
[
#
'torch-nightly',
#
'pytorch-ignite',
'torch-nightly'
,
'pytorch-ignite
-nightly
'
,
'lark-parser'
,
'h5py'
,
],
...
...
tests/test_data/inputtrain.yaml
LFS
View file @
8bc1f96a
This source diff could not be displayed because it is stored in LFS. You can
view the blob
instead.
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