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
Hi @zhaoyiran924 , I was going through your work. Thanks for sharing.
I was running the file neuron_detection.py and encountered this error
I investigated a bit and found that the error was originating from utils.py file present in the generation folder in Transformer.
This function is present within the greedy_search function.
Can you please help me resolve this issue? I want to know which function is being invoked here in the above self() call. Thank you very much.
The text was updated successfully, but these errors were encountered:
Thanks for the reply @thangld201 . Actually I was using the modified transformer package present in the repo but still I was receiving this error.
Can you please help me resolve this issue? Thank you for the help
Hi @zhaoyiran924 , I was going through your work. Thanks for sharing.
I was running the file neuron_detection.py and encountered this error
![image](https://private-user-images.githubusercontent.com/83806288/398005915-ec407510-602e-4876-823a-a9b40d147408.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzI2MzEsIm5iZiI6MTczOTE3MjMzMSwicGF0aCI6Ii84MzgwNjI4OC8zOTgwMDU5MTUtZWM0MDc1MTAtNjAyZS00ODc2LTgyM2EtYTliNDBkMTQ3NDA4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3MjUzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRkYjAyYTU2NzZhMjg3MGE0ZjRjMmVkODM0MjJjNzVlM2RhYmEzMGViYTJhZGVkYjgxZjZhYjczYzlhYjAxZmYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7aw-n9PxRDiUTbV1b8ZY5tZ5IvPorWfCoT0-5LsMIq4)
I investigated a bit and found that the error was originating from utils.py file present in the generation folder in Transformer.
![image](https://private-user-images.githubusercontent.com/83806288/398005991-2de82cc6-e3b3-4d87-a4c1-b1bbd1baaabb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzI2MzEsIm5iZiI6MTczOTE3MjMzMSwicGF0aCI6Ii84MzgwNjI4OC8zOTgwMDU5OTEtMmRlODJjYzYtZTNiMy00ZDg3LWE0YzEtYjFiYmQxYmFhYWJiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA3MjUzMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI1MWY3NTRiNzYyZDg0OGNiMDRhYzMzM2ZmOGJkMDFkZTkyZWZmNWQ1N2RmZDdiMzZjMDM1MjQ3OWQxZmIzNjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.NtGaqNjuHBKULs2HALgmofAqOVcIzwdhKFWAWKkPKiU)
This function is present within the greedy_search function.
Can you please help me resolve this issue? I want to know which function is being invoked here in the above self() call. Thank you very much.
The text was updated successfully, but these errors were encountered: