Impulse Communications, Inc.

Results 7 comments of Impulse Communications, Inc.

That would be a good feature to add, but it still seems like there should be an easier way for me to use Retiarii to get the accuracy score and...

I get a different error when I change it to y_pred = DSL_learner.predict(X_train, return_base_learners_probs=False) But, if you add the accuracy score yourself to the program, I won't need to do...

It is fine to wait until you add the accuracy yourself, but here's the info you asked for: print("X_train:",X_train[:5,:],"y_train: ",y_train) X_train: [[-3.75 -5. -5.75 -4.5 -0.47192051 0.525 1.52192051 0.51842254 0.3875...

I get that same error, even after I change my keras.json file to { "image_dim_ordering": "th", "epsilon": 1e-07, "floatx": "float32", "backend": "tensorflow"

I don't have the exact results but the rewards for the 10 games were all 0 through 5, using your sample weights. Here's what I am using: gym: 0.9.3 (from...

I am able to run your regular version fine in Colab, but when I import this "preset" version into Colab and run it I get this error: --------------------------------------------------------------------------- NameError Traceback...

I get this error now: NameError Traceback (most recent call last) in () 70 last_one = 0 71 rand = 0 ---> 72 model.text = " ".join(words[:span]) 73 model.encoded_text =...