Closed alex-calderwood closed 4 years ago
Adding the line
import torch.nn.functional as F
does seem to fix the issue, but the fact that this is unaddressed gives me pause to build on this framework... has anyone tried running this?
Thanks @alex-calderwood for catching and fixing this bug. It is a regression from a recent refactoring and I didn't run grid feature extraction then. Sorry for the inconvenience, there should be integration tests that automatically raise such issues but as I've written in README, this project is still work in progress. Appreciate your contribution!
Awesome! And thank you for building this. I've been looking for a transformer-based captioning system and the architecture you've described is very cutting edge.
There seems to be an issue with model/inception.py (a missing import)
Here's my error message: I don't see how I can fix this, since it seems to be a missing import and I assume this indicates the entire project is broken? Unless I'm missing something?
In the relevant file, you can see that F is never imported.