Kevin Glynn
Kevin Glynn
Saving a model as follows: `torch.save(model.state_dict(), 'path/to/model')` yields the following: `AttributeError: 'ImplicitSequenceModel' object has no attribute 'state_dict'` This means I am currently unable to follow best practice as outlined by...
I am trying to implement self-organizing maps in python, ideally in tensorflow. Thanks for your efforts here! When using `SOM()` with anything other than `dim=3` doesn't seem to work. I...
I am trying to implement self-organizing maps in python, ideally in tensorflow. Thanks for your efforts here! When using `SOM()` with anything other than `dim=3` doesn't seem to work. I...