Mubtaseem Zaman

Results 5 comments of Mubtaseem Zaman

Thanks for prompt reply. I am using 0.2.2 video flow. Python 3.7. Tensorflow 1.13

> For me, `__init__() missing 2 required positional arguments: 'doc' and 'pos' debug` was caused by an issue loading the feature tsv file. [airsplay/py-bottom-up-attention](https://github.com/airsplay/py-bottom-up-attention) formats the tsv file with single...

> The information is kind of dispersed in the issues, I will summarize it here for anyone looking in the future. > > The features are extracted using the bottom...

@EByrdS you can convert the single quotes to double quotes following https://github.com/microsoft/Oscar/issues/49#issuecomment-797675905 or https://github.com/microsoft/Oscar/issues/49#issuecomment-966316562

@aka-95 If you're installing cudatoolkit=10.0 using conda, it doesn't come with nvcc compiler. See [this](https://stackoverflow.com/questions/56470424/nvcc-missing-when-installing-cudatoolkit). You might need to get the CUDA toolit 10.0 packaged by NVIDIA for the nvcc...