-
Notifications
You must be signed in to change notification settings - Fork 258
A question about recall other function from other Python.file #81
Comments
Is the problem caused by Class agent? |
Can you reduce this to a complete minimal example that the rest of us can run? And format it so that the indentation is preserved? Thanks. If I had to guess, |
Hi rkern |
Hi Rkern |
The problem is still likely to be |
Yes, I solve it. Thanks |
@Lan1991Xu : How did you solve it? |
Hi, I meet some problem when I want receive some information from about the train function .
this is main function in main.py:
This is another function named agent:
The output is:
When I run kernprof - l -v main.py, it can not print the time of train function line by line, only the information about the each line running time in main.py. I want to know is there some misunderstanding about the line_profile. Thanks
The text was updated successfully, but these errors were encountered: