mnick/holographic-embeddings 163
Code for experiments in the AAAI 2016 paper "Holographic Embeddings of Knowledge Graphs"
10c - Tensor conversion tools for large multigraphs and semantic web data
PDF Reader in JavaScript
An Emacs configuration for the stubborn martian vimmer
Haskell library for spare vector and matrix operations
Simple N-Triples to GEXF (Graph Exchange XML Format) converter
Capture org-mode links to tweets from twittering-mode
The ultimate statusline/prompt utility.
A keyboard-driven, vim-like browser based on PyQt5 and QtWebKit.
lematt1991/covid19-forecast-hub 0
Projections of COVID-19, in standardized format
release scipy/scipy
Changelog 0.36MB
README 78.48KB
scipy-1.7.0rc2-cp37-cp37m-macosx_10_9_x86_64.whl 30.41MB
scipy-1.7.0rc2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 25.90MB
scipy-1.7.0rc2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl 24.22MB
scipy-1.7.0rc2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl 27.19MB
scipy-1.7.0rc2-cp37-cp37m-win32.whl 28.97MB
scipy-1.7.0rc2-cp37-cp37m-win_amd64.whl 32.03MB
scipy-1.7.0rc2-cp38-cp38-macosx_10_9_x86_64.whl 30.47MB
scipy-1.7.0rc2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 26MB
scipy-1.7.0rc2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl 24.14MB
scipy-1.7.0rc2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl 27.05MB
scipy-1.7.0rc2-cp38-cp38-win32.whl 29.09MB
scipy-1.7.0rc2-cp38-cp38-win_amd64.whl 32.17MB
scipy-1.7.0rc2-cp39-cp39-macosx_10_9_x86_64.whl 30.62MB
scipy-1.7.0rc2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl 26MB
scipy-1.7.0rc2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl 24.24MB
scipy-1.7.0rc2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl 27.13MB
scipy-1.7.0rc2-cp39-cp39-win32.whl 29.11MB
scipy-1.7.0rc2-cp39-cp39-win_amd64.whl 32.19MB
scipy-1.7.0rc2.tar.gz 34.43MB
scipy-1.7.0rc2.tar.xz 26.09MB
scipy-1.7.0rc2.zip 45.60MB
released time in 4 days
issue openedfacebookresearch/hypernymysuite
Hi! The url (http://u.cs.biu.ac.il/~nlp/wp-content/uploads/lexical_inference.zip) in download_data.sh for BLESS and LEDS seems unavailable now. It returns 403 forbidden when trying to access. I wonder if there is any suggestion on a replacement? Thanks!
created time in 6 days
PR closed facebookresearch/neural_stpp
Some typos in the code as I see them. Thanks.
pr closed time in 13 days
issue openedfacebookresearch/neural_stpp
Hi,
I am converting the PR into an issue. I am also seeking long-term advice for working with noncommercial licenses for academic purposes.
Thanks, Yifei
created time in 13 days
startedmnick/vim-pomodoro
started time in 15 days
pull request commentfacebookresearch/neural_stpp
Hi @yifeim!
Thank you for your pull request and welcome to our community.
Action Required
In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.
Process
In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.
Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.
If you have received this in error or have any questions, please contact us at [email protected]. Thanks!
comment created time in a month
PR opened facebookresearch/neural_stpp
Some typos in the code as I see them. Thanks.
pr created time in a month
issue openedfacebookresearch/neural_stpp
neural ode backpropagation error
I'm running this code for the earthquake data and had to do some readjustments as now I'm also including depth in the dataset so spatial locations are now 3d (instead of being 2d: lat and long)
Now I'm facing this issue which is due to backpropagation through the neural ode (odjoint_ode) and I really have no idea what the problem is. Can someone help me with this?
-- Process 0 terminated with the following error: Traceback (most recent call last): File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torch/multiprocessing/spawn.py", line 59, in _wrap fn(i, *args) File "/home/ne12/Downloads/neural_stpp-main/train_stpp.py", line 145, in main _main(rank, world_size, args, savepath, logger) File "/home/ne12/Downloads/neural_stpp-main/train_stpp.py", line 370, in _main loss.backward() File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torch/tensor.py", line 245, in backward torch.autograd.backward(self, gradient, retain_graph, create_graph, inputs=inputs) File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torch/autograd/init.py", line 145, in backward Variable._execution_engine.run_backward( File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torch/autograd/function.py", line 89, in apply return self._forward_cls.backward(self, *args) # type: ignore File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torchdiffeq/_impl/adjoint.py", line 126, in backward aug_state = odeint( File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torchdiffeq/_impl/odeint.py", line 77, in odeint solution = solver.integrate(t) File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torchdiffeq/_impl/solvers.py", line 28, in integrate self._before_integrate(t) File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torchdiffeq/_impl/rk_common.py", line 161, in _before_integrate f0 = self.func(t[0], self.y0) File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torchdiffeq/_impl/misc.py", line 191, in forward return self.base_func(t, y) File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torchdiffeq/_impl/misc.py", line 159, in forward return self.mul * self.base_func(-t, y) File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torchdiffeq/_impl/misc.py", line 138, in forward f = self.base_func(t, _flat_to_shape(y, (), self.shapes)) File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torchdiffeq/_impl/adjoint.py", line 93, in augmented_dynamics _params = tuple(torch.as_strided(param, (), ()) for param in adjoint_params) # noqa File "/opt2/software/Anaconda3/2020.11/lib/python3.8/site-packages/torchdiffeq/_impl/adjoint.py", line 93, in <genexpr> _params = tuple(torch.as_strided(param, (), ()) for param in adjoint_params) # noqa RuntimeError: setStorage: sizes [], strides [], storage offset 0, and itemsize 4 requiring a storage size of 4 are out of bounds for storage of size 0
created time in a month
startedmnick/scikit-kge
started time in a month
startedmnick/scikit-kge
started time in 2 months
startedmnick/scikit-kge
started time in 2 months
issue closedfacebookresearch/neural_stpp
Hawkes Process implementation is giving negative Loss
https://github.com/facebookresearch/neural_stpp/blob/4258cee81b40e7573bd8289a74c0006d8eace722/models/temporal/basic.py#L37
Hawkes process is giving negative loss because loglik is becoming greater than compensator.
closed time in 2 months
tonygraciousissue openedfacebookresearch/neural_stpp
Hawkes Process implementation is giving negative Loss
https://github.com/facebookresearch/neural_stpp/blob/4258cee81b40e7573bd8289a74c0006d8eace722/models/temporal/basic.py#L37
Hawkes process is giving negative loss because loglik is becoming greater than compensator.
created time in 2 months
Python library for multilinear algebra and tensor factorizations
fork in 2 months
startedmnick/vim-pomodoro
started time in 2 months
Python library for multilinear algebra and tensor factorizations
fork in 2 months
issue openedfacebookresearch/neural_stpp
Difficulty in understanding the class JumpCNF
https://github.com/facebookresearch/neural_stpp/blob/4258cee81b40e7573bd8289a74c0006d8eace722/models/spatial/jumpcnf.py#L29
Is it possible for the authors to include for more comments for this class. I am finding it difficult to understand the logic of your code ?
created time in 2 months
startedmnick/scikit-kge
started time in 2 months
startedmnick/scikit-kge
started time in 2 months
startedmnick/scikit-kge
started time in 2 months
fork liacov/scikit-tensor
Python library for multilinear algebra and tensor factorizations
fork in 2 months