Mona Jalal

Results 99 comments of Mona Jalal

This is what happened after I did git pull and ran the training: ``` mona@pascal:~/computer_vision/tf-faster-rcnn$ git pull remote: Counting objects: 3, done. remote: Compressing objects: 100% (3/3), done. remote: Total...

I get the same error and I have 12GB of GPU memory: ``` mona@pascal:~/computer_vision/VPilot$ python train.py Using TensorFlow backend. I tensorflow/stream_executor/dso_loader.cc:111] successfully opened CUDA library libcublas.so.8.0 locally I tensorflow/stream_executor/dso_loader.cc:111] successfully...

Solved the problem by downgrading from CuDNN V5 released in Aug 2016 to CuDNN V4 released in Feb 2016.

@karpathy I changed my sigmoid to expit from scipy.special to overcome the overflow but now I am getting overflow somewhere else. ``` /Users/mona/machine_learning/pset4/mlp.py:304: RuntimeWarning: overflow encountered in exp return expit(-x)...

@jveitchmichaelis thanks a lot for your prompt response. I am new to ResearchIR. I will go to lab and check that out. Could you please let me know what file...

Why shouldn't work with Anaconda though because Anaconda is pretty much standard nowadays in the community. /* though my system might have library problems */

@tcapelle What do you mean by "number of regressors"? I initially had a classification based transformer code and then convert it to a regressor. I am not sure if the...

1) A step by step guide how to just test the model on the pre-trained model for MPII human pose dataset. 2) How to train this for a new dataset?

@Crazod Running you code I get the following error: ``` [jalal@goku hourglasstensorlfow]$ /scratch/sjn/anaconda/bin/python test.py /scratch/sjn/anaconda/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In...

@yolandawww running your code I get this error. Do you know how can I fix it? ``` [jalal@goku hourglasstensorlfow]$ /scratch/sjn/anaconda/bin/python another_test.py /scratch/sjn/anaconda/lib/python3.6/site-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype...