Although I read your tutorial, I still didn't know how to use it.
First of all, I run $ pip install -r requirement.txt
I don't know what GPmol is.
Secondly, When I run model = ORGANIC('tutorial1', params=params)
it was told that ORGANIC is not defined.
If I add
from organic import ORGANIC
it was told that organic is not a module.
I am so sorry that your tutorial is not very clear. If you would like to prepare a jupyter notebook to explain how to use it, it will be a great help.
Thank you very much for great work.
Although I read your tutorial, I still didn't know how to use it.
First of all, I run $ pip install -r requirement.txt
I don't know what GPmol is.
Secondly, When I run model = ORGANIC('tutorial1', params=params)
it was told that ORGANIC is not defined.
If I add
from organic import ORGANIC
it was told that organic is not a module.
I am so sorry that your tutorial is not very clear. If you would like to prepare a jupyter notebook to explain how to use it, it will be a great help.
Thank you very much for great work.