MauroAndretta
Results
3
comments of
MauroAndretta
Sorry @ericiamarino which python version did you use?
I'm intrested as well!
Could you please share the code you used for training the model. I've done something like: ``` num_epochs = 100 tiny_sam.to(DEVICE) tiny_sam.train() for epoch in range(num_epochs): epoch_losses = [] for...