Alan Sun
Results
3
comments of
Alan Sun
I think this should also consider short-hand notations for years such as `02` for `2002`. It might also make sense to add notations for time as well. Something like the...
I think this seems great! I can help out with documentation as well if need be.
Thanks for the quick response. I modified `main` by adding the following lines ``` clear() forward(None, visualize=False) clear() return loss[None] ``` Then, I am calling `main` in another module through...