farshidrayhan

Results 5 issues of farshidrayhan

I have tried the the codes in tf-gpu. But it doesnt seems to work ! Does it not support GPU computation ?

When i run the code i get the following warnings. Which leads to an error at the end. ``` Using TensorFlow backend. /home/farshid/PycharmProjects/HumanActionRecognition/Main.py:67: UserWarning: Update your `Conv2D` call to the...

I run conda install -c conda-forge accimage I get PackagesNotFoundError: The following packages are not available from current channels: - accimage Current channels: - https://conda.anaconda.org/conda-forge/osx-64 - https://conda.anaconda.org/conda-forge/noarch - https://repo.anaconda.com/pkgs/main/osx-64 -...

The results on Cifar10 using densenet is 3.46% error meaning 96.54% accuracy. Paper: https://arxiv.org/pdf/1608.06993.pdf But here the reported accuracy is 95.04. Why is this happening ?

What doesthe accuracy refer to ? Train score or test score ? I have tested with Resnet34. The test accuracy score isnt nearly close enough to the reported one. Can...