jdenholm/TorchTools

Typo in FCNet documentation

Closed this issue · 0 comments

In the documentation for FCNet the example says:

>>> from torch_tools import DenseNetwork

but I think it should be:

>>> from torch_tools import FCNet