Jet (Ta-Wei Chien)

Results 11 issues of Jet (Ta-Wei Chien)

The prompt element displayed as src code instead of color: ![image](https://user-images.githubusercontent.com/67193495/103158769-82fecf00-47fc-11eb-86ff-f7e04a2f9bdf.png) ![image](https://user-images.githubusercontent.com/67193495/103158777-ab86c900-47fc-11eb-97a3-7430e357bb8a.png)

```python url = TINDER_URL + f"/v2/matches/{match_id}/messages? Count=90" ``` with the url it will return the latest 90 msg, but how can I get the oldest 90 msg?

When I try to load the engine in a process, the engine predictor will not be loaded and the process will end directly. And when I try to load the...

command: ``` python detection.py -i raw_video/many_wild_birds.mp4 -o inference.mp4 --model models/model_1.00.hdf5 ``` Error: ``` File "/home/puff/anaconda3/envs/bee4exp/lib/python3.6/site-packages/keras/engine/saving.py", line 1030, in load_weights_from_hdf5_group str(len(filtered_layers)) + ' layers.') ValueError: You are trying to load a...

Is it possible to installed custom os with MMC SSD instead of sd card to production board Nano device?

Here's my mail: [email protected] wonder if we can talk about this via mail. Thank You!

Hello @xmba15 , Firstly, I want to express my appreciation for the hard work you've put into providing the bird dataset with bounding box annotations. It has been a great...

```python user_dict = { 'username': 'user1', 'email': '[email protected]', 'first_name': 'xxx', 'last_name': 'xxx', 'phone': '', } # new_user.set_role(UserRole.ANNOTATOR) created_user = ls.create_user(user_dict) print(created_user) ``` how can I login with my created user,...

question
integration

as my title, is the directory `solver` common in pytorch project? also is it a common concept in pytorch project?