Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
I installed the requirements and the demo for object detection works fine.
Is there a way how I can save and reload a trained model after the task.fit call?
detector = task.fit(dataset_train,
num_trials=2,
epochs=epochs,
lr=ag.Categorical(5e-4, 1e-4),
ngpus_per_trial=1,
time_limits=time_l
A turn based puzzle-roguelike game about breaking the bounds of the traditional grid. Exist in multiple grid spaces at once, and leap across three cells in only one step! Awarded 1st place in the Theme Interpretation category.
-
Updated
Jan 15, 2020 - Python
💥Fast State-of-the-Art Tokenizers optimized for Research and Production
-
Updated
Jan 15, 2020 - Rust
Git Merge 2020
March 04, 2020 • Los Angeles
Add a route to GET / on the API, that displays or links to the documentation of the API.
Test a host for susceptibility to CVE-2019-19781
-
Updated
Jan 15, 2020 - Python
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Review Notebook App
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
- Visual diff to see what changed in a notebook
- Commenting on the notebook diff to discuss changes
- Conversation threads to track all open discussions
Reverse engineering course by Z0F. Focuses on x64 Windows.
-
Updated
Jan 15, 2020 - C++
Facebook AI Research's Automatic Speech Recognition Toolkit
-
Updated
Jan 15, 2020 - C++
newbee-mall 项目(新蜂商城)是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 2.X 及相关技术栈开发。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。
-
Updated
Jan 15, 2020 - Java
:cn: GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!
-
Updated
Jan 15, 2020 - Python
Feature Request
Motivation
At the moment, any function that takes a Client as a parameter requires specifying some pretty scary-looking type bounds:
async fn foo<T>(mut client: MyClient<T>)
where
T: tonic::client::GrpcService<tonic::body::BoxBody>,
T::ResponseBody: tonic::codegen::Body + tonic::codegen::HttpBody + Send + 'static,
T::Error: Into<tonic::codegAZ-103: Microsoft Azure Administrator
-
Updated
Jan 15, 2020
-
Updated
Jan 15, 2020 - JavaScript
Description
Related to #234
Go through and check doc strings to make sure they are correct
Expected behavior with the suggested feature
Other Comments
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++
-
Updated
Jan 15, 2020 - Java
In What about &&? section we have the following code.
function foo() {
console.log( a );
}
var a = 42;
a && foo(); // 42
result in comment should indicate that foo was called. but in fact we would get same result of "42" if first operand had been called (like in || operator). i think results of a and foo() should be different to make the example be clearer.
Famous Ninja game for NES
-
Updated
Jan 15, 2020 - Batchfile
For workshop participants who copy the 00-Starting-Point folder to another location on their workstation, the Directory.build.props file needs to be copied into the folder next to the solution file in order to ensure that all projects get the appropriate ASP.NET Core and Blazor versions.
Klipper is a 3d-printer firmware
-
Updated
Jan 15, 2020 - C
[DevTools] Cannot type into search box in Firefox when browser find-as-you-type setting enabled
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
- Enable Firefox Preferences > Browsing > Search for text when you start typing
环境
GF版本: 1.10.0
Linux:Ubuntu 18.04
Supervisor:3.3.1
Go:1.13.4
项目目录:
A: /var/www/dou/a 端口:8809
B: /var/www/dou/b 端口:8808
A项目的layout路径:/template/layout.html
B项目的layout路径:/template/layout.html
问题复现
使用supervisor来管理两个进程 执行
supervisorctl restart all
运行结果
- B项目显示的页面,layout使用了A项目的layout,但maintpl正常。就是网页头部和脚部显示了A项目的头部和脚部。
- config/app.toml配置文件不能正常加载,
🐛 Bug
This is a documentation-related bug. In the TransfoXL documentation, the tokenization example is wrong. The snippet goes:
tokenizer = TransfoXLTokenizer.from_pretrained('transfo-xl-wt103')
...
input_ids = torch.tensor(tokenizer.encode("Hello, my dog is cute")).unsqueeze(0) # Batch size 1
This code output
What version of protobuf and what language are you using?
golang/protobuf/jsonpb@1.3.2.
What did you do?
A bug report was raised against the grpc-gateway project whereby a certain type of invalid JSON input could sometimes cause a panic in the JSON unmarshalling code, as shown by this golang playground example:
https:/
LeanBoard
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.

https://github.com/WebAssembly/sign-extension-ops