Under \documentclass[conference]{IEEEtran}, whenever I include a caption under a figure, right below the caption, the text 'figure' is printed. This does not happen under \documentclass{article}. Running the following code, I get the problem:
\documentclass[conference]{IEEEtran}
\usepackage{graphicx,caption}
\begin{document}
\begin{figure}
\includegraphics{figures/saturation}
\caption{Caption here.}
\end{figure}
\end{document}
Here's a screenshot of the problem: 
This is the format suggested here. Any help is appreciated.
`to mark your inline code as I did in my edit. I am not sure I see what you mean, would you mind including a screen shot in your question? – Corentin Feb 19 at 16:46\documentclass[conference]{IEEEtran}. – Werner Feb 19 at 17:02captionis not recommended withIEEEtran. – egreg Feb 19 at 21:28