How to resize attachement

If you are trying to retroactively resize images, use the code you’ve supplied in your functions.php, then run the Regenerate Thumbnails plugin http://wordpress.org/extend/plugins/regenerate-thumbnails/

Once you’ve done that you should be able to display the image using the following:

the_post_thumbnail('my_thumb');