Open Younger330 opened 5 hours ago
The problem is got by model.apply(InitWeights_He(1e-2))
, but I dont know how it influence, maybe only used for radiological images?
The problem is got by
model.apply(InitWeights_He(1e-2))
, but I dont know how it influence, maybe only used for radiological images?
Still have this problem after some iterations.
Hello, I used your model for training in our Trainer, but the prediction is negative Here is my code. Am I wrong? Or would you have any suggestions? `images=images.unsqueeze(4) out=umamba.forward(images)
`