mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #471] Mocking with Tensorflow APIs #89
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @trisongz on GitHub (Apr 1, 2021).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/471
Hi, I ran across this project and after looking through the issues, I wasn't able to find any other comments related to this, so I had a few questions.
My particular use case would be to test and see whether specific Tensorflow APIs would detect the endpoint as a GCS object.
If there aren't currently answers to the above, then I'll probably look to figure it out and report back, but if there are, it would be helpful as a starting point. Thanks!
@fsouza commented on GitHub (Apr 2, 2021):
Hey @trisongz, thanks for opening this issue. Unfortunately I do not know the answer to those questions, but I assume the logging format would not be recognized, since we're having the default log format provided by gorilla/handlers and I imagine Tensorflow would expect some form of structured log.
Feel free to dig into this and let me know if I can help in any way.