Hello, may I ask if in your mian.py file, the > code:def custom_loss_function(output, target): # your loss function implementation pass defines the loss function? Do I need to modify this part of the code and define the loss function?
Hello, may I ask if in your mian.py file, the
defines the loss function? Do I need to modify this part of the code and define the loss function?