RamyaRaghuraman

Results 6 comments of RamyaRaghuraman

@lwneal the error seems to come from `x = self.fc1(x)` from `class multiclassDiscriminator32(nn.Module)`. The size of m1 must be m1: [64 x 4096 ] but I somehow end up with...

Converting the tensor to list or array did not help. Did you face this issue as well?

I initially got this error: Start filter data by category! File "C:/Users/RAR7ABT/pj-val-ml/pjval_ml/OSR/ASG/run.py", line 72, in data_by_label = cf.Filter() File "C:\Users\RAR7ABT\pj-val-ml\pjval_ml\OSR\ASG\class_filter.py", line 43, in Filter if data_by_label.has_key(idx_label): AttributeError: 'dict' object has...

Since I am trying to run this on windows, could you please tell me the purpose of this line? -I/usr/lib/python3.7/site-packages/numpy/core/include -I/usr/include/python3.7m -o cylib.so cylib.cc

I still cannot find a solution for windows. My gcc and g++ version are gcc (GCC) 7.4.0 and g++ (GCC) 7.4.0

@ssegvic I do have Python.h in my computer and these are the paths: 1) C:\Users\RAR7ABT\AppData\Local\conda\conda\envs\pjval\Lib\site-packages\torch\include\torch\csrc\api\include\torch\python.h 2) C:\Users\RAR7ABT\AppData\Local\JetBrains\PyCharm Community Edition 2018.3.5\helpers\pydev\pydevd_attach_to_process\dll\python.h 3) C:\Users\RAR7ABT\AppData\Local\conda\conda\envs\pjval\include\Python.h Should I be adding one of these in...