Jiading Fang
Jiading Fang
Hi there, I'm trying to reproduce the results. But when running the code, I first ran into the Monitor error which caused by the updates of the gym environments. And...
Hi, I ran into this error when trying to run "start normal" in the [live input section](https://github.com/puzzlepaint/camera_calibration#calibrating-a-camera-with-live-input). But the application window crashes and terminal shows the error info: ``` Stack...
Hi, I'm using the docker image to run the kalibr. I get the calibration results, but when I want to do kalibr_camera_validator, this error happens. Is there anything I did...
Hi, I substitute the virtualenv part with anaconda, and follow the rest commands, however I get error running the example "buy_and_test_backtest.py" code. And here is my error message: `python buy_and_hold_backtest.py...
Hi there, Thanks for the nice code, but I find some problems here. When I'm trying to run train.py, it returns some error as `ValueError: Variable discriminator/layer_0/batch_norm/discriminator_1/layer_0/batch_norm/moments/normalize/mean/ExponentialMovingAverage/ does not exist,...
Hi, I'm running the original code you give for infogan. I used `train.py` to train the network first, and then used `generate.py` to generate sample pictures. However, the result picture...
Hi! I got good result from the training model on the MNIST dataset. But when I'm trying to test my own hand writing numbers, I find that the code given...
Hi Mihai, Thanks for the code. I saw your plan on providing scripts for evaluating two-view-refinement [here](https://github.com/mihaidusmanu/local-feature-refinement/issues/1#issuecomment-691636121) a while ago. Since I'm also using it, I think I could help...
Hello, Thanks for the amazing implementation. I have a question about how to set up the continuous latent code. In the mnist experiment, you use two 1-dimensional uniform distributed code...