yano.kosei

Results 6 comments of yano.kosei

My version of super-gradients is 3.1.0 This is part of my code. ![train_data](https://github.com/Deci-AI/super-gradients/assets/105626505/f70cd4a2-c8bf-4026-b9d1-66e259e3dde7) train_data is like Dataloader. But I get an error` "'Trainer' object has no attribute 'train_loader'"` No error...

@Louis-Dupont Thanks for responding! I installed it and tried it out. Error `"'Trainer' object has no attribute 'train_loader'"` no longer occurs. But I got the following error in my environment....

@Louis-Dupont `StopIteration` occurred when both train and val data were one by one. When multiple train and val data were used, `StopIteration` did not occur. There are times when I...

@Louis-Dupont I tried two patterns and got errors in both patterns. However, for one of the patterns, after modifying it, the error did not occur and it seems to have...

@Louis-Dupont Thanks for the reply. My environment defaulted to utf-8. I checked and it seems to be a bug in treelib. [Reference Site](https://stackoverflow.com/questions/46345677/treelib-prints-garbage-instead-of-pseudographics-in-python3) `def write(line): self._reader += line.decode("utf-8") + "\n"`...

@Louis-Dupont First idea no longer causes errors. The arrows were the cause. Thanks for letting me know.