Ethan White
Ethan White
@Mashood3624 or @victoic - can you provide a reproducible examples along with information on operating system, python version, etc. so that we can look into this. We are running multi-class...
Just a note on implementation - I think this should be an optional argument like `update = True`, not an interactive query. I think we also want a related optional...
In 2021 June we moved from tensorflow to Pytorch. See #195. Therefore pretained tensorflow models (including those made by the package prior to 2021 June) will no longer work with...
@dassaniansh - just wanted to check if you'd seen the feedback from @bw4sz. Once you've made that small change to the tests we should be able to get this in.
I'll provide the best response I can, but @bw4sz may want to jump in here as well. > will the whole network get further trained/modified when a pre-trained model is...
I've submitted a PR with the noted minimum version updates. I don't think we generally want to force the use of specific versions of packages unless necessary because it can...
I reran this and it passed, so it is passing at least some of the time, but those rate limits can be idiosyncratic
Is it always just the github API rate limit when it fails? We could always add an API key as a secret which would stop that.
OK. I think we're probably hitting api code in `use_release()` too many times so another option would be to download the current release once at the start of testing and...
I've also noticed some instability that is independent of anything in here and have a fix coming in as part of #314.