scigeek72

Results 7 issues of scigeek72

Hi, I am interested to use your model for our project. But we have the current tensorflow (1.5). But from reading the README, it seems that the code is optimized...

I would like to use the skip thought vectors implementation in neon. The documentation provided is not enough. Is there a tutorial available on how to obtain skip thought vectors...

Hi, Can't access the module. I am using python 3.5. Below is the complete tracback of the error. ``` Exception: Traceback (most recent call last): File "C:\Users\AppData\Local\Continuum\anaconda3\lib\site-packages\pip\basecommand.py", line 215, in...

Hi, I am following your implementation of hyper-parameter optimization of GBR (in my case). I am getting error when I define a `space` with nested data structure. ``` space =...

I am trying to tune the hyperparameters for a xgboost classifier. The target is binary (0/1) and the training set is all numerical. When I am trying to run `gp_minimize()`,...

I am trying to use your code to generate skip thought vectors. In the requirements, it says, it requires python 2.7 and keras for semantic relatedness. However, importing keras throws...

Hi, I am following your implementation of hyper-parameter optimization of GBR (in my case). I am getting error when I define a `space` with nested data structure. ``` space =...

Stale