Nathan Raw
Nathan Raw
Yeah, I think we'll want to more closely mirror the logic of `ModelCheckpoint` here. I was going to do that, but got lazy 😅 Thx for documenting this one, its...
**THANK YOU** Been trying for a year to get a newer version than tensorflow v1.5 working. This is the first thing that has worked. :tada:
@bzamecnik As of right now, I'm too afraid to update CUDA to work with 1.13 (like I said, it took me way to long to get this working), so I...
I also have my own tensorflow implementation up, adapted from the one @MChrys linked to. Again, it works, but it is very finicky
@yg37 can you email me? I tried to reach out via the email on your bio, but it seems it may be dead! My email is [email protected] . Thank you!
@yg37 Thank you for your quick reply!! I am using Tensorflow, as I don't know Chainer. Can you give me a theoretical understanding of what you are doing, please? This...
Has anybody been able to fix this? I rewrote this in tensorflow but it seems the logic or process is flawed somewhere.
This PR is ready for a first round of reviews. The docstrings may be out of date a bit (which is why I'll leave this as draft), but the tests...
Ok folks, I've: - Updated tests to `unittest.TestCase` instead of `pytest` - Refactored to have `Repocard` be parent of `ModelCard` and `DatasetCard` - Refactored to have `CardData` be parent of...
Ok folks, I'm ready to call this good to go. Any small updates to docs/etc can be done in future small PRs, as long as there's nothing major lingering that...