!tensorboard --logdir=drive/My Drive/Proj/fer/checkpoint/logs/
**i am running this command in google colab **
You get this error because of the empty space in 'My Drive'. So you need to escape the whitespace or rename it:
!tensorboard --logdir=drive/My\ Drive/Proj/fer/checkpoint/logs/