dmortem
                                            dmortem
                                        
                                    Hi, @corcra On the line [https://github.com/ratschlab/RGAN/blob/master/experiment.py#L75 ](https://github.com/ratschlab/RGAN/blob/master/experiment.py#L75 ), what does '5000' mean? is it the size of the validation set? If the size of my own dataset is less than...
Thank you for your explanation! @corcra I notice that when I train the model on my own dataset, 'mmd' and 'that' will become inf first after several epochs, and then...
Thank you @corcra , I will check the values you mentioned. For the constant '5000', I think it should be the size of the training set (e.g. MNIST_train.csv), and this...
Hi, @taufikxu I failed to load the pre-trained model when I run 'python x2y_yz2x_xy2p_ssl_mnist.py -oldmodel=./results-ssl/x2y_yz2x_xy2p_ssl_mnist.ssl_seed1.nlabeled48.objective_flagargmax.1541578688/model_epoch1000.npy' There is no error in the code, but it seems the code doesn't really load...
Hi, @1679050999 I just remove the line 5 and line 21. It works well on my own dataset.
@clcarwin Hi, I have SyntaxError on the line "m = m:float()". How to solve it? Thanks a lot!
@LaiPiXiong Hi, I solved it by put codes into a lua file, not python.
@LaiPiXiong After I configuring torch environment, I put three sentences in a lua file, and execute it. The model has been converted successfully. And whether you can use this model...
@LaiPiXiong I'm sorry, I didn't convert the model successfully, and my error is "torch.utils.serialization.read_lua_file.T7ReaderException: unknown type id 436207616. The file may be corrupted.". This error is because my model has...