whisere

Results 38 comments of whisere

How should we change if input image size is 100*100? Thanks!

It works after pip install transformers==2.10.0

Thanks! Are the data saved properly in the file from the two instances? In term of not safe it is about one instance can access the data from the other?...

Thanks! I am a bit confused re different processes and instances above. War files set up folders under server container, they are different processes (I called them instances in the...

When will this search feature be released in the latest Android version, will this be included into the iOS version too?

I am wondering if I should just copy the development.sqlite3 to production.sqlite3 since its the database tables that it can't find.

I just tried db:migrate first with bundle exec rake db:migrate RAILS_ENV=production but still getting this error DEPRECATION WARNING: Initializing a file resolver without setting the base path is deprecated and...

Thank you! @jkeck I have tried bundle exec rake spotlight:install:migrations bundle exec rake db:migrate **bundle exec rake spotlight:install:migrations** DEPRECATION WARNING: Initializing a file resolver without setting the base path is...

Comparing the migration files, it has a 20180906033328_create_versions.rb in my migration files which is not in the github files The content contains " # This migration creates the `versions` table,...