indnay
indnay
I am trying to reimplement code in your notebooks. I get the error "PulpSolverError: Pulp: Error while executing /usr/local/lib/python3.6/dist-packages/pulp/solverdir/cbc/linux/64/cbc" I tried checking the installations which seems to be fine. Can...
Hi @kevinzakka, thank you for making your well written code public. I am trying to use DRAM for the 3D data (videos). Can you advise me if your code can...
Hi, Can we implement the same network for 3D data by using 3d layers of same 2d layers? What do you advice?
Hi, Is it possible to provide pre-trained models? I need them, I want to do transfer learning. Thanks,
Hello, When I try to implement python lstm_combo.py models/lstm_combo_1layer_mnist.pbtxt datasets/bouncing_mnist.pbtxt datasets/bouncing_mnist_valid.pbtxt 1 I get following error: OSError: /nas/ei/home/ga85pav/unsupervised-videos/cudamat/libcudamat.so: cannot open shared object file: No such file or directory I don't...
I am using generator with image size: 512, size: 256, style_dim: 512, channel_multiplier: 2. I am getting error: Can you let me know what should be size config to have...
Hello, I am trying to reproduce the results of yours. I get an error while training. (venv) naina@naina-K401UQK:~/Desktop/internship/tensorflowC3D/C3D-tensorflow$ python train_c3d.py /home/naina/semi/venv/lib/python2.7/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from...
Hi, Can we use video mask corresponding to each frame instead of image mask for video completion?
Dear Authors, Thanks for the amazing work. I am trying to test a single image using your code. Can you provide a simple test example for it? I tried using...