You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem with the example code in the emulator. ipynb.
There is a problem.
Once the Dataset is loaded, the name itself does not exist. Is there anything I missed?
I'm using Python 3.6.13 and installed the rest as provided by Olympus.
dataset = Dataset(
name='colormix_bob',
test_frac=0.2, num_folds=5)
model = BayesNeuralNet(max_epochs=150)
There is a problem with the example code in the emulator. ipynb.
There is a problem.
Once the Dataset is loaded, the name itself does not exist. Is there anything I missed?
I'm using Python 3.6.13 and installed the rest as provided by Olympus.
dataset = Dataset(
name='colormix_bob',
test_frac=0.2, num_folds=5)
model = BayesNeuralNet(max_epochs=150)
TypeError Traceback (most recent call last)
in
1 dataset = Dataset(
2 name='colormix_bob',
----> 3 test_frac=0.2, num_folds=5)
4 model = BayesNeuralNet(max_epochs=150)
5 dataset.set
TypeError: init() got an unexpected keyword argument 'name'
The text was updated successfully, but these errors were encountered: