Mixed-Effect-Composite-RNN-Gaussian-Process icon indicating copy to clipboard operation
Mixed-Effect-Composite-RNN-Gaussian-Process copied to clipboard

GPflow Version

Open akbari59 opened this issue 7 years ago • 0 comments

Hello, This is a very interesting implementation. Can you please let me know which version of GPflow you used. I got the following error:

(py3) ➜  Mixed-Effect-Composite-RNN-Gaussian-Process-master python run_mecgp.py
Traceback (most recent call last):
  File "run_mecgp.py", line 12, in <module>
    import GPflow.gpflow as gpflow
  File "/Users/mohammad/workspace/research-2/Mixed-Effect-Composite-RNN-Gaussian-Process-master/GPflow/gpflow/__init__.py", line 19, in <module>
    from . import (likelihoods, kernels, ekernels, param,
  File "/Users/mohammad/workspace/research-2/Mixed-Effect-Composite-RNN-Gaussian-Process-master/GPflow/gpflow/model.py", line 19, in <module>
    from .mean_functions import Zero
  File "/Users/mohammad/workspace/research-2/Mixed-Effect-Composite-RNN-Gaussian-Process-master/GPflow/gpflow/mean_functions.py", line 21, in <module>
    from layers import affine_relu_forward, affine_forward
ModuleNotFoundError: No module named 'layers'

akbari59 avatar Dec 04 '18 11:12 akbari59