Closed hugoperlin closed 10 years ago
ShowConvNet reads weights in a couple of places, e.g. in do_write_features: https://github.com/dnouri/cuda-convnet/blob/master/shownet.py#L240
Haven't looked at setting the weights manually, but it's bound to happen somewhere between ConvNet.init_model_state and the layers code.
Hi Daniel, I was looking at the code and trying to figure out how could I get/set the weights/bias for the convolutional layers directly. Do you known if there is a way to do that?
Thanks.