Chanseok Kang

Results 8 comments of Chanseok Kang

Hi, I check out the file that occurs the error, but it exists. Maybe you run this notebook on colab or specific environment(different folder tree) Check out your exact path...

did you check this [file](https://github.com/goodboychan/goodboychan.github.io/tree/main/_notebooks/dataset/MNIST)? these are same as mine.

I just borrow dataset from original course. But you can use `np.save()`[https://numpy.org/doc/stable/reference/generated/numpy.save.html] to generate `.npy` file.

I cannot help you unless enough dataset information is offered. Sorry.

I think that the difference between them is to define the `kernel` and `bias`. They both output variational inference as the dense layer does, but `DenseVariational` try to fit a...

Right, you can download it from kaggle, mentioned above.

Hi, Thanks for the comment. Yes, this example is based on legacy version of OpenAI Gym. I plan to migrate this notebook into new webpage(kcsgoodboy.github.io), with package update. Thanks for...