You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to test the examples you put in the repository (torch_examples.ipynb), but several things did not work for me, so I get the impression that the project has done some refactoring and this notebook has not been updated.
The first thing is that the CustomModel type is not implemented in model_torch.py. Then the second problem I encountered is that the ConvBlockModel type imports ConvBlock type is not implemented in batchflow.models.torch.layers.
What causes me more doubt about these errors is that the ConvBlock type has not been implemented since a few releases ago, they deleted it and do not plan to use it anymore? In that case, they would have to resolve the layouts in the ConvBlockModel type definition.
The text was updated successfully, but these errors were encountered:
I was trying to test the examples you put in the repository (torch_examples.ipynb), but several things did not work for me, so I get the impression that the project has done some refactoring and this notebook has not been updated.
The first thing is that the
CustomModel
type is not implemented inmodel_torch.py
. Then the second problem I encountered is that theConvBlockModel
type importsConvBlock
type is not implemented inbatchflow.models.torch.layers
.What causes me more doubt about these errors is that the
ConvBlock
type has not been implemented since a few releases ago, they deleted it and do not plan to use it anymore? In that case, they would have to resolve the layouts in theConvBlockModel
type definition.The text was updated successfully, but these errors were encountered: