agustincl

Results 5 comments of agustincl

Exactly same issue... even with Ethernet... Help please...

Also here trying to "make it works" For now: __UTILS__ Comment __from utils.net_utils import adjust_learning_rate__ to # __from utils.net_utils import adjust_learning_rate__ From https://github.com/jwyang/faster-rcnn.pytorch/blob/master/lib/model/utils/net_utils.py Download the net_utils.py, or just define the...

__CONSTANTS__ You have a copy inside dataset directory - cp dataset/constants.py to your directory __UTILS__ Comment __from utils.net_utils import adjust_learning_rate__ to # __from utils.net_utils import adjust_learning_rate__ From https://github.com/jwyang/faster-rcnn.pytorch/blob/master/lib/model/utils/net_utils.py Download the...

__UTILS__ Comment __from utils.net_utils import adjust_learning_rate__ to # __from utils.net_utils import adjust_learning_rate__ From https://github.com/jwyang/faster-rcnn.pytorch/blob/master/lib/model/utils/net_utils.py Download the net_utils.py, or just define the adjust_learning_rate function ```python def adjust_learning_rate(optimizer, decay=0.1): """Sets the learning...

@mdubit No solution until now. But using [SQLAlchemy](https://www.sqlalchemy.org/) directly has been quite good. I have some code to share if you need it!.